Age | Commit message (Expand) | Author | Files | Lines |
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 |
2022-08-18 | spack.util.package_hash: parametrize unit-tests (#32240) | Massimiliano Culpo | 1 | -68/+29 |
2022-08-18 | Remove unused argument in test fixture (#32236) | Massimiliano Culpo | 1 | -1/+1 |
2022-08-18 | spec: fix typo in Spec._finalize_concretization (#32210) | Massimiliano Culpo | 1 | -1/+1 |
2022-08-17 | bugfix: use cmake version from dependency (#31739) | Tom Scogland | 2 | -7/+11 |
2022-08-17 | Add c++14 support flag for xl compiler (#31826) | Peter Scheibel | 1 | -0/+8 |
2022-08-16 | filesystem: in recursive mtime, check only files that exist (#32175) | Wouter Deconinck | 1 | -1/+1 |
2022-08-16 | bugfix: silence `clingo` warning about `requirement_policy/3` | Todd Gamblin | 1 | -0/+1 |
2022-08-16 | Configuration: allow users to enforce hard spec constraints (#27987) | Peter Scheibel | 7 | -75/+545 |
2022-08-15 | CI/documentation: constrain pygments to avoid latest version (2.13.0) (#32163) | Peter Scheibel | 1 | -0/+1 |
2022-08-15 | Check that no reserved names are overridden by package recipes (#32092) | Massimiliano Culpo | 1 | -0/+40 |
2022-08-12 | rocm: add v5.2 for the entire stack (#31591) | renjithravindrankannath | 1 | -8/+0 |
2022-08-11 | Fix performance regression with `spack mirror create --all` (#32005) | Massimiliano Culpo | 6 | -169/+401 |
2022-08-11 | CachedCMakePackage: Port over logic from CMake build system for ldlibs and ld... | Chris White | 1 | -5/+26 |
2022-08-11 | Don't set `LD_LIBRARY_PATH` by default on Linux (#28354) | Harmen Stoppels | 4 | -15/+26 |
2022-08-11 | Add missing info to diagnostic for circular provides (#32027) | Chris Green | 1 | -1/+1 |
2022-08-11 | info: properly report default when for overridden variants (#32040) | Tamara Dahlgren | 1 | -4/+2 |
2022-08-10 | Update tests so /tmp/store can be accessed (#32003) | Richarda Butler | 2 | -13/+14 |
2022-08-10 | Patch /usr/bin/file to file when on nixos (#30718) | Mikael Simberg | 1 | -0/+9 |
2022-08-10 | core: add a helpful long message for UnknownPackageError (#31996) | Seth R. Johnson | 1 | -0/+2 |
2022-08-10 | modules: add missing Python imports (#32012) | Harmen Stoppels | 2 | -0/+4 |
2022-08-09 | Reduce installation noise: filter path padding and make some details debug le... | Tamara Dahlgren | 5 | -14/+61 |
2022-08-09 | PythonPackage: add --config-settings support (#31823) | Adam J. Stewart | 2 | -4/+91 |
2022-08-09 | Add base class for directory visitor (#32008) | Harmen Stoppels | 3 | -31/+103 |
2022-08-09 | Update release procedure, keep CHANGELOG up-to-date (#31969) | Massimiliano Culpo | 1 | -5/+16 |
2022-08-05 | spack mirror: skip non-concretizable specs (#31897) | Massimiliano Culpo | 2 | -2/+38 |
2022-08-05 | Refactor `cmd/install.py` for better readability (#31936) | Massimiliano Culpo | 1 | -234/+252 |
2022-08-05 | Fix doc format for code blocks: GitRef versions (#31937) | psakievich | 1 | -2/+2 |
2022-08-04 | Move type hint to satisfy Python 3.6, 3.7 interpreters (#31932) | Chris Green | 1 | -2/+2 |
2022-08-04 | Add documentation for git refs as versions (#31914) | psakievich | 3 | -1/+133 |
2022-08-04 | Git Ref versions can be paired to defined versions in the spec (#30998) | psakievich | 9 | -20/+145 |
2022-08-04 | Deprecate support for Python 3.5 (by removing it from CI) (#31908) | Massimiliano Culpo | 2 | -2/+2 |
2022-08-03 | asp: refactor low level API to permit the injection of configuration | Massimiliano Culpo | 4 | -77/+78 |
2022-08-03 | Match documentation of spack create with actual behavior. (#31892) | dunatotatos | 1 | -1/+1 |
2022-08-02 | spack ci rebuild: Don't install in a login shell (#31771) | Jonathon Anderson | 1 | -3/+2 |
2022-08-02 | Optimize reuse from buildcaches (#30806) | Massimiliano Culpo | 2 | -11/+13 |
2022-08-02 | Style fixes | Massimiliano Culpo | 3 | -10/+11 |
2022-08-02 | Remove line that sets non-existing attribute? | Massimiliano Culpo | 1 | -1/+0 |
2022-08-02 | Use __slots__ for fast attribute access | Massimiliano Culpo | 2 | -0/+12 |
2022-08-02 | Use __slots__ for fast attribute access during parsing | Massimiliano Culpo | 2 | -0/+8 |
2022-08-02 | Document that reuse is higher priority than preferences in packages.yaml (#31... | Harmen Stoppels | 2 | -0/+35 |
2022-08-02 | docs: Fix outdated pre-0.18 text on build dependencies (#31860) | Todd Gamblin | 1 | -5/+13 |
2022-08-02 | Add meson Python build backend (#31809) | Adam J. Stewart | 1 | -36/+51 |