summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2024-08-12buildcache: fix hard-coded, outdated layout version (#45645)Harmen Stoppels1-1/+1
2024-08-10Remove the old concretizer (#45215)Massimiliano Culpo35-1899/+286
2024-08-09Concretizer should respect namespace of reused specs (#45538)Greg Becker3-30/+95
2024-08-09Remove execution permission from setup-env.sh (#45641)Dominic Hofer1-4/+0
2024-08-08Remove `Compiler.PrgEnv*` attributes (#45615)Massimiliano Culpo9-30/+1
2024-08-08Compiler wrapper: add env var to pass vcheck flags (#44588)Dom Heinzeller5-37/+110
2024-08-07Fix SIP build system installing files into python-venv (#45360)Jordan Galby1-0/+4
2024-08-06Fix spack url stats (#45584)Gavin John1-1/+1
2024-08-06build(deps): bump flake8 from 7.1.0 to 7.1.1 in /lib/spack/docs (#45588)dependabot[bot]1-1/+1
2024-08-05Do not halt concretization on unknown variants in externals (#45326)Massimiliano Culpo2-24/+82
2024-08-04build(deps): bump pytest from 8.3.1 to 8.3.2 in /lib/spack/docs (#45461)dependabot[bot]1-1/+1
2024-08-03build(deps): bump black from 24.4.2 to 24.8.0 in /lib/spack/docs (#45563)dependabot[bot]1-1/+1
2024-08-03build(deps): bump sphinx-design from 0.6.0 to 0.6.1 in /lib/spack/docs (#45562)dependabot[bot]1-1/+1
2024-08-02build(deps): bump mypy from 1.11.0 to 1.11.1 in /lib/spack/docs (#45530)dependabot[bot]1-1/+1
2024-08-02Allow spec queries by `namespace` (#45416)Todd Gamblin5-105/+134
2024-08-01format: allow spaces in format specifiers (#45487)Todd Gamblin4-47/+88
2024-08-01Windows msvsc: Report accurate platform toolset version for VS2022 (#45525)John W. Parent1-7/+38
2024-07-29wasi-sdk: add default providerTodd Gamblin2-13/+16
2024-07-24`spack pkg grep`: don't warn when grepping for quoted strings (#45412)Todd Gamblin2-2/+5
2024-07-23build(deps): bump pytest from 8.2.2 to 8.3.1 in /lib/spack/docs (#45377)dependabot[bot]1-1/+1
2024-07-23build(deps): bump sphinx from 7.4.6 to 7.4.7 in /lib/spack/docs (#45376)dependabot[bot]1-1/+1
2024-07-23GoPackage: default `-modcacherw` to ensure stage cleanup (#45350)Wouter Deconinck1-1/+1
2024-07-20build(deps): bump mypy from 1.10.1 to 1.11.0 in /lib/spack/docs (#45337)dependabot[bot]1-1/+1
2024-07-20Testing: omit test on windows (#45340)Peter Scheibel1-0/+1
2024-07-19Windows Tests: enable more cmd tests on Windows (#45031)Nicole C.8-22/+3
2024-07-19docs: util/environment.py: use `re.Pattern[str]` instead of `re` (#45329)Wouter Deconinck2-3/+3
2024-07-18Do not initialize previous store state in "use_store" (#45268)Massimiliano Culpo2-1/+22
2024-07-17environment: handle view root at existing directory better (#45263)Wouter Deconinck2-0/+43
2024-07-17Run minimization of weights only on known targets (#45269)Massimiliano Culpo1-0/+3
2024-07-16Fix order of deserialization in subprocess context (#45229)Massimiliano Culpo1-1/+3
2024-07-16concretizer: show input specs on error (#45245)Harmen Stoppels1-8/+11
2024-07-16Fix error message for test log in child process (#45233)Massimiliano Culpo1-1/+1
2024-07-16cmd/dependents.py: remove unused loop over all packages (#45166)Wouter Deconinck1-10/+0
2024-07-15unparser.py: remove print statements (#45235)Harmen Stoppels1-2/+0
2024-07-15cuda: add v12.5.1 (#44342)pauleonix1-1/+7
2024-07-12Add c to the list of languages (#45191)Harmen Stoppels1-1/+1
2024-07-12directives: types, avoid redundant parsing (#45208)Harmen Stoppels3-23/+23
2024-07-12Add pkg- prefix to builtin.mock a b c d ... (#45205)Harmen Stoppels36-493/+546
2024-07-11Buildcache: remove deprecated --allow-root and preview subcommand (#45204)Tamara Dahlgren3-29/+1
2024-07-11concretize.lp: drop 0 weight of external providers (#45025)Harmen Stoppels3-21/+13
2024-07-11external find --not-buildable: mark virtuals (#45159)Harmen Stoppels4-7/+74
2024-07-11checksum: fix circular imports on macOS (#45187)Massimiliano Culpo4-6/+4
2024-07-10Spack on Windows: update dev_build tests to run on Windows (#45039)Nicole C1-6/+3
2024-07-10Avoid duplicate detectable tag (#45160)Harmen Stoppels1-3/+3
2024-07-10Set `LD_LIBRARY_PATH` for OneAPI compiler (#45059)Stephen Nicholas Swatman1-2/+6
2024-07-10Remove unnecessary copy.deepcopy calls (#45135)Massimiliano Culpo5-53/+36
2024-07-09Add compatibility of sequoia with previous macOS versions (#45127)Massimiliano Culpo1-0/+1
2024-07-09`spack find -c`: search all concretized-but-not-installed specs (#44713)Peter Scheibel3-19/+58
2024-07-09Remove the "install_mockery_mutable_config" fixture (#45129)Massimiliano Culpo10-123/+42
2024-07-09Fix conflicting use of `config` and `mutable_config` fixtures in unit tests (...Massimiliano Culpo31-173/+122