summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2020-01-29repo: avoid unnecessary spec parsing in `filename_for_package_name()`Todd Gamblin1-14/+5
2020-01-29environments: synchronize read and uninstall (#14676)Peter Scheibel2-18/+20
2020-01-28bugfix: correct exception message matching in tests (#14655)Tamara Dahlgren6-17/+26
2020-01-28Fujitsu compiler: Defining option that is always added. (#14657)t-karatsu1-0/+4
2020-01-28env: synchronize updates to environments (#14621)Peter Scheibel5-93/+153
2020-01-28Note about Intel compiler segfault with long paths (#14652)Glenn Johnson1-5/+15
2020-01-28Fix handling of filter_file exceptions (#14651)Greg Becker1-1/+0
2020-01-27make the new 'spack load' faster (#14628)Andrew W Elble1-10/+13
2020-01-27fix spack env loads example (#14558)Owen Solberg1-2/+3
2020-01-27Fix: hash-based references to upstream specs (#14629)Andrew W Elble2-36/+56
2020-01-27Package source ID cannot be determined when the url can't be extrapolated for...Patrick Gartung1-1/+4
2020-01-27Follow the example of spack arch (#14642)Patrick Gartung1-4/+8
2020-01-27Only set tcl default. Remove lmod default. (#14640)Patrick Gartung1-1/+0
2020-01-27Fix bug introduced by pull request 14467 being merged (#14639)Patrick Gartung1-2/+8
2020-01-27Set module_roots in test/config/config.yaml to defaults. (#14517)Patrick Gartung1-0/+3
2020-01-27Unified environment modifications in config files (#14372)Massimiliano Culpo8-183/+169
2020-01-26Fix Python version compatibility tests for vermin 0.10.0 (#14632)Adam J. Stewart2-4/+4
2020-01-25When spack install checks for buildcaches only add urls for current arch. (#1...Patrick Gartung2-4/+10
2020-01-24Add spack config list command for tab completion (#14474)Adam J. Stewart2-5/+22
2020-01-24bugfix: make `_source_single_file` work in venvs (#14569)Massimiliano Culpo2-6/+10
2020-01-24Use Spack target architecture to determine OpenBLAS target (#14380)Seth R. Johnson1-0/+11
2020-01-23commands: add simple `spack commands --update-completion` argument (#14607)Todd Gamblin2-3/+95
2020-01-22shell support: `spack load` no longer needs modules (#14062)Greg Becker13-108/+454
2020-01-22Use `spack commands --format=bash` to generate shell completion (#14393)Adam J. Stewart43-370/+751
2020-01-22bugfix: gpg2 is called 'gpg' on macOSTodd Gamblin3-13/+89
2020-01-22tests: removed code duplication (#14596)Massimiliano Culpo6-83/+37
2020-01-21bugfix: hashes should use ordered dictionaries (#14390)Todd Gamblin3-8/+81
2020-01-21pipelines: `spack ci` command with env-based workflow (#12854)Scott Wittenburg11-261/+2165
2020-01-21Use util.url.join for URLs in GNU Mirrors / reorder Mirrors (#14395)Dr. Christian Tacke1-4/+4
2020-01-16Fix use of sys.executable for module/env commands (#14496)Adam J. Stewart2-4/+6
2020-01-15Fix typo in modules docstring (#14521)Adam J. Stewart1-1/+1
2020-01-14Fix parsing of rocketmq URL (#14490)Adam J. Stewart2-0/+3
2020-01-13Fixes #14402 (#14483)Tamara Dahlgren1-1/+1
2020-01-08Remove extensions from view in the correct order (#12961)Jeffrey Salmond2-17/+39
2020-01-08spack.compilers.clang: add new version check (#14365)Tim Haines2-1/+11
2020-01-07bugfix: Issue #14346, buildcache create s3 push fails when package w same DAG...eugeneswalker1-1/+1
2020-01-07Spack can automatically remove unused specs (#13534)Massimiliano Culpo7-7/+193
2020-01-06Reference `spack help --spec` in `spack spec --help`Adam J. Stewart1-0/+4
2020-01-02RHEL8 bugfix for module_cmd (#14349)Sajid Ali1-1/+2
2020-01-02MKL: set appropriate CMake env vars (#14274)Adam J. Stewart1-0/+8
2020-01-02refactor: cleanup imports in spec.pyTodd Gamblin9-169/+167
2020-01-02bugfix: cdash tests shoudln't modify working directoryTodd Gamblin1-8/+9
2020-01-01tests: improved `spack test` command line optionsTodd Gamblin4-61/+264
2019-12-31Modify create clue list so R packages are detected (#12277)Glenn Johnson1-1/+1
2019-12-31tests: move mock config.yaml files to common directoryTodd Gamblin5-15/+8
2019-12-31config: remove all module-scope calls to spack.config.get()Todd Gamblin4-16/+27
2019-12-31modules: make the module hook more robustTodd Gamblin1-8/+12
2019-12-31hooks: remove pre_run hook to improve startup time.Todd Gamblin3-49/+0
2019-12-30copyright: update copyright dates for 2020 (#14328)Todd Gamblin418-422/+422
2019-12-30bugfix: add required fixture for CDash authentication test (#14325)Todd Gamblin1-1/+1