Age | Commit message (Expand) | Author | Files | Lines |
2023-10-16 | Use string representation of deptypes for concrete specs (#40566) | Massimiliano Culpo | 1 | -1/+5 |
2023-10-15 | spack checksum: handle all versions dropped better (#40530) | Harmen Stoppels | 3 | -3/+21 |
2023-10-13 | spack checksum: improve interactive filtering (#40403) | Harmen Stoppels | 6 | -55/+352 |
2023-10-13 | Expand multiple build systems section (#39589) | Harmen Stoppels | 1 | -51/+102 |
2023-10-13 | Better error message when wrong platform is used (#40492) | Massimiliano Culpo | 1 | -1/+2 |
2023-10-13 | containerize: update docs to activate env before using container templates (#... | Matthew Chan | 1 | -0/+7 |
2023-10-12 | modules:prefix_inspections: allow empty dict (#40485) | Harmen Stoppels | 1 | -2/+2 |
2023-10-12 | build(deps): bump python-levenshtein in /lib/spack/docs (#40461) | dependabot[bot] | 1 | -1/+1 |
2023-10-12 | Remove deprecated "extra_instructions" option for containers (#40365) | Massimiliano Culpo | 4 | -46/+1 |
2023-10-11 | buildcache: Tell servers not to cache index or hash (#40339) | Scott Wittenburg | 1 | -2/+2 |
2023-10-11 | cmake: drop CMAKE_STATIC_LINKER_FLAGS (#40423) | Victor Brunini | 2 | -4/+3 |
2023-10-11 | Update bootstrap buildcache to support Python 3.12 (#40404) | Massimiliano Culpo | 4 | -5/+5 |
2023-10-11 | spider: respect <base> tag (#40443) | Harmen Stoppels | 1 | -8/+20 |
2023-10-11 | build(deps): bump mypy from 1.5.1 to 1.6.0 in /lib/spack/docs (#40424) | dependabot[bot] | 1 | -1/+1 |
2023-10-11 | Update legacy `.format()` calls to fstrings in installer.py (#40426) | Alec Scott | 1 | -152/+132 |
2023-10-11 | spack buildcache: fix a typo in a function call (#40446) | Massimiliano Culpo | 1 | -3/+3 |
2023-10-10 | More helpful error when patch lookup fails (#40379) | Harmen Stoppels | 2 | -10/+21 |
2023-10-09 | unparse: drop python 3.3 remnants (#40331) | Harmen Stoppels | 1 | -20/+8 |
2023-10-09 | docs: update Spack prerequisites (#40381) | Harmen Stoppels | 1 | -2/+1 |
2023-10-09 | build(deps): bump python-levenshtein in /lib/spack/docs (#40220) | dependabot[bot] | 1 | -1/+1 |
2023-10-09 | racket packages: fix typo after multiple build systems support (#40088) | Thomas Dickerson | 1 | -1/+1 |
2023-10-09 | parser: use non-capturing groups (#40373) | Harmen Stoppels | 1 | -23/+23 |
2023-10-07 | Remove warning for custom module configuration, when no module is enabled (#4... | Massimiliano Culpo | 3 | -47/+2 |
2023-10-06 | VersionRange: improve error message for empty range (#40345) | Harmen Stoppels | 4 | -4/+15 |
2023-10-06 | unparse: drop python 2 remnants (#40329) | Harmen Stoppels | 1 | -40/+0 |
2023-10-06 | Make "minimal" the default duplicate strategy (#39621) | Massimiliano Culpo | 8 | -97/+2930 |
2023-10-06 | python: add 3.12.0 (but keep 3.11 preferred) (#40282) | Harmen Stoppels | 1 | -1/+8 |
2023-10-05 | unparse: drop python 3.4 remnants (#40333) | Harmen Stoppels | 1 | -15/+0 |
2023-10-04 | Improve build isolation in PythonPipBuilder (#40224) | Harmen Stoppels | 1 | -1/+99 |
2023-10-03 | ci: Change how job names appear in gitlab (#39963) | Scott Wittenburg | 2 | -38/+13 |
2023-10-03 | build(deps): bump urllib3 from 2.0.5 to 2.0.6 in /lib/spack/docs (#40286) | dependabot[bot] | 1 | -1/+1 |
2023-10-03 | Buildcache tarballs with rootfs structure (#39341) | Harmen Stoppels | 2 | -73/+162 |
2023-10-02 | buildcache: ignore errors of newer buildcache version (#40279) | Harmen Stoppels | 1 | -2/+2 |
2023-10-02 | Spack python 3.12: PEP 695 unparse support (#40155) | Harmen Stoppels | 1 | -0/+28 |
2023-10-01 | docs: Replace package list with packages.spack.io (#40251) | Todd Gamblin | 8 | -86/+30 |
2023-09-29 | Windows: detect all available SDK versions (#39823) | John W. Parent | 1 | -28/+35 |
2023-09-29 | Cray manifest: compiler handling fixes (#40061) | Peter Scheibel | 5 | -131/+215 |
2023-09-29 | Print error when missing git (#40254) | Jordan Galby | 1 | -1/+5 |
2023-09-29 | Don't drop build deps on overwrite install (#40252) | Harmen Stoppels | 2 | -4/+26 |
2023-09-29 | Test package detection in a systematic way (#18175) | Massimiliano Culpo | 10 | -23/+457 |
2023-09-28 | Partial removal of circular dependencies between `spack` and `llnl` (#40090) | Massimiliano Culpo | 30 | -258/+297 |
2023-09-28 | Use st_nlink in hardlink tracking (#39328) | Harmen Stoppels | 2 | -11/+12 |
2023-09-28 | Support optional vars script arguments (#40064) | Brian Vanderwende | 1 | -1/+6 |
2023-09-26 | spack --profile: dump to stderr (#40209) | Harmen Stoppels | 1 | -1/+1 |
2023-09-24 | build(deps): bump urllib3 from 2.0.4 to 2.0.5 in /lib/spack/docs (#40119) | dependabot[bot] | 1 | -1/+1 |
2023-09-22 | Remove distutils dependency in Spack (#40153) | Harmen Stoppels | 1 | -3/+2 |
2023-09-22 | Add support for macOS Sonoma (#40115) | Adam J. Stewart | 1 | -0/+1 |
2023-09-21 | Harden compiler detection against errors (#39736) | John W. Parent | 4 | -36/+106 |
2023-09-21 | Restore virtuals normalization on edge construction (#40130) | Massimiliano Culpo | 3 | -1/+19 |
2023-09-20 | Fix a leftover typo from depflag rework (#40101) | Massimiliano Culpo | 1 | -1/+1 |