summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2020-05-09Increase coverage of spack.relocate (#16475)Massimiliano Culpo2-120/+266
2020-05-09bugfix: don't use sys.stdout as a default arg value (#16541)Todd Gamblin8-12/+25
2020-05-08all_urls: add urls[0] for versions (#16435)Axel Huebl1-0/+4
2020-05-07Documentation: typo in option description (#16518)Erik Schnetter1-1/+1
2020-05-07Config option to disable setting S_ISGID bit when creating installation direc...iarspider2-1/+2
2020-05-07"spack checksum" QoL (#14311)iarspider3-4/+18
2020-05-07Testing: fix unintended interactions between tests, part 2 (#16429)Peter Scheibel6-12/+47
2020-05-07 bugfix: spack shouldn't fail in an incomplete environment (#16473)Todd Gamblin2-9/+49
2020-05-06fix underscore/dash problems for mic_knl and skylake_avx512 (#16491)Greg Becker1-1/+2
2020-05-05Automatically find externals (#15158)Peter Scheibel3-0/+479
2020-05-05cray platform: support cray Cluster and XC type machines (#12989)Greg Becker12-82/+291
2020-05-05Make usage example consistent with current MV variants (#16468)Massimiliano Culpo1-1/+1
2020-05-04bugfix: config:install_hash_length ignored (#15919)Greg Becker2-0/+42
2020-05-04environments: allow sigils to apply to entire reference (#15245)Greg Becker3-5/+110
2020-05-04Fix git-related commands not working in worktreesOliver Breitwieser2-3/+87
2020-05-01Revert "Testing: fix unintended interactions between tests (#16003)" (#16420)Peter Scheibel5-23/+8
2020-05-01Testing: fix unintended interactions between tests (#16003)Peter Scheibel5-8/+23
2020-05-01dev-build: --drop-in <shell> (#14887)Axel Huebl2-0/+19
2020-04-30Fix typos in new AutotoolsPackage function (#16406)Adam J. Stewart1-2/+2
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