summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2020-08-27docs: fix bugs in contribution, getting started guides (#18216)Richarda Butler2-7/+24
2020-08-26release procedure: add step to activate the documentation on readthedocs (#18...Massimiliano Culpo1-2/+7
2020-08-22Fix redundant reset of terminal in prompt example (#17698)George Hartzell1-3/+3
2020-08-21Added the file path for running a specific test (#18214)Richarda Butler1-1/+1
2020-08-20docs: List tar and some compressors in prerequisites (#18169)Michael Kuhn1-0/+3
2020-08-20allow external packages that violate conflicts (#18183)Greg Becker2-0/+10
2020-08-20Test "is_extension" after a round trip to dict (#18188)Massimiliano Culpo1-0/+16
2020-08-19Compilers: use Compiler._real_version for flag version checks (#18179)Greg Becker10-43/+95
2020-08-19Restore curl progress output (#18127)Tamara Dahlgren2-5/+36
2020-08-19microarchitectures: Fix icelake (#18151)Michael Kuhn3-6/+35
2020-08-18'spack env update' can handle overrides (#18149)Massimiliano Culpo2-1/+21
2020-08-17Binary Distribution: Relocate RPATH on Cray (#18110)eugeneswalker4-19/+27
2020-08-14spack config update (bugfix): packages.yaml with empty attributes (#18057)Massimiliano Culpo2-1/+30
2020-08-13Improve output of the external find command (#18017)Massimiliano Culpo2-6/+38
2020-08-13fix buildcache create for environments with uninstalled root specs (#17859)Harmen Stoppels1-13/+21
2020-08-13"spack config update" can handle comments in YAML files (#18045)Massimiliano Culpo2-1/+37
2020-08-13Merge tag 'v0.15.4' into developTodd Gamblin3-6/+10
2020-08-13bump version number for 0.15.4Todd Gamblin3-6/+10
2020-08-13Move Python 2.6 unit tests to Github Actions (#17279)Massimiliano Culpo3-18/+38
2020-08-13Buildcache: bindist test without invoking spack compiler wrappers. (#15687)Patrick Gartung2-0/+472
2020-08-13docs: document releases and branches in SpackTodd Gamblin5-6/+384
2020-08-13Remove references to `master` from CITodd Gamblin1-1/+1
2020-08-13Moved flake8, shell and documentation tests to Github Action (#17328)Massimiliano Culpo1-2/+0
2020-08-12bugfix: fix spack -V with releases/latest and shallow clones (#17884)Todd Gamblin1-2/+2
2020-08-12Buildcache create: change NoOverwriteException back to a warning as in v0.14 ...Patrick Gartung1-3/+6
2020-08-12bugfix: fix spack buildcache list --allarchTodd Gamblin3-17/+53
2020-08-12architecture: make it easier to get a Spec for the default archTodd Gamblin1-2/+15
2020-08-12allow GNUPGHOME to come from SPACK_GNUPGHOME in env, if set (#17139)eugeneswalker1-1/+1
2020-08-12Axom + Conduit updates (#17863)Chris White1-1/+1
2020-08-12Respect $PATH ordering when registering compilers (#17967)Harmen Stoppels2-3/+33
2020-08-11Fix loading of compiler modules on CRAY (#17984)Massimiliano Culpo2-1/+3
2020-08-11Fix typo in spack external debug msg (#17982)Adam J. Stewart2-3/+3
2020-08-10Removed references to BlueGene/Q in docs and commentsMassimiliano Culpo5-36/+37
2020-08-10Removed references to BlueGene/Q in core SpackMassimiliano Culpo7-71/+3
2020-08-10Simplify the detection protocol for packagesMassimiliano Culpo7-80/+453
2020-08-10Update packages.yaml format and support configuration updatesMassimiliano Culpo29-215/+1063
2020-08-10Hotfix for config singleton initialization (#17263)Michael Kuhn1-0/+4
2020-08-09deptypes: move deptype formatting code from Spec.format to dependency.py (#17...Todd Gamblin2-10/+31
2020-08-07Fujitsu compiler: Accept alphabet as version. (#17890)Tomoki, Karatsu2-7/+7
2020-08-05bugfix: fix spack -V with releases/latest and shallow clones (#17884)Todd Gamblin1-2/+2
2020-08-03Fix typo: yaml -> json (#17854)Harmen Stoppels1-1/+1
2020-08-03Fix docs about containers on cray (#17431)Harmen Stoppels2-7/+7
2020-08-02Buildcache create: change NoOverwriteException back to a warning as in v0.14 ...Patrick Gartung1-3/+6
2020-08-02Add bindist tests for macOS.Patrick Gartung1-13/+13
2020-08-01bugfix: fix spack buildcache list --allarchTodd Gamblin3-17/+53
2020-08-01architecture: make it easier to get a Spec for the default archTodd Gamblin1-2/+15
2020-07-31Move Python 2.6 unit tests to Github Actions (#17279)Massimiliano Culpo3-18/+38
2020-07-28Merge tag 'v0.15.3' into developTodd Gamblin3-5/+10
2020-07-28bump version number for 0.15.3Todd Gamblin3-5/+10
2020-07-27bugfix: allow relative view paths (#17721)Greg Becker1-14/+28