summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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
2022-10-19Add a command to bootstrap Spack right now (#33407)Massimiliano Culpo1-0/+12
2022-10-19Relocate "run" type dependencies too (#33191)Stephen Sachs1-2/+2
2022-10-19Update the binary index before attempting direct fetches (#32137)Jonathon Anderson3-19/+44
2022-10-18spack checksum: warn if version is deprecated (#32438)Tamara Dahlgren5-2/+42
2022-10-18Docs: Spack info option updates (#33376)Tamara Dahlgren3-10/+27
2022-10-18Reusable --use-buildcache with better validation (#33388)Harmen Stoppels4-31/+76
2022-10-17Initial contribution of LibPressio ecosystem (#32630)Robert Underwood1-0/+2
2022-10-17database: don't warn adding missing build deps (#33361)Harmen Stoppels1-27/+48
2022-10-17installer.py: traverse_dependencies has local deptype (#33367)Harmen Stoppels1-9/+19
2022-10-17Support spackbot rebuilding all specs from source (#32596)Scott Wittenburg2-21/+66
2022-10-17installer.py: fix/test get_deptypes (#33363)Harmen Stoppels2-1/+40
2022-10-17gitlab ci: Do not force protected build jobs to run on aws runners (#33314)Scott Wittenburg1-1/+1
2022-10-17installer.py: show timers for binary install (#33305)Harmen Stoppels1-23/+57
2022-10-15CI: allow multiple matches to combine tags (#32290)Jonathon Anderson3-13/+59
2022-10-15depfile: update docs (#33279)Harmen Stoppels1-9/+37
2022-10-13meson: remove slash in path (#33292)Adam J. Stewart1-1/+1
2022-10-13gitlab ci: Print better information about broken specs (#33124)Scott Wittenburg3-49/+98
2022-10-13Add missing upperbound to docs/spack.yaml (#33280)Harmen Stoppels1-0/+2
2022-10-12env depfile: allow deps only install (#33245)Harmen Stoppels2-65/+32
2022-10-12Fix typo in docs (#33182)Massimiliano Culpo1-1/+1
2022-10-11Specify GCC prefix in LLVM-based compilers (#33146)Harmen Stoppels2-0/+29
2022-10-11Refactor a few classes related to package repositories (#32273)Massimiliano Culpo27-669/+466
2022-10-11`spack diff` any specs you want (#32737)Peter Scheibel1-4/+6
2022-10-10Docs: Getting Started Dependencies (#32480)Axel Huebl4-2/+33