Age | Commit message (Expand) | Author | Files | Lines |
2022-10-19 | Add a command to bootstrap Spack right now (#33407) | Massimiliano Culpo | 1 | -0/+12 |
2022-10-19 | Relocate "run" type dependencies too (#33191) | Stephen Sachs | 1 | -2/+2 |
2022-10-19 | Update the binary index before attempting direct fetches (#32137) | Jonathon Anderson | 3 | -19/+44 |
2022-10-18 | spack checksum: warn if version is deprecated (#32438) | Tamara Dahlgren | 5 | -2/+42 |
2022-10-18 | Docs: Spack info option updates (#33376) | Tamara Dahlgren | 3 | -10/+27 |
2022-10-18 | Reusable --use-buildcache with better validation (#33388) | Harmen Stoppels | 4 | -31/+76 |
2022-10-17 | Initial contribution of LibPressio ecosystem (#32630) | Robert Underwood | 1 | -0/+2 |
2022-10-17 | database: don't warn adding missing build deps (#33361) | Harmen Stoppels | 1 | -27/+48 |
2022-10-17 | installer.py: traverse_dependencies has local deptype (#33367) | Harmen Stoppels | 1 | -9/+19 |
2022-10-17 | Support spackbot rebuilding all specs from source (#32596) | Scott Wittenburg | 2 | -21/+66 |
2022-10-17 | installer.py: fix/test get_deptypes (#33363) | Harmen Stoppels | 2 | -1/+40 |
2022-10-17 | gitlab ci: Do not force protected build jobs to run on aws runners (#33314) | Scott Wittenburg | 1 | -1/+1 |
2022-10-17 | installer.py: show timers for binary install (#33305) | Harmen Stoppels | 1 | -23/+57 |
2022-10-15 | CI: allow multiple matches to combine tags (#32290) | Jonathon Anderson | 3 | -13/+59 |
2022-10-15 | depfile: update docs (#33279) | Harmen Stoppels | 1 | -9/+37 |
2022-10-13 | meson: remove slash in path (#33292) | Adam J. Stewart | 1 | -1/+1 |
2022-10-13 | gitlab ci: Print better information about broken specs (#33124) | Scott Wittenburg | 3 | -49/+98 |
2022-10-13 | Add missing upperbound to docs/spack.yaml (#33280) | Harmen Stoppels | 1 | -0/+2 |
2022-10-12 | env depfile: allow deps only install (#33245) | Harmen Stoppels | 2 | -65/+32 |
2022-10-12 | Fix typo in docs (#33182) | Massimiliano Culpo | 1 | -1/+1 |
2022-10-11 | Specify GCC prefix in LLVM-based compilers (#33146) | Harmen Stoppels | 2 | -0/+29 |
2022-10-11 | Refactor a few classes related to package repositories (#32273) | Massimiliano Culpo | 27 | -669/+466 |
2022-10-11 | `spack diff` any specs you want (#32737) | Peter Scheibel | 1 | -4/+6 |
2022-10-10 | Docs: Getting Started Dependencies (#32480) | Axel Huebl | 4 | -2/+33 |
2022-10-10 | shell prompt: enclose control sequence in brackets (#33079) | Brian Vanderwende | 2 | -4/+10 |
2022-10-10 | PythonPackage: fix libs/headers attributes (#32970) | Adam J. Stewart | 1 | -3/+3 |
2022-10-07 | autotools: extend patching of the libtool script (#30768) | Sergey Kosukhin | 4 | -34/+208 |
2022-10-07 | add compatibility for rocky8 and rhel8 (#33068) | MatthewLieber | 1 | -0/+3 |
2022-10-06 | Add a warning on Python 2.7 deprecation (#33052) | Massimiliano Culpo | 2 | -0/+9 |
2022-10-06 | tcl module template: automatically unload automatically loaded modules (#32853) | Sergey Kosukhin | 1 | -1/+1 |
2022-10-06 | docs: fix deprecated use of install_tree (#33004) | Harmen Stoppels | 1 | -3/+3 |
2022-10-06 | cuda: add v11.8.0 (#33027) | Andrew W Elble | 1 | -1/+10 |
2022-10-05 | Optimize concurrent misc_cache provider index rebuild (#32874) | Jordan Galby | 1 | -2/+10 |
2022-10-05 | autotools: Filter libtools when building with dpcpp (#32876) | Chris MacMackin | 1 | -1/+9 |
2022-10-04 | BuildEnvironment: accumulate module changes to poke to all relevant modules (... | Greg Becker | 2 | -1/+26 |
2022-10-04 | `find`/`list`: display package counts last (#32946) | Todd Gamblin | 5 | -6/+53 |
2022-10-04 | Fix typo in documentation (#32984) | Adam J. Stewart | 1 | -1/+1 |
2022-10-02 | Fixup errors introduced by Clingo Pr: (#32905) | John W. Parent | 1 | -1/+1 |
2022-09-30 | develop: canonicalize dev paths and base relative paths on `env.path` (#30075) | Greg Becker | 6 | -12/+60 |
2022-09-29 | Install: Add use-buildcache option to install (#32537) | kwryankrattiger | 3 | -8/+166 |
2022-09-28 | Windows: Support for Clingo and dependencies (#30690) | John W. Parent | 4 | -5/+14 |
2022-09-28 | Remove mentions of "best-effort" matrix expansion in the docs (#32755) | Massimiliano Culpo | 1 | -25/+0 |
2022-09-27 | shell.py: fix undefined variable in csh deactivate (#32816) | Alex Hornburg | 1 | -2/+2 |
2022-09-26 | improve lexing error (#32832) | Chris White | 1 | -1/+3 |
2022-09-26 | Fetching/decompressing: use magic numbers (#31589) | John W. Parent | 9 | -137/+524 |
2022-09-23 | Fix two docstring typos (#32751) | Tamara Dahlgren | 1 | -2/+2 |
2022-09-23 | Skip all tests using problematic fixture on python 2.7 (#32768) | Peter Scheibel | 1 | -0/+6 |
2022-09-22 | Fetching: log more exceptions (#32736) | Peter Scheibel | 2 | -1/+3 |
2022-09-22 | Add hash hint to multi-spec message (#32652) | Tamara Dahlgren | 3 | -25/+22 |
2022-09-21 | Allow conditional variants as first values in a variant directive (#32740) | Massimiliano Culpo | 2 | -3/+10 |