summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-10-14sqlite: add 3.43.2 (#40520)Michael Kuhn1-0/+1
2023-10-13cairo: add shared and pic variants (#40302)Alex Richert1-0/+12
2023-10-13wayland: dot is a build dependency (#39854)Martin Aumüller1-4/+23
* wayland: dot is a build dependency otherwise this build failure happens: ../spack-src/doc/meson.build:5:6: ERROR: Program 'dot' not found or not executable * wayland: make building of documentation optional renders several dependencies optional
2023-10-13spack checksum: improve interactive filtering (#40403)Harmen Stoppels6-55/+352
* spack checksum: improve interactive filtering * fix signature of executable * Fix restart when using editor * Don't show [x version(s) are new] when no known versions (e.g. in spack create <url>) * Test ^D in test_checksum_interactive_quit_from_ask_each * formatting * colorize / skip header on invalid command * show original total, not modified total * use colify for command list * Warn about possible URL changes * show possible URL change as comment * make mypy happy * drop numbers * [o]pen editor -> [e]dit
2023-10-13Fpocket: fix installation (#40499)Gabriel Cretin1-6/+10
* Fpocket: fix edit() positional args + add install() * Remove comments * Fix line too long * Fix line too long * Remove extension specification in version Co-authored-by: Alec Scott <alec@bcs.sh> * Use f-strings Co-authored-by: Alec Scott <alec@bcs.sh> * Fix styling * Use the default MakefilePackage install stage --------- Co-authored-by: Alec Scott <alec@bcs.sh>
2023-10-13texinfo package: fix external detection (#40470)Dom Heinzeller1-0/+8
A complete texinfo install includes both `info` and `makeinfo`. Some system installations of texinfo may exclude one or the other. This updates the external finding logic to require both.
2023-10-13Add gsi-ncdiag v1.1.2 (#40508)David Huber1-0/+1
2023-10-13Expand multiple build systems section (#39589)Harmen Stoppels1-51/+102
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
2023-10-13Better error message when wrong platform is used (#40492)Massimiliano Culpo1-1/+2
fixes #40299
2023-10-13containerize: update docs to activate env before using container templates ↵Matthew Chan1-0/+7
(#40493)
2023-10-12py-cmocean: add v3.0.3 (#40482)Adam J. Stewart1-0/+3
2023-10-12catch2: add +pic and +shared options (#40337)Nils Vu1-0/+10
Also add latest version
2023-10-12ospray: new versions 2.11.0 and 2.12.0 (#40394)Martin Aumüller2-5/+26
* openimagedenoise: checksum 2.0.1 * ospray: new versions 2.11.0 and 2.12.0 - both depend on embree@4 - also update dependency versions for rkcommon, openvkl, openimagedenois and ispc - expose that dependency on openvkl is optional since @2.11 with variant "volumes" * ospray: limit embree to @3 for ospray @:2.10
2023-10-12Updates Variorum to 0.7.0 (#40488)Julius Plehn1-0/+1
2023-10-12modules:prefix_inspections: allow empty dict (#40485)Harmen Stoppels1-2/+2
Currently ``` modules: prefix_inspections:: {} ``` gives you the builtin defaults instead of no mapping.
2023-10-12libzmq: Revert "libzmq: make location of libsodium explicit (#34553)" (#40477)Dennis Klein1-5/+2
and make variants independent of upstream defaults
2023-10-12build(deps): bump python-levenshtein in /lib/spack/docs (#40461)dependabot[bot]1-1/+1
Bumps [python-levenshtein](https://github.com/maxbachmann/python-Levenshtein) from 0.22.0 to 0.23.0. - [Release notes](https://github.com/maxbachmann/python-Levenshtein/releases) - [Changelog](https://github.com/maxbachmann/python-Levenshtein/blob/main/HISTORY.md) - [Commits](https://github.com/maxbachmann/python-Levenshtein/compare/v0.22.0...v0.23.0) --- updated-dependencies: - dependency-name: python-levenshtein dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-12go: add v1.21.3 and deprecate previous versions due to CVE-2023-39533 (#40454)Alec Scott1-4/+13
2023-10-12PyTorch: fix build with Xcode 15 (#40460)Adam J. Stewart1-0/+4
2023-10-12gettext: Add 0.22.3 and fix keyerror: "shared" (#39423)Harmen Stoppels2-3/+10
After the merge of #37957 (Add static and pic variants), if a gettext install from a build before that merge is present, building any package using gettext fails with keyerror: "shared" because the use of self.spec.variants["shared"] does not check for the presence of the new variant in the old installation but expects that the new key variants["shared"] exists always. Fix it with a fallback to the default of True and update gettext to v22.3 Co-authored-by: Bernharad Kaindl <43588962+bernhardkaindl@users.noreply.github.com>
2023-10-12Remove deprecated "extra_instructions" option for containers (#40365)Massimiliano Culpo6-59/+1
2023-10-12clingo: fix build with Python 3.12 (#40154)Harmen Stoppels2-0/+21
2023-10-12acfl: use f-strings (#40433)Alec Scott1-3/+2
2023-10-11must: add versions 1.8.0 and 1.9.0 (#40141)Tim Haines1-0/+2
2023-10-11[add] py-cylc-rose: new recipe (#39980)Lydéric Debusschère1-0/+23
* [add] py-cylc-rose: new recipe * py-cylc-rose: update recipe --------- Co-authored-by: LydDeb <lyderic.debusschere.tgcc@cea.fr>
2023-10-11opendatadetector: add version v3.0.0 (#39693)Leonhard Reichenbach1-0/+1
2023-10-11adios2: use f-strings (#40437)Alec Scott1-6/+6
2023-10-11buildcache: Tell servers not to cache index or hash (#40339)Scott Wittenburg1-2/+2
2023-10-11fix ck build for 5.6.1 (#40304)afzpatel2-1/+8
* initial commit to fix ck build for 5.6.1 * disable mlir for miopen-hip * use satisfies for checking specs and add nlohmann-json dependency for 5.4 onwards
2023-10-11apr-util: Fix spack install apr-util +crypto ^openssl~shared (#40301)Alex Richert1-0/+8
2023-10-11cmake: drop CMAKE_STATIC_LINKER_FLAGS (#40423)Victor Brunini2-4/+3
Because those end up being passed to ar which does not understand linker arguments. This was making ldflags largely unusuable for statically linked cmake packages.
2023-10-11curl: add v8.4.0, allow r@8.3: to use it (#40442)Harmen Stoppels2-6/+20
* curl: 8.4.0 * fix r curl upperbound range
2023-10-11update for the tasmanain versions (#40453)Miroslav Stoyanov3-122/+24
2023-10-11acts: use f-strings (#40434)Alec Scott1-6/+6
2023-10-11abduco: use f-string (#40432)Alec Scott1-1/+1
2023-10-11adiak: use f-strings (#40435)Alec Scott1-2/+2
2023-10-11abacus: use f-string (#40431)Alec Scott1-1/+1
2023-10-11adios: use f-strings (#40436)Alec Scott1-3/+3
2023-10-117zip: use f-strings (#40430)Alec Scott1-2/+2
2023-10-113proxy: use f-strings (#40429)Alec Scott1-4/+2
2023-10-11adol-c: use f-strings (#40438)Alec Scott1-2/+2
2023-10-11krb5: Fix spack install krb5 ^openssl~shared (#40306)Alex Richert1-0/+6
2023-10-11cmake: add v3.27.7 (#40441)Massimiliano Culpo1-0/+1
2023-10-11c-blosc2: add 2.10.5 (#40428)Manuela Kuhn1-2/+3
2023-10-11tecplot: Add version 2023r1 (#40425)Laura Weber1-0/+5
2023-10-11restic: add v0.16.0 (#40439)Alec Scott1-0/+1
2023-10-11Update bootstrap buildcache to support Python 3.12 (#40404)Massimiliano Culpo13-495/+672
* Add support for Python 3.12 * Use optimized build of clingo
2023-10-11spider: respect <base> tag (#40443)Harmen Stoppels1-8/+20
2023-10-11qt-base: fix-build without opengl (#40421)Manuela Kuhn1-0/+3
2023-10-11build(deps): bump mypy from 1.5.1 to 1.6.0 in /.github/workflows/style (#40422)dependabot[bot]1-1/+1
Bumps [mypy](https://github.com/python/mypy) from 1.5.1 to 1.6.0. - [Commits](https://github.com/python/mypy/compare/v1.5.1...v1.6.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>