Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-10-30 | add documentation for new option to set install area | Benedikt Hegner | 1 | -0/+11 | |
2016-10-30 | refactor settings for install area and make them config options | Benedikt Hegner | 21 | -161/+246 | |
2016-10-30 | Removes cyclic dependency on spack.config. (#2121) | Matt Belhorn | 3 | -51/+2 | |
Merge #2030 added a cyclic dependency between the Cray platform needing to read a `targets.yaml` config file and `config.py` needing to get the platform names. This commit removes the cyclic dependency in favor of the more general config scheme. It also removes the now functionless `targets.yaml` config file. This breaks 'frontend' targets on the Cray platform but all architecture targets, including the frontend, that are provided by CrayPE are added to the Platform anyway so users can be explicit about the architecture targeted by the Cray compiler wrappers: ``` spack spec libelf arch=cray-CNL-frontend ``` becomes ``` spack spec libelf arch=cray-CNL-mc8 # on an XK7 or spack spec libelf arch=cray-CNL-sandybridge # on an older XC30, etc.. ``` The only way the 'frontend' target can be defined after this commit is through target environment variables. | |||||
2016-10-30 | module file support: major rework of docs (#2169) | Massimiliano Culpo | 3 | -566/+660 | |
* module file support: major rework of docs * module file support: fixed issues found by @adamjstewart - list or enumeration should not be indented - use console instead of bash or csh in things that are not scripts - other typos * module file support: fixed other issues found by @adamjstewart - tables should not be indented - substitute lines with pyobject to import an entire function - get help output running commands - typos * module file support: fixes according to review comments - @citibeth moved `spack module loads` after `spack load` - @glennpj tried to clarify installation table + changes to language - @tgamblin Removed top level section and moved the whole thing into the reference manual * module file support: moved directive before spack module loads | |||||
2016-10-30 | configuration file for modules : fixed enable keyword (#2176) | Massimiliano Culpo | 4 | -74/+10 | |
- enable keyword works again - test/modules.py : proper clean-up after tests | |||||
2016-10-29 | Do not check directory layout for external packages (#2172) | Barry Smith | 1 | -1/+1 | |
External packages do not have an spec.yaml file so don't check for it. Without this change any time a package depends on an external package when the new package is installed you will get the error Install prefix exists but contains no spec.yaml This problem has also haunted me since I started using Spack since PETSc depends on Python and I used an external python but fortunately it was relatively easy to debug once I could reproduce it at will. Funded-by: IDEAS Project: IDEAS/xSDK Time: 1 hour | |||||
2016-10-29 | Import dso_suffix from spack.build_environment in abi.py (#2174) | Matthew Scott Krafczyk | 1 | -0/+1 | |
Fixes #1845 | |||||
2016-10-29 | Use Spec.format for token substitution in modules (#1848) | scheibelp | 3 | -65/+87 | |
This replaces a custom token-based substitution format with calls to Spec.format in modules.py This also resolves a couple issues: - LmodModules set configuration globally instead of in its initializer which meant test-specific configuration was not applied - Added support for setting hash_length=0 for LmodModules. This only affects the module filename and not the directory names for the hierarchy tokens in the path. This includes an additional unit test. | |||||
2016-10-27 | Fix rpath linking for NAG, add documentation on setup (#2142) | Adam J. Stewart | 3 | -27/+57 | |
2016-10-26 | Remove support for deprecated package. See also #2085 and #2086 (#2090) | Elizabeth Fischer | 1 | -1/+0 | |
2016-10-26 | Fix typo: _choiches -> _choices (#2127) | George Hartzell | 1 | -1/+1 | |
The breaks `spack create`. | |||||
2016-10-26 | typo: vlaues -> values (#2147) | George Hartzell | 1 | -1/+1 | |
2016-10-26 | Removed documentation on false paths as per #2083 (#2146) | Elizabeth Fischer | 2 | -40/+1 | |
Removed documentation on false paths as per #2083 | |||||
2016-10-26 | document recommended usage of system blas/lapack (#2081) | Denis Davydov | 1 | -0/+35 | |
* document recommended usage of system blas/lapack * update doc * minor * reword | |||||
2016-10-26 | ProcessError : now the exception is correctly pickled and passed across ↵ | Massimiliano Culpo | 2 | -11/+32 | |
processes. (#2143) | |||||
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 |