Age | Commit message (Expand) | Author | Files | Lines |
2022-11-07 | encode development requirements in pyproject.toml (#32616) | Tom Scogland | 3 | -4/+72 |
2022-11-07 | binary_distribution: Speed up buildcache update-index (#32796) | Scott Wittenburg | 1 | -36/+168 |
2022-11-07 | Remove known issues (#33738) | Harmen Stoppels | 2 | -41/+0 |
2022-11-07 | Bugfix: Compiler bootstrapping for compilers that are independently present i... | Greg Becker | 2 | -1/+47 |
2022-11-07 | Apply dev specs for dependencies of roots (#30909) | Greg Becker | 2 | -17/+45 |
2022-11-07 | Simplify repeated _add_dependency calls for same package (#33732) | Harmen Stoppels | 1 | -19/+17 |
2022-11-07 | Doc: `lsb-release` (#32479) | Axel Huebl | 2 | -1/+2 |
2022-11-07 | concretizer:unify:true as a default (#31787) | Harmen Stoppels | 3 | -44/+49 |
2022-11-07 | archspec: update version, translate renamed uarchs (#33556) | Massimiliano Culpo | 4 | -24/+288 |
2022-11-06 | bugfix for matrices with dependencies by hash (#22991) | Greg Becker | 2 | -5/+26 |
2022-11-06 | solver setup: extract virtual dependencies from reusable specs (#32434) | Greg Becker | 2 | -0/+28 |
2022-11-06 | package preferences: allow specs to be configured buildable when their virtua... | Greg Becker | 2 | -9/+26 |
2022-11-06 | improve error message for dependency on nonexistant compiler (#32084) | Greg Becker | 1 | -12/+25 |
2022-11-06 | solver: do not punish explicitly requested compiler mismatches (#30074) | Greg Becker | 2 | -1/+29 |
2022-11-06 | MesonPackage: disable automatic download and install of dependencies (#33717) | Michael Kuhn | 1 | -2/+4 |
2022-11-06 | allow multiple compatible deps from CLI (#21262) | Greg Becker | 2 | -2/+24 |
2022-11-06 | canonicalize_path: add arch information to substitutions (#29810) | Greg Becker | 3 | -0/+50 |
2022-11-05 | Add support for Python 3.11 (#33505) | Massimiliano Culpo | 4 | -12/+182 |
2022-11-05 | Fix relocation to avoid overwriting merged constant strings (#32253) | Tom Scogland | 6 | -83/+311 |
2022-11-05 | packages.yaml: set url/git (#33275) | Peter Scheibel | 4 | -0/+113 |
2022-11-05 | unparser: fix bug in unit test assertion (#33722) | Massimiliano Culpo | 1 | -5/+3 |
2022-11-05 | Fix formatting in packaging guide (#33714) | iarspider | 1 | -10/+3 |
2022-11-04 | demote warning for no source id to debug message (#33657) | Greg Becker | 4 | -15/+15 |
2022-11-04 | Cray support: use linux platform for newer craype versions (#29392) | Greg Becker | 7 | -30/+105 |
2022-11-04 | delegate to cray modules for target args on cray (#17857) | Greg Becker | 2 | -2/+8 |
2022-11-04 | Fix typo in docs (#33662) | Matthieu Boileau | 1 | -1/+1 |
2022-11-04 | Deprecate old YAML format for buildcaches (#33707) | Massimiliano Culpo | 1 | -2/+17 |
2022-11-04 | Updates to stand-alone test documentation (#33703) | Tamara Dahlgren | 2 | -22/+154 |
2022-11-04 | fix requires test for aarch64 (#33656) | Greg Becker | 1 | -2/+2 |
2022-11-04 | Add in-place RPATH replacement (#27610) | Harmen Stoppels | 5 | -52/+155 |
2022-11-04 | Fix non-parallel make under depfile jobserver (#32862) | Jordan Galby | 2 | -37/+58 |
2022-11-03 | propagation: don't count propagated variant values as non-default (#33687) | Todd Gamblin | 1 | -0/+2 |
2022-11-03 | Experimental binding of shared ELF libraries (#31948) | Harmen Stoppels | 11 | -11/+358 |
2022-11-03 | gitlab: Prune untouched specs less aggressively (#33669) | Scott Wittenburg | 3 | -26/+31 |
2022-11-03 | Use spack.traverse.traverse_nodes where useful (#33677) | Harmen Stoppels | 1 | -45/+33 |
2022-11-03 | Update metadata for bootstrapping (#33665) | Massimiliano Culpo | 4 | -51/+24 |
2022-11-02 | Bugfix for spec objects modified by flag handlers (#33682) | Greg Becker | 2 | -1/+13 |
2022-11-02 | remove `deptype_query` remnants and fix incorrect `deptypes` kwarg (#33670) | Harmen Stoppels | 1 | -1/+1 |
2022-11-02 | propagation: improve performance | Gregory Becker | 3 | -61/+68 |
2022-11-02 | flags/variants: Add ++/~~/== syntax for propagation to dependencies | Kayla Butler | 14 | -118/+426 |
2022-11-02 | tests: fix group membership check in sbang tests. (#33658) | Todd Gamblin | 2 | -4/+13 |
2022-11-01 | Consolidate DAG traversal in traverse.py, support DFS/BFS (#33406) | Harmen Stoppels | 5 | -204/+671 |
2022-11-01 | Unit tests: make unit tests work for aarch64 machines (#33625) | Greg Becker | 24 | -91/+340 |
2022-11-01 | Update command option for example (#33321) | Greg Sjaardema | 1 | -1/+1 |
2022-11-01 | Allow target requirements in packages.yaml (#32528) | Massimiliano Culpo | 6 | -14/+32 |
2022-11-01 | Add elf parsing utility function (#33628) | Harmen Stoppels | 4 | -46/+635 |
2022-11-01 | Relocate links using prefix to prefix map (#33636) | Harmen Stoppels | 3 | -58/+58 |
2022-10-31 | Windows: fix library loading and enable Clingo bootstrapping (#33400) | John W. Parent | 5 | -69/+104 |
2022-10-31 | Make --backtrace show non-SpackError backtraces (#33540) | Harmen Stoppels | 1 | -3/+8 |
2022-10-31 | remove sequential filter in binary relo (#33608) | Harmen Stoppels | 1 | -16/+4 |