summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2022-11-04delegate to cray modules for target args on cray (#17857)Greg Becker2-2/+8
2022-11-04Fix typo in docs (#33662)Matthieu Boileau1-1/+1
2022-11-04Deprecate old YAML format for buildcaches (#33707)Massimiliano Culpo1-2/+17
2022-11-04Updates to stand-alone test documentation (#33703)Tamara Dahlgren2-22/+154
2022-11-04fix requires test for aarch64 (#33656)Greg Becker1-2/+2
2022-11-04Add in-place RPATH replacement (#27610)Harmen Stoppels5-52/+155
2022-11-04Fix non-parallel make under depfile jobserver (#32862)Jordan Galby2-37/+58
2022-11-03propagation: don't count propagated variant values as non-default (#33687)Todd Gamblin1-0/+2
2022-11-03Experimental binding of shared ELF libraries (#31948)Harmen Stoppels11-11/+358
2022-11-03gitlab: Prune untouched specs less aggressively (#33669)Scott Wittenburg3-26/+31
2022-11-03Use spack.traverse.traverse_nodes where useful (#33677)Harmen Stoppels1-45/+33
2022-11-03Update metadata for bootstrapping (#33665)Massimiliano Culpo4-51/+24
2022-11-02Bugfix for spec objects modified by flag handlers (#33682)Greg Becker2-1/+13
2022-11-02remove `deptype_query` remnants and fix incorrect `deptypes` kwarg (#33670)Harmen Stoppels1-1/+1
2022-11-02propagation: improve performanceGregory Becker3-61/+68
2022-11-02flags/variants: Add ++/~~/== syntax for propagation to dependenciesKayla Butler14-118/+426
2022-11-02tests: fix group membership check in sbang tests. (#33658)Todd Gamblin2-4/+13
2022-11-01Consolidate DAG traversal in traverse.py, support DFS/BFS (#33406)Harmen Stoppels5-204/+671
2022-11-01Unit tests: make unit tests work for aarch64 machines (#33625)Greg Becker24-91/+340
2022-11-01Update command option for example (#33321)Greg Sjaardema1-1/+1
2022-11-01Allow target requirements in packages.yaml (#32528)Massimiliano Culpo6-14/+32
2022-11-01Add elf parsing utility function (#33628)Harmen Stoppels4-46/+635
2022-11-01Relocate links using prefix to prefix map (#33636)Harmen Stoppels3-58/+58
2022-10-31Windows: fix library loading and enable Clingo bootstrapping (#33400)John W. Parent5-69/+104
2022-10-31Make --backtrace show non-SpackError backtraces (#33540)Harmen Stoppels1-3/+8
2022-10-31remove sequential filter in binary relo (#33608)Harmen Stoppels1-16/+4
2022-10-31_replace_prefix_bin performance improvements (#33590)Harmen Stoppels2-26/+51
2022-10-29Deprecate spack bootstrap trust/untrust (#33600)Massimiliano Culpo4-57/+90
2022-10-27CachedCMakePackage: Add back initconfig as a defined phase (#33575)Chris White3-4/+7
2022-10-27LuaPackage: add missing attribute (#33551)Massimiliano Culpo1-0/+3
2022-10-26Windows: fix bootstrap and package install failure (#32942)百地 希留耶2-1/+10
2022-10-26Allow for packages with multiple build-systems (#30738)Massimiliano Culpo80-2323/+6226
2022-10-26fix use of non-existing kwarg (#33520)Harmen Stoppels1-1/+1
2022-10-26Relocation regex single pass (#33496)Harmen Stoppels3-21/+36
2022-10-26gitlab ci: install binary deps faster (#33248)Harmen Stoppels3-40/+95
2022-10-25dfs traversal: simplify edges in reverse mode (#33481)Harmen Stoppels1-27/+26
2022-10-25binary_distribution: compress level 9 -> 6 (#33513)Harmen Stoppels1-1/+5
2022-10-25feature: Add -x|--explicit option to 'spack test run' (#32910)Tamara Dahlgren2-6/+20
2022-10-25BinaryCacheIndex: track update failures with cooldown (#33509)Jonathon Anderson1-6/+12
2022-10-25spec.py: prefer transitive link and direct build/run/test deps (#33498)Harmen Stoppels2-2/+48
2022-10-25Remove recursive symbolic link in lib/spack/docs from git repository (#33483)Massimiliano Culpo2-1/+3
2022-10-25Improve legibility of Gitlab CI (#33482)Harmen Stoppels2-4/+4
2022-10-24Add filename to text_to_relocate only if it needs to be relocated (#31074)iarspider4-8/+54
2022-10-24redact line numbers from grouped exception message (#33485)Danny McClanahan1-4/+8
2022-10-24locks: improved errors (#33477)Harmen Stoppels6-12/+59
2022-10-23backtraces with --backtrace (#33478)Harmen Stoppels1-1/+9
2022-10-21Relocation should take hardlinks into account (#33460)Harmen Stoppels7-62/+190
2022-10-21Remove "spack buildcache copy" in v0.19.0 (#33437)Massimiliano Culpo1-86/+0
2022-10-20gitlab: Do not use root_spec['pkg_name'] anymore (#33403)Scott Wittenburg5-147/+27
2022-10-19depfile: buildcache support (#33315)Harmen Stoppels2-35/+206