Age | Commit message (Expand) | Author | Files | Lines |
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 |
2022-09-21 | Docs: Update pipeline ci rebuild to add --tests (plus fixed typos) (#32048) | Tamara Dahlgren | 1 | -24/+64 |
2022-09-17 | Add skip_import to PythonPackage and use it in py-nilearn (#32664) | Manuela Kuhn | 2 | -1/+30 |
2022-09-16 | bugfix: package hash should affect process, dag, and dunder hashes (#32516) | Todd Gamblin | 5 | -1/+40 |
2022-09-14 | Bugfix: find_libraries (#32653) | John W. Parent | 2 | -9/+32 |
2022-09-14 | Manifest parsing: skip invalid manifest files (#32467) | Peter Scheibel | 3 | -4/+57 |
2022-09-14 | Allow version to accept the '=' token without activating lexer switch (#32257) | psakievich | 2 | -54/+126 |
2022-09-14 | Update module_file_support.rst (#32629) | Sam Broderick | 1 | -1/+1 |
2022-09-13 | Windows rpath support (#31930) | John W. Parent | 14 | -40/+271 |
2022-09-13 | Added install phase test methods for CachedCMakePackage (inherited) and WafPa... | Tamara Dahlgren | 1 | -0/+6 |
2022-09-10 | ci: restore coverage computation (#32585) | Massimiliano Culpo | 2 | -1/+5 |
2022-09-09 | GitRef Versions: Bug Fixes (#32437) | psakievich | 4 | -3/+47 |
2022-09-08 | CMakePackage: allow custom CMAKE_PREFIX_PATH entries (#32547) | Peter Scheibel | 3 | -2/+17 |
2022-09-08 | Skip test which fails randomly on Python 2.7 (#32569) | Peter Scheibel | 1 | -0/+3 |
2022-09-07 | Make GHA tests parallel by using xdist (#32361) | Tom Scogland | 14 | -79/+114 |
2022-09-06 | Fix spack locking on some NFS systems (#32426) | Seth R. Johnson | 1 | -2/+6 |
2022-09-06 | Mark a test xfail on Python 2.7 (#32526) | Massimiliano Culpo | 1 | -0/+3 |
2022-09-02 | Reorder workflow execution in GHA (#32183) | Tom Scogland | 1 | -1/+1 |
2022-09-02 | Update bootstrap buildcache to v0.3 (#32262) | Harmen Stoppels | 2 | -15/+44 |
2022-09-01 | Fix cause of checksum failures in public binary mirror (#32407) | Scott Wittenburg | 2 | -45/+113 |
2022-09-01 | New command, `spack change`, to change existing env specs (#31995) | Peter Scheibel | 7 | -3/+263 |
2022-09-01 | Port package sanity unit tests to audits (#32405) | Massimiliano Culpo | 4 | -310/+213 |
2022-08-31 | ASP-based solver: allow to reuse installed externals (#31558) | Massimiliano Culpo | 4 | -31/+146 |
2022-08-30 | Environments: Add support for include URLs (#29026) | Tamara Dahlgren | 22 | -221/+919 |
2022-08-26 | Use threading.TIMEOUT_MAX when available (#32399) | Betsy McPhail | 1 | -1/+8 |
2022-08-26 | Configuration: Allow requirements for virtual packages (#32369) | Massimiliano Culpo | 4 | -22/+149 |
2022-08-26 | Update archspec to latest commit (#32368) | Massimiliano Culpo | 3 | -6/+105 |
2022-08-26 | Improve error message for yaml config file (#32382) | Chris White | 1 | -1/+9 |
2022-08-25 | Python: add new maintainer (#31755) | Adam J. Stewart | 1 | -1/+1 |
2022-08-25 | ASP-based solver: prevent the use of hashes that are not available (#32354) | Massimiliano Culpo | 1 | -0/+5 |
2022-08-24 | Allow default requirements in packages.yaml (#32260) | Massimiliano Culpo | 3 | -3/+81 |
2022-08-23 | New package: py-griffe and new build backend: py-pdm-pep517 (#32335) | Ryan Marcellino | 1 | -2/+14 |
2022-08-23 | `spack -e x config --scope=y add z` add to scope (#31746) | Harmen Stoppels | 2 | -1/+9 |
2022-08-23 | meson: create unique names for build directory (#32062) | Simon Pintarelli | 1 | -1/+9 |
2022-08-23 | spack ci: add support for running stand-alone tests (#27877) | Tamara Dahlgren | 22 | -445/+1669 |
2022-08-20 | spack list: add --tag flag (#32016) | sparkyniner | 2 | -0/+21 |
2022-08-19 | docs: add a note about an issue being solved on `develop` (#32261) | Harmen Stoppels | 1 | -1/+7 |
2022-08-19 | Add messages to assertions in asp.py (#32237) | psakievich | 1 | -9/+40 |