Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-10-26 | spack install : added --log-format option (incorporates test-install ↵ | Massimiliano Culpo | 5 | -281/+268 | |
command) (#2112) * spack install : added --log-format option (incorporates test-install command) fixes #1907 * qa : removed extra whitespace | |||||
2016-10-26 | add a unit test for conretization with develop version (#2064) | Denis Davydov | 1 | -0/+7 | |
2016-10-25 | filter system paths (#2083) | Denis Davydov | 3 | -3/+62 | |
* add filter_system_paths() * filter system paths in set_build_environment_variables() * two function: lib/inc + bin * reverse order in bin * fix order * minor * improvements of the code * more cleanup * alternative solution for filter_bins * fiddle base alalazo's approach * minor * minor | |||||
2016-10-25 | Find compatibility versions of GCC (#2099) | Adam J. Stewart | 1 | -2/+3 | |
2016-10-25 | multimethod.py : calls functools.wraps before returning the correct method ↵ | Massimiliano Culpo | 1 | -1/+11 | |
fixes #2118 (#2119) | |||||
2016-10-25 | spack setup : fixed regression after #1186 (#2117) | Massimiliano Culpo | 1 | -1/+25 | |
2016-10-24 | Merge pull request #1186 from epfl-scitas/features/install_with_phases | Todd Gamblin | 15 | -551/+1177 | |
do_install : allow for an arbitrary number of phases | |||||
2016-10-24 | Rename EditableMakefile to MakefilePackage | Todd Gamblin | 2 | -4/+4 | |
2016-10-24 | Bug Fix : Apply Compiler Flags Specified by Manual Compiler Configuration ↵ | Joseph Ciurej | 7 | -53/+126 | |
(#1532) * Fixed a bug causing config-specified compiler flags to be ignored. Updated the compiler config so all flags are in a separate section. * Updated the documentation for the `compilers.yaml` file spec. * Implemented basic testing for the 'flags' section of compiler config. * Fixed a few minor problems with the manual compiler config documentation. | |||||
2016-10-24 | Typo: becuase -> because (#2110) | George Hartzell | 1 | -1/+1 | |
2016-10-24 | Small fix to docs. (#2092) | Elizabeth Fischer | 1 | -1/+1 | |
2016-10-24 | spack test : exits after ctrl+c fixes #2029 (#2082) | Massimiliano Culpo | 2 | -15/+27 | |
2016-10-23 | package.py : moved each specialized package to its own module file | alalazo | 6 | -156/+329 | |
2016-10-23 | spack setup : improved error message | alalazo | 1 | -4/+6 | |
2016-10-23 | CMakePackage, AutotoolsPackage : added default behavior on check | alalazo | 1 | -2/+31 | |
2016-10-23 | Merge branch 'develop' of https://github.com/LLNL/spack into ↵ | alalazo | 10 | -65/+146 | |
features/install_with_phases_rebase | |||||
2016-10-23 | spack.error : fixed pickling and representation to permit to pass FetchErrors | alalazo | 1 | -1/+12 | |
2016-10-22 | spack build, spack configure : added commands | alalazo | 4 | -10/+139 | |
2016-10-22 | CMakePackage : changed method name from `wdir` to `build_directory` | alalazo | 1 | -8/+6 | |
2016-10-22 | do_install : use build_system_class attribute instead of `type(self).__base__` | alalazo | 1 | -2/+3 | |
2016-10-22 | spack info : shows the build-system class used | alalazo | 2 | -2/+17 | |
2016-10-21 | Don't clear LD_LIBRARY_PATH and friends from compiler wrappers (#2074) | Matthew LeGendre | 1 | -7/+0 | |
* Don't clear LD_LIBRARY_PATH and friends from compiler wrappers * remove debugging print | |||||
2016-10-22 | packages : moved decorators into AutotoolsPackage and CMakePackage | alalazo | 1 | -0/+20 | |
2016-10-22 | spack create : fixed typo | alalazo | 1 | -1/+1 | |
2016-10-21 | Removed space before colon in `FIXME:`, added one line description of guess ↵ | alalazo | 1 | -13/+13 | |
classes | |||||
2016-10-21 | spack info : added phases | alalazo | 1 | -1/+8 | |
2016-10-21 | Remove unnecessary blackslash for flake8 | Matthew LeGendre | 1 | -2/+2 | |
2016-10-21 | qa : flake8 issues | alalazo | 1 | -1/+3 | |
2016-10-21 | spack create : now creates packages that are derived from AutotoolsPackage ↵ | alalazo | 2 | -96/+155 | |
and CMakePackage | |||||
2016-10-21 | Fix concretize bug where provider sort couldn't handle version ranges | Matthew LeGendre | 1 | -1/+5 | |
2016-10-21 | Add new Version property to handle joined version numbers (#2062) | Adam J. Stewart | 3 | -17/+47 | |
* Add new version property to handle joined version numbers * Add unit test for new joined property * Add documentation on version.up_to() and version.joined | |||||
2016-10-21 | patch directive : fixed retrieval from urls ( fixes #1584 ) (#2039) | Massimiliano Culpo | 5 | -40/+94 | |
* patch directive : fixed retrieval from urls fixes #1584 - add support for 'gz' archives - fixed bugs with URL patches - updated nwchem * patch directive : added checksum to UrlPatch - refactored classes in patch.py - updated nwchem * patch directive : added caching | |||||
2016-10-21 | CMakePackage : changed `list()` to [] | alalazo | 1 | -4/+1 | |
2016-10-21 | do_install : removed install_self from the list of arguments (leftover ↵ | alalazo | 1 | -1/+0 | |
after rebasing #1956) | |||||
2016-10-21 | Merge branch 'develop' of https://github.com/LLNL/spack into ↵ | alalazo | 25 | -237/+756 | |
features/install_with_phases_rebase Conflicts: lib/spack/spack/cmd/install.py lib/spack/spack/cmd/setup.py | |||||
2016-10-18 | Don't cache truncated dag hash for spec (#2048) | scheibelp | 1 | -2/+2 | |
If Spec.dag_hash was called for the first time with a 'length' specified, the cached hash was truncated. This ensures that the full hash is cached. | |||||
2016-10-18 | `Package.do_install` : removed `install_self` from arguments (#1956) | Massimiliano Culpo | 4 | -32/+43 | |
* Removes the extra argument from Package.do_install while maintaining the changes in behavior pulled in #1603 * install : removed -i and -d shorthands (breaks backward compatibility) * Change ':' to ',' | |||||
2016-10-18 | Support for bazel (#2023) | Eric | 1 | -1/+10 | |
* Add package bazel * Add support for bazel-based builds | |||||
2016-10-16 | Ignore GPG/PGP signatures/checksums when finding available downloads (#2028) | Adam J. Stewart | 2 | -2/+11 | |
* Ignore GPG/PGP signatures/checksums when finding available downloads * Remove duplicated basename | |||||
2016-10-15 | Platform-specific config scopes (#2030) | Todd Gamblin | 3 | -23/+64 | |
* Add platform-specific configuration scopes. * Update `spack config` to use the new scope arguments. | |||||
2016-10-15 | spack purge : updated documentation fixes #1938 (#2025) | Massimiliano Culpo | 1 | -4/+9 | |
2016-10-14 | Major updates to Contribution Guide (#1968) | Adam J. Stewart | 1 | -127/+401 | |
* Major updates to Contribution Guide * Grammar changes * Fix missing/extra backticks * Rewording, links, and tips added | |||||
2016-10-12 | Use cYAML if it is available in Python. (#2010) | Todd Gamblin | 2 | -4/+11 | |
2016-10-12 | Mock up Xcode devdir to make Qt5 work on Mac OS X (#1832) | Ben Boeckel | 3 | -5/+102 | |
* build_environment: allow compilers to set up an environment * clang: mock up a toolchain directory for xcode Some projects ignore CC and CXX flags and instead use xcode to find the toolchain. Clang on Apple should set up the environment properly. Arguably, every compiler could do this on Apple, but let's see how this works out just for AppleClang for now. The Documentation directory is ~1.7G and the excluded platforms add up to about 7G. Ignoring swift saves another 500M. The resulting Xcode.app copy is in the 2G range. * compiler: set member variables early This is required so that later methods can query things such as the version of the compiler. * compiler: support finding the real path of the compiler On Apple, the /usr/bin compilers are actually wrapping tools themselves which query xcrun for the currently selected Xcode installation. Pierce this veil and get the real, full path the to underlying compilers instead. * icu4c: install with rpath On macOS, icu installs with a library ID of the library name. Enabling rpath makes its ID its full installed path which lets Qt5 link against it successfully. * qt: no -no-gtkstyle flag on Qt5 on macOS | |||||
2016-10-12 | spack list : updated documentation (#2004) | Massimiliano Culpo | 1 | -16/+7 | |
* spack list : updated documentation * spack list : removed space before ':' | |||||
2016-10-11 | Documentation for modules configuration options (#1685) | Glenn Johnson | 1 | -0/+35 | |
This PR add documentation for the `suffixes` and `hash_length` options for modules.yaml. This resolves #1416. | |||||
2016-10-11 | Make `insecure` option work with curl AND git. (#1786) | Todd Gamblin | 3 | -7/+39 | |
2016-10-11 | environment modifications : permit to pass parameters along with file to be ↵ | Massimiliano Culpo | 3 | -3/+20 | |
sourced (#1626) | |||||
2016-10-11 | qa : flake8 issues | alalazo | 1 | -2/+0 | |
2016-10-11 | Merge branch 'develop' of https://github.com/LLNL/spack into ↵ | alalazo | 44 | -1367/+4075 | |
features/install_with_phases_rebase Conflicts: lib/spack/spack/build_environment.py lib/spack/spack/cmd/install.py lib/spack/spack/cmd/setup.py lib/spack/spack/package.py var/spack/repos/builtin/packages/gmp/package.py var/spack/repos/builtin/packages/hdf5/package.py |