summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2022-11-07Doc: `lsb-release` (#32479)Axel Huebl2-1/+2
2022-11-07concretizer:unify:true as a default (#31787)Harmen Stoppels3-44/+49
2022-11-07archspec: update version, translate renamed uarchs (#33556)Massimiliano Culpo4-24/+288
2022-11-06bugfix for matrices with dependencies by hash (#22991)Greg Becker2-5/+26
2022-11-06solver setup: extract virtual dependencies from reusable specs (#32434)Greg Becker2-0/+28
2022-11-06package preferences: allow specs to be configured buildable when their virtua...Greg Becker2-9/+26
2022-11-06improve error message for dependency on nonexistant compiler (#32084)Greg Becker1-12/+25
2022-11-06solver: do not punish explicitly requested compiler mismatches (#30074)Greg Becker2-1/+29
2022-11-06MesonPackage: disable automatic download and install of dependencies (#33717)Michael Kuhn1-2/+4
2022-11-06allow multiple compatible deps from CLI (#21262)Greg Becker2-2/+24
2022-11-06canonicalize_path: add arch information to substitutions (#29810)Greg Becker3-0/+50
2022-11-05Add support for Python 3.11 (#33505)Massimiliano Culpo4-12/+182
2022-11-05Fix relocation to avoid overwriting merged constant strings (#32253)Tom Scogland6-83/+311
2022-11-05packages.yaml: set url/git (#33275)Peter Scheibel4-0/+113
2022-11-05unparser: fix bug in unit test assertion (#33722)Massimiliano Culpo1-5/+3
2022-11-05Fix formatting in packaging guide (#33714)iarspider1-10/+3
2022-11-04demote warning for no source id to debug message (#33657)Greg Becker4-15/+15
2022-11-04Cray support: use linux platform for newer craype versions (#29392)Greg Becker7-30/+105
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