Age | Commit message (Expand) | Author | Files | Lines |
2022-11-13 | Speed-up bootstrap and architecture unit tests (#33865) | Massimiliano Culpo | 2 | -2/+3 |
2022-11-12 | update tutorial command to newest release branch (#33867) | Greg Becker | 1 | -1/+1 |
2022-11-12 | use spack.version_info as source of version truth for spack tutorial command ... | Greg Becker | 1 | -1/+2 |
2022-11-11 | Speed-up unit tests by caching default mock concretization (#33755) | Massimiliano Culpo | 10 | -180/+218 |
2022-11-11 | ensure view projections for extensions always point to extendee (#33848) | Greg Becker | 1 | -2/+11 |
2022-11-11 | docs: updates related to extensions (#33837) | Harmen Stoppels | 4 | -44/+78 |
2022-11-11 | remove activate/deactivate support in favor of environments (#29317) | Harmen Stoppels | 21 | -1559/+31 |
2022-11-10 | remove deprecated top-level module config (#33828) | Greg Becker | 3 | -66/+2 |
2022-11-11 | remove deprecated `concretization` environment key (#33774) | Greg Becker | 3 | -90/+6 |
2022-11-10 | Use bfs order in spack find --deps tree (#33782) | Harmen Stoppels | 2 | -9/+11 |
2022-11-10 | spack location: fix attribute lookup after multiple build systems (#33791) | Massimiliano Culpo | 1 | -2/+4 |
2022-11-09 | always use the cxx compiler as a host compiler (#33771) | Chris White | 1 | -7/+1 |
2022-11-09 | Revert "fix racy sbang (#33549)" (#33778) | Harmen Stoppels | 3 | -65/+43 |
2022-11-09 | ensure external PythonPackages have python deps (#33777) | Greg Becker | 5 | -0/+54 |
2022-11-08 | Account for patchelf binaries when creating local bootstrap mirror (#33776) | Massimiliano Culpo | 1 | -0/+2 |
2022-11-08 | fix racy sbang (#33549) | Harmen Stoppels | 3 | -43/+65 |
2022-11-08 | use pwd for usernames on unix (#19980) | Greg Becker | 1 | -1/+13 |
2022-11-08 | Install from source if binary cache checksum validation fails (#31696) | Stephen Sachs | 1 | -0/+10 |
2022-11-08 | scons: fix Scons builder after multi build-system refactoring (#33753) | Massimiliano Culpo | 1 | -6/+10 |
2022-11-08 | Rework unit test to avoid tripping into concretization slowdown (#33749) | Massimiliano Culpo | 1 | -23/+9 |
2022-11-07 | intel oneapi classic bootstrapping (#31285) | Greg Becker | 5 | -26/+48 |
2022-11-08 | "spack uninstall": don't modify env (#33711) | Peter Scheibel | 9 | -107/+393 |
2022-11-08 | Fix missing "*.spack*" files in views (#30980) | Jordan Galby | 2 | -1/+33 |
2022-11-07 | reorder packages.yaml: requirements first, then preferences (#33741) | Harmen Stoppels | 1 | -80/+83 |
2022-11-07 | gitlab ci: Add "script_failure" as a reason for retrying service jobs (#33420) | Scott Wittenburg | 1 | -1/+8 |
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 |