summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2022-09-01Port package sanity unit tests to audits (#32405)Massimiliano Culpo4-310/+213
2022-08-31ASP-based solver: allow to reuse installed externals (#31558)Massimiliano Culpo4-31/+146
2022-08-30Environments: Add support for include URLs (#29026)Tamara Dahlgren22-221/+919
2022-08-26Use threading.TIMEOUT_MAX when available (#32399)Betsy McPhail1-1/+8
2022-08-26Configuration: Allow requirements for virtual packages (#32369)Massimiliano Culpo4-22/+149
2022-08-26Update archspec to latest commit (#32368)Massimiliano Culpo3-6/+105
2022-08-26Improve error message for yaml config file (#32382)Chris White1-1/+9
2022-08-25Python: add new maintainer (#31755)Adam J. Stewart1-1/+1
2022-08-25ASP-based solver: prevent the use of hashes that are not available (#32354)Massimiliano Culpo1-0/+5
2022-08-24Allow default requirements in packages.yaml (#32260)Massimiliano Culpo3-3/+81
2022-08-23New package: py-griffe and new build backend: py-pdm-pep517 (#32335)Ryan Marcellino1-2/+14
2022-08-23`spack -e x config --scope=y add z` add to scope (#31746)Harmen Stoppels2-1/+9
2022-08-23meson: create unique names for build directory (#32062)Simon Pintarelli1-1/+9
2022-08-23spack ci: add support for running stand-alone tests (#27877)Tamara Dahlgren22-445/+1669
2022-08-20spack list: add --tag flag (#32016)sparkyniner2-0/+21
2022-08-19docs: add a note about an issue being solved on `develop` (#32261)Harmen Stoppels1-1/+7
2022-08-19Add messages to assertions in asp.py (#32237)psakievich1-9/+40
2022-08-18spack.util.package_hash: parametrize unit-tests (#32240)Massimiliano Culpo1-68/+29
2022-08-18Remove unused argument in test fixture (#32236)Massimiliano Culpo1-1/+1
2022-08-18spec: fix typo in Spec._finalize_concretization (#32210)Massimiliano Culpo1-1/+1
2022-08-17bugfix: use cmake version from dependency (#31739)Tom Scogland2-7/+11
2022-08-17Add c++14 support flag for xl compiler (#31826)Peter Scheibel1-0/+8
2022-08-16filesystem: in recursive mtime, check only files that exist (#32175)Wouter Deconinck1-1/+1
2022-08-16bugfix: silence `clingo` warning about `requirement_policy/3`Todd Gamblin1-0/+1
2022-08-16Configuration: allow users to enforce hard spec constraints (#27987)Peter Scheibel7-75/+545
2022-08-15CI/documentation: constrain pygments to avoid latest version (2.13.0) (#32163)Peter Scheibel1-0/+1
2022-08-15Check that no reserved names are overridden by package recipes (#32092)Massimiliano Culpo1-0/+40
2022-08-12rocm: add v5.2 for the entire stack (#31591)renjithravindrankannath1-8/+0
2022-08-11Fix performance regression with `spack mirror create --all` (#32005)Massimiliano Culpo6-169/+401
2022-08-11CachedCMakePackage: Port over logic from CMake build system for ldlibs and ld...Chris White1-5/+26
2022-08-11Don't set `LD_LIBRARY_PATH` by default on Linux (#28354)Harmen Stoppels4-15/+26
2022-08-11Add missing info to diagnostic for circular provides (#32027)Chris Green1-1/+1
2022-08-11info: properly report default when for overridden variants (#32040)Tamara Dahlgren1-4/+2
2022-08-10Update tests so /tmp/store can be accessed (#32003)Richarda Butler2-13/+14
2022-08-10Patch /usr/bin/file to file when on nixos (#30718)Mikael Simberg1-0/+9
2022-08-10core: add a helpful long message for UnknownPackageError (#31996)Seth R. Johnson1-0/+2
2022-08-10modules: add missing Python imports (#32012)Harmen Stoppels2-0/+4
2022-08-09Reduce installation noise: filter path padding and make some details debug le...Tamara Dahlgren5-14/+61
2022-08-09PythonPackage: add --config-settings support (#31823)Adam J. Stewart2-4/+91
2022-08-09Add base class for directory visitor (#32008)Harmen Stoppels3-31/+103
2022-08-09Update release procedure, keep CHANGELOG up-to-date (#31969)Massimiliano Culpo1-5/+16
2022-08-05spack mirror: skip non-concretizable specs (#31897)Massimiliano Culpo2-2/+38
2022-08-05Refactor `cmd/install.py` for better readability (#31936)Massimiliano Culpo1-234/+252
2022-08-05Fix doc format for code blocks: GitRef versions (#31937)psakievich1-2/+2
2022-08-04Move type hint to satisfy Python 3.6, 3.7 interpreters (#31932)Chris Green1-2/+2
2022-08-04Add documentation for git refs as versions (#31914)psakievich3-1/+133
2022-08-04Git Ref versions can be paired to defined versions in the spec (#30998)psakievich9-20/+145
2022-08-04Deprecate support for Python 3.5 (by removing it from CI) (#31908)Massimiliano Culpo2-2/+2
2022-08-03asp: refactor low level API to permit the injection of configurationMassimiliano Culpo4-77/+78
2022-08-03Match documentation of spack create with actual behavior. (#31892)dunatotatos1-1/+1