summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2020-04-29Spack command extensions: error-handling (#13635)Chris Green5-85/+332
2020-04-29prefix gets removed when adding additional configure options (#16335)Nathan2-4/+6
2020-04-28dev-build: stop before phase (#14699)Axel Huebl4-6/+65
2020-04-28Docs: Limit Microarch on Travis CI (#16200)Axel Huebl1-1/+11
2020-04-28relocate: remove an assertion in _make_relative (#16351)Massimiliano Culpo1-4/+0
2020-04-27Improve the coverage of spack.relocate (#15654)Massimiliano Culpo3-76/+148
2020-04-24spack env: activate note (#16279)Axel Huebl1-0/+4
2020-04-23tests: each mock package now has its own class (#16157)Todd Gamblin9-153/+279
2020-04-23spack info: allow variants section to be as wide as the terminal (#16254)Todd Gamblin1-9/+14
2020-04-22spack info: replace "True, False" with "on, off" (#16235)Massimiliano Culpo1-4/+2
2020-04-22update compiler config with bootstrapped compiler when already installed (#16...Greg Becker5-4/+38
2020-04-22spack environments documentation: -E -> -e (#16242)George Hartzell1-2/+2
2020-04-21Doc: Conflict Msg Pkg Guide (#16201)Axel Huebl1-3/+7
2020-04-21compiler wrappers: don't override -isystem with -I (#16077)Andrew W Elble2-14/+102
2020-04-20autotools: remove FORCE_UNSAFE_CONFIGURE from docs, commands, code (#16145)Todd Gamblin2-11/+4
2020-04-19Typo: vew -> view (#16155)George Hartzell1-1/+1
2020-04-18autotools: set FORCE_UNSAFE_CONFIGURE to 1 in autotools.py (#16132)Diego Magdaleno1-0/+15
2020-04-17remove files accidentally committed with 0.14.0 (#16138)Todd Gamblin3-11712/+0
2020-04-17AutotoolsPackage: add aclocal for all build deps (#15784)Adam J. Stewart1-5/+5
2020-04-17Language-specific PIC flags (#15474)Adam J. Stewart12-77/+300
2020-04-16SourceForge: Mirror Mixin (#16112)Axel Huebl3-0/+64
2020-04-16macos: use DYLD_FALLBACK_LIBRARY_PATH instead of DYLD_LIBRARY_PATHTodd Gamblin3-2/+6
2020-04-16Bugfix: For spack buildcache check, Handle specs where only the hash is (#15663)Marc Allen1-1/+1
2020-04-15Merge branch 'releases/v0.14' into developTodd Gamblin1-1/+1
2020-04-15Make tags case insensitiveMichael Kuhn2-0/+10
2020-04-15version bump: 0.14.2Todd Gamblin1-1/+1
2020-04-15bugfix: spack test should not output [+] for mock installs (#15609)Todd Gamblin1-3/+2
2020-04-15`spack install` terminal output handling in foreground/background (#15723)Todd Gamblin7-224/+1155
2020-04-15database: maintain in-memory consistency on remove (#15777)Massimiliano Culpo2-1/+21
2020-04-15performance: add a verification file to the database (#14693)Andrew W Elble3-3/+52
2020-04-15Remove DB conversion of old index.yaml (#15298)Peter Scheibel1-84/+45
2020-04-15Environments/views: only override spec prefix for non-external packages (#15475)Peter Scheibel2-1/+49
2020-04-15Source devnull in environment_after_sourcing_files (closes #15775) (#15791)Jonathon Anderson1-1/+2
2020-04-15bugfix: TERM may not be in the environment on Cray (#15630)Todd Gamblin1-3/+7
2020-04-15Blacklist Lmod variable modifications when sourcing files (#15778)Massimiliano Culpo3-1/+24
2020-04-15Tests: Mirror Mixin ClassesAxel Huebl1-0/+69
2020-04-15x.org: mirror mixinAxel Huebl2-0/+38
2020-04-15`spack install` terminal output handling in foreground/background (#15723)Todd Gamblin7-224/+1155
2020-04-14Package extensions: fixed a link in docs (#16040)Massimiliano Culpo3-7/+9
2020-04-14sourceware.org: mirror urls (#15992)Axel Huebl2-0/+38
2020-04-12database: maintain in-memory consistency on remove (#15777)Massimiliano Culpo2-1/+21
2020-04-10fujitsu compiler: Delete custom environment function. (#15988)Tomoki, Karatsu1-4/+0
2020-04-09NAG compiler fix: skip implicit RPATH detection (#15902)Peter Scheibel1-2/+6
2020-04-07pipelines: Document dynamic generation limitationsScott Wittenburg1-1/+23
2020-04-07Add build number to Arm compiler version identification (#15809)LPettey-Arm2-2/+22
2020-04-06Docs: fix Spack Environments command (#15891)Adam J. Stewart1-1/+1
2020-04-06Blacklist Lmod variable modifications when sourcing files (#15778)Massimiliano Culpo3-1/+24
2020-04-06Source devnull in environment_after_sourcing_files (closes #15775) (#15791)Jonathon Anderson1-1/+2
2020-04-05verify `other.exe` attr exists before use in __eq__ (#15882)Stephen McDowell1-1/+1
2020-04-03Add option "--first" for "spack load" (#15622)G-Ragghianti4-7/+34