summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2020-02-12spack python: add -m option to run modules as scriptsTodd Gamblin2-1/+31
2020-02-11bugfix: `spack -V` should use `working_dir()` instead of `git -C`Todd Gamblin1-2/+4
2020-02-10Spack find: fix queries that specify dependencies (#14757)Massimiliano Culpo2-1/+22
2020-02-09Merge branch 'releases/v0.13' into developTodd Gamblin1-1/+1
2020-02-07version bump: 0.13.4Todd Gamblin1-1/+1
2020-02-07bugfix: make `_source_single_file` work in venvs (#14569)Massimiliano Culpo2-6/+10
2020-02-07Fix use of sys.executable for module/env commands (#14496)Adam J. Stewart2-4/+6
2020-02-07RHEL8 bugfix for module_cmd (#14349)Sajid Ali1-1/+2
2020-02-07Remove extensions from view in the correct order (#12961)Jeffrey Salmond2-17/+39
2020-02-07bugfix: hashes should use ordered dictionaries (#14390)Todd Gamblin3-8/+81
2020-02-06Allow installing unsigned binary packages (#11107)Oliver Breitwieser2-4/+10
2020-02-06Adds fma and vsx features to entire power arch family. (#14759)Matt Belhorn1-0/+14
2020-02-03Git fetching: add option to remove submodules (#14370)Andrew W Elble4-4/+95
2020-02-03buildcache list: restore original behavior of allowing constraints like @vers...Patrick Gartung3-22/+15
2020-01-31binary_distribution: Initialize _cached_specs at the module level and only...Patrick Gartung3-13/+7
2020-01-31`spack -V` is now more descriptive for dev branchesTodd Gamblin2-1/+94
2020-01-31Document how to use Spack to replace Homebrew/Conda (#13083)Adam J. Stewart1-0/+242
2020-01-30`spack containerize` generates containers from envs (#14202)Massimiliano Culpo21-2/+1092
2020-01-30Bypass build_cache/index.html read when trying to download spec.yaml for conc...Patrick Gartung2-21/+68
2020-01-30Use non-mutable default for names in binary_distribution::get_specs call (#14...Patrick Gartung1-1/+3
2020-01-30Document how to add conditional dependencies (#14694)Peter Scheibel1-0/+22
2020-01-30Bugfix: put environment lock in the right place (#14692)Peter Scheibel1-1/+1
2020-01-30Limit the number of spec files downloaded to find matches for buildcaches (#1...Patrick Gartung4-24/+28
2020-01-29specs: avoid traversing specs when parsingTodd Gamblin1-8/+13
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