summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2016-10-30Documentation for configurationTodd Gamblin15-388/+678
2016-10-30Add `spack arch --platform` optionTodd Gamblin1-2/+12
2016-10-30Make provider_index use spack yaml for cleaner output.Todd Gamblin1-4/+4
2016-10-30source_cache, misc_cache, verify_ssl, checksum, & dirty in config.yamlTodd Gamblin16-76/+160
2016-10-30Add module_roots to config.yamlTodd Gamblin4-35/+62
2016-10-30Move temp directory configuration to config.yamlTodd Gamblin8-171/+325
2016-10-30Rename install.yaml -> config.yaml, install_area -> "store"Todd Gamblin21-156/+202
2016-10-30add documentation for new option to set install areaBenedikt Hegner1-0/+11
2016-10-30refactor settings for install area and make them config optionsBenedikt Hegner21-161/+246
2016-10-30Removes cyclic dependency on spack.config. (#2121)Matt Belhorn3-51/+2
2016-10-30module file support: major rework of docs (#2169)Massimiliano Culpo3-566/+660
2016-10-30configuration file for modules : fixed enable keyword (#2176)Massimiliano Culpo4-74/+10
2016-10-29Do not check directory layout for external packages (#2172)Barry Smith1-1/+1
2016-10-29Import dso_suffix from spack.build_environment in abi.py (#2174)Matthew Scott Krafczyk1-0/+1
2016-10-29Use Spec.format for token substitution in modules (#1848)scheibelp3-65/+87
2016-10-27Fix rpath linking for NAG, add documentation on setup (#2142)Adam J. Stewart3-27/+57
2016-10-26Remove support for deprecated package. See also #2085 and #2086 (#2090)Elizabeth Fischer1-1/+0
2016-10-26Fix typo: _choiches -> _choices (#2127)George Hartzell1-1/+1
2016-10-26typo: vlaues -> values (#2147)George Hartzell1-1/+1
2016-10-26Removed documentation on false paths as per #2083 (#2146)Elizabeth Fischer2-40/+1
2016-10-26document recommended usage of system blas/lapack (#2081)Denis Davydov1-0/+35
2016-10-26ProcessError : now the exception is correctly pickled and passed across proce...Massimiliano Culpo2-11/+32
2016-10-26spack install : added --log-format option (incorporates test-install command)...Massimiliano Culpo5-281/+268
2016-10-26add a unit test for conretization with develop version (#2064)Denis Davydov1-0/+7
2016-10-25filter system paths (#2083)Denis Davydov3-3/+62
2016-10-25Find compatibility versions of GCC (#2099)Adam J. Stewart1-2/+3
2016-10-25multimethod.py : calls functools.wraps before returning the correct method fi...Massimiliano Culpo1-1/+11
2016-10-25spack setup : fixed regression after #1186 (#2117)Massimiliano Culpo1-1/+25
2016-10-24Merge pull request #1186 from epfl-scitas/features/install_with_phasesTodd Gamblin15-551/+1177
2016-10-24Rename EditableMakefile to MakefilePackageTodd Gamblin2-4/+4
2016-10-24Bug Fix : Apply Compiler Flags Specified by Manual Compiler Configuration (#1...Joseph Ciurej7-53/+126
2016-10-24Typo: becuase -> because (#2110)George Hartzell1-1/+1
2016-10-24Small fix to docs. (#2092)Elizabeth Fischer1-1/+1
2016-10-24spack test : exits after ctrl+c fixes #2029 (#2082)Massimiliano Culpo2-15/+27
2016-10-23package.py : moved each specialized package to its own module filealalazo6-156/+329
2016-10-23spack setup : improved error messagealalazo1-4/+6
2016-10-23CMakePackage, AutotoolsPackage : added default behavior on checkalalazo1-2/+31
2016-10-23Merge branch 'develop' of https://github.com/LLNL/spack into features/install...alalazo10-65/+146
2016-10-23spack.error : fixed pickling and representation to permit to pass FetchErrorsalalazo1-1/+12
2016-10-22spack build, spack configure : added commandsalalazo4-10/+139
2016-10-22CMakePackage : changed method name from `wdir` to `build_directory`alalazo1-8/+6
2016-10-22do_install : use build_system_class attribute instead of `type(self).__base__`alalazo1-2/+3
2016-10-22spack info : shows the build-system class usedalalazo2-2/+17
2016-10-21Don't clear LD_LIBRARY_PATH and friends from compiler wrappers (#2074)Matthew LeGendre1-7/+0
2016-10-22packages : moved decorators into AutotoolsPackage and CMakePackagealalazo1-0/+20
2016-10-22spack create : fixed typoalalazo1-1/+1
2016-10-21Removed space before colon in `FIXME:`, added one line description of guess c...alalazo1-13/+13
2016-10-21spack info : added phasesalalazo1-1/+8
2016-10-21Remove unnecessary blackslash for flake8Matthew LeGendre1-2/+2
2016-10-21qa : flake8 issuesalalazo1-1/+3