summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2019-09-26External: add macholib and altgraph needed to relocate Mach-o binaries on Lin...Patrick Gartung25-0/+5425
2019-09-24Fix "specific target" detection in Python 3 (#12906)Adam J. Stewart1-8/+5
2019-09-24Change get_patchelf to immediately return patchelf path if found (#12925)Patrick Gartung1-7/+7
2019-09-24Fujitsu compilers: added 'verbose_flag' method (#12922)t-karatsu1-0/+4
2019-09-24bugfix: use string keys to set preferred targets (#12921)Todd Gamblin4-9/+32
2019-09-23AMD: fix architecture hierarchy (zen) (#12913)Massimiliano Culpo3-17/+45
2019-09-23Fix detection of Apple Clang 11.0.0 (#12912)Adam J. Stewart2-1/+6
2019-09-23tests: more template creation tests (#12882)Tamara Dahlgren1-8/+50
2019-09-22externals: add note to jsonschema about modifications (#12895)Todd Gamblin1-1/+3
2019-09-21externals: avoid importing requests in jsonschemaTodd Gamblin1-4/+1
2019-09-20Fix how 'gpg --list-secret-keys ...' output is parsedScott Wittenburg2-6/+77
2019-09-20targets: add mic_knl target to microarchitectures.jsonGregory Becker1-0/+37
2019-09-20targets: adjust packages to use new specific targets semanticsMassimiliano Culpo1-1/+13
2019-09-20targets: Spack targets can now be fine-grained microarchitecturesMassimiliano Culpo50-540/+3040
2019-09-20targets: first pass at target detection for linuxGregory Becker12-17/+350
2019-09-19Put back the use of otool and install_name_tool when running on macOS. Only u...Patrick Gartung4-68/+112
2019-09-18Update buildcache creation and installation to allow mach-o binary relocation...Patrick Gartung3-138/+200
2019-09-17Support yaml paths anywhere specs are handled on CLI (#12561)Scott Wittenburg4-19/+318
2019-09-17implicit rpaths filtering (#12789)Peter Scheibel14-52/+191
2019-09-17Fix generic body during package creation (#12804)Adam J. Stewart1-14/+14
2019-09-16Allow build to proceed with failed compiler lib detection (#12756)Adam J. Stewart1-0/+4
2019-09-16Quote shell variable values (#12759)Adam J. Stewart1-2/+2
2019-09-13Fixes identified in ecp facilities hackathon fixes:Scott Wittenburg2-3/+2
2019-09-13Implement an optional compiler bootstrapping phaseScott Wittenburg7-251/+515
2019-09-13Remove CombinatorialSpecSet in favor of environments + stacksScott Wittenburg9-705/+83
2019-09-13Refactor release-jobs cmd based on use of environments (no docker either)Scott Wittenburg2-291/+173
2019-09-13Add schema for new gitlab-ci and cdash additions to environmentScott Wittenburg4-0/+220
2019-09-11module parsing: make heuristic to get paths from modules more robust (#12693)Greg Becker2-36/+87
2019-09-09clang: add another regex for version detection (#12769)Massimiliano Culpo2-0/+5
2019-09-08Fix PyQt installation (#12479)Adam J. Stewart2-15/+41
2019-09-07flake8: make entire repository pass `spack flake8 -a`Todd Gamblin8-45/+46
2019-09-07flake8: only add E501 exemptions when absolutely necessary (#12755)Todd Gamblin1-2/+13
2019-09-07Update docs on module loads command (#12702)Adam J. Stewart1-2/+2
2019-09-05make env view loading unconditional (#12719)Greg Becker1-4/+2
2019-09-04Improve mock_archive versatility; Remove unwanted ALLOWED_ARCHIVE_TYPES. (#12...Chris Green3-7/+15
2019-09-04specs: better lookup by hash; allow references to missing dependency hashesTodd Gamblin3-16/+155
2019-09-03Use spack/user-specific stage root by default; stage cleaning (#12516)Tamara Dahlgren7-72/+166
2019-09-03perf: spack find -p now does only one DB transactionTodd Gamblin1-9/+12
2019-09-02tests: add tests for `spack extensions` commandTodd Gamblin3-68/+128
2019-09-02tests and completions for `spack find --json` and `spack find --format`Todd Gamblin4-17/+214
2019-09-02tests: remove extraneous print statementTodd Gamblin1-4/+0
2019-09-02refactor: clean up `spack find`, make `spack find -dp` work properlyTodd Gamblin4-153/+132
2019-09-02docs: add docs for `spack find --format` and `spack find --json`Todd Gamblin3-9/+119
2019-09-02command: add `spack find --json`Todd Gamblin4-4/+52
2019-09-02command: add `spack find --format`Todd Gamblin2-23/+53
2019-08-30Archive all patches in a package after install (#12653)Peter Scheibel1-1/+4
2019-08-30Fujitsu compiler: Add flags for c11/c99 (#12622)t-karatsu2-0/+10
2019-08-29fix packaging_guide variant table (#12296)Greg Becker1-1/+6
2019-08-27AutotoolsPackage: remove redundant libtoolize callGeoffrey M Oxberry1-4/+0
2019-08-27Configuration schema are checked against jsonschema draft 4 meta-schema (#10247)Massimiliano Culpo3-3/+197