summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-11-22composable-kernel, migraphx: Fix build on CentOS8 (#41206)afzpatel2-3/+4
2023-11-22gloo: add a patch for building with gcc 12 (#41169)Juan Miguel Carceller1-0/+7
2023-11-22[nettle] depend on spack managed openssl (#40783)Jen Herting1-0/+1
2023-11-22dd4hep: add v1.27.1 (#41202)Thomas Madlener1-0/+7
* Make sure that geant4 comes with cxxstd that should be OK
2023-11-22fzf: add v0.44.1 (#41204)Alec Scott1-0/+1
2023-11-22pulseaudio: add missing m4 dependency (#41216)Manuela Kuhn1-0/+1
2023-11-22aocc: help compiler find include paths and libstdc++.so (#40450)Stephen Sachs1-0/+10
Add --gcc-toolchain option by default. Only add these paths if c++ libs and include files are available and the compiler was built with gcc
2023-11-22edm4hep: add latest tag for 0.10.2 (#41201)Thomas Madlener1-0/+1
2023-11-22setup_platform_environment before package env mods (#41205)Harmen Stoppels1-5/+6
This roughly restores the order of operation from Spack 0.20, where where `AutotoolsPackage.setup_build_environment` would override the env variable set in `setup_platform_environment` on macOS.
2023-11-22ASP-based solver: don't emit spurious debug output (#41218)Massimiliano Culpo1-8/+2
When improving the error message, we started #showing in the answer set a lot more symbols - but we forgot to suppress the debug messages warning about UNKNOWN SYMBOLs
2023-11-22onnxruntime: fix the call to as_string() operator (#41087)LucaMarradi1-0/+6
* onnxruntime: fix the call to as_string() operator * Update var/spack/repos/builtin/packages/py-onnxruntime/package.py Co-authored-by: Wouter Deconinck <wdconinc@gmail.com> * Update var/spack/repos/builtin/packages/py-onnxruntime/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * Update var/spack/repos/builtin/packages/py-onnxruntime/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * py-onnxruntime: rm now-unused stringpiece_1_10.patch --------- Co-authored-by: Wouter Deconinck <wdconinc@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2023-11-22hub: add v2.14.2, update to go module (#41183)Tom Scogland1-7/+29
* packages/hub: add new version, update to module Hub now uses a go module to build, needs different env vars, and we're on a very, very old version before that. Deprecate the old ones so we can clean out that old build once we pass a spack version. * cleanup suggested by @adamjstewart
2023-11-22perl: add missing gmake dependency (#41210)Michael Kuhn1-0/+1
2023-11-22python: add missing gmake dependency (#41211)Michael Kuhn1-0/+1
2023-11-21Add cxx17_flag to intel.py (#41207)Alex Richert1-0/+8
* Add cxx17_flag to intel.py
2023-11-21Update py-scikit-build-core to version 0.6.1 (#40779)Chris Richardson1-0/+4
* Update to latest version * Fix linebreak * Make suggested changes * bumped to 0.6.1 * Update var/spack/repos/builtin/packages/py-scikit-build-core/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> --------- Co-authored-by: Chris Richardson <cnr12@cam.ac.uk> Co-authored-by: Matt Archer <ma595@cam.ac.uk> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2023-11-21gettext: add v0.22.4 (#41189)Alec Scott1-0/+1
2023-11-21build(deps): bump pygments from 2.16.1 to 2.17.1 in /lib/spack/docs (#41191)dependabot[bot]1-1/+1
Bumps [pygments](https://github.com/pygments/pygments) from 2.16.1 to 2.17.1. - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](https://github.com/pygments/pygments/compare/2.16.1...2.17.1) --- updated-dependencies: - dependency-name: pygments 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-11-21spack style: fix isort on sl:7 (#41133)Massimiliano Culpo2-5/+22
Bump the minimum version required for isort. This should fix an issue reported on Scientific Linux 7, and due to: https://github.com/PyCQA/isort/issues/1363
2023-11-20elfutils: add version 0.190 (#41187)Mark W. Krentel1-0/+1
2023-11-20qt-base: have QtBase provide qmake, ont QtPackage (#41186)Wouter Deconinck1-2/+2
2023-11-20gromacs: fix newly added variant (#41178)Mark Abraham1-1/+1
In practice, one can only compiler for the Intel Data Center Max GPU via a SYCL build and the oneAPI compiler. This is unlikely to change, so we can be explicit about that.
2023-11-20py-grpcio* do not assume lib / header dir (#41182)Harmen Stoppels2-4/+8
2023-11-20MSVC preview version breaks clingo build (#41185)John W. Parent1-1/+2
Co-authored-by: Harmen Stoppels <harmenstoppels@gmail.com>
2023-11-20rust: add v1.73.0 and add support for external openssl certs (#41161)Alec Scott2-23/+61
Co-authored-by: Tom Scogland <scogland1@llnl.gov>
2023-11-20llvm: Remove python bindings when >= v17 (#41160)Alec Scott1-1/+4
Co-authored-by: Tom Scogland <scogland1@llnl.gov>
2023-11-20Catch2: add variant to choose cxx standard (#40996)Marc Perache1-1/+5
2023-11-20openblas: optimize flags for A64FX (#41093)Sergio Sánchez Ramírez1-0/+15
2023-11-20py-scipy: add v1.11.4 (#41158)Adam J. Stewart1-0/+1
2023-11-20mpich: support ch3:sock for a non busy-polling option (#40964)Scott Wittenburg1-5/+10
2023-11-20restic: add v0.16.2 (#41168)Alec Scott1-0/+1
2023-11-20bfs: add v3.0.4 (#41165)Alec Scott1-0/+1
2023-11-20rclone: add v1.64.2 (#41166)Alec Scott1-0/+1
2023-11-20glab: add v1.35.0 (#41167)Alec Scott1-0/+1
2023-11-20Remove a maintainer from CMS packages (#41170)iarspider13-22/+1
2023-11-20sherpa: only enable_or_disable in v3: (#41162)Wouter Deconinck1-1/+1
2023-11-20docs: document how spack picks a version / variant (#41070)Harmen Stoppels4-1/+93
2023-11-19npm: only depend on libvips when @6, remove deprecated versions (#41159)Alec Scott1-35/+2
Co-authored-by: Tom Scogland <scogland1@llnl.gov>
2023-11-19elbencho: add new version and git master branch (#41136)Ethan Williams1-0/+4
* elbencho add new version and git master branch * Update var/spack/repos/builtin/packages/elbencho/package.py Co-authored-by: Alec Scott <alec@bcs.sh> * formatting fix requested by @alecbcs * remove whitespace added in blank line by github auto resolve --------- Co-authored-by: Ethan W <mail@ethanwilliams.xyz> Co-authored-by: Alec Scott <alec@bcs.sh>
2023-11-18e4s oneapi stack: turn on +sycl: ginkgo, heffte, petsc, upcxx, warpx (#41157)eugeneswalker1-1/+5
* e4s oneapi stack: turn on +sycl: ginkgo, heffte, petsc, upcxx, warpx * comment out warpx; build fails; add note
2023-11-18votca: add v2023 (#41100)Christoph Junghans1-0/+1
2023-11-18gromacs: Add new variants and clarify existing ones (#41115)Mark Abraham1-2/+45
* gromacs: Add new variants and clarify existing ones Add new variants that reflect existing capabilities and defaults in the upstream build system. Add other existing constraints that were not yet specified. * conform to style * Fix missing hyphens * Correct cmake variable names
2023-11-18geant4: new version 11.1.3 (#41112)Wouter Deconinck1-1/+2
* geant4: new version 11.1.3 Release notes: https://geant4.web.cern.ch/download/release-notes/notes-v11.1.3.txt * geant4: cmake patch with expat fix only until 11.1.2.
2023-11-18build(deps): bump docker/build-push-action from 5.0.0 to 5.1.0 (#41149)dependabot[bot]1-1/+1
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.0.0 to 5.1.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/0565240e2d4ab88bba5387d719585280857ece09...4a13e500e55cf31b7a5d59a38ab2040ab0f42f56) --- updated-dependencies: - dependency-name: docker/build-push-action 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-11-18heffte: add sycl variant (#41132)Mark Abraham1-0/+9
* heffte: add sycl variant This targets the oneAPI SYCL compiler with oneMKL as FFT implementation library. * Require oneAPI compiler for sycl variant
2023-11-18libksba: add v1.6.5 (#41129)Massimiliano Culpo1-0/+1
2023-11-18py-matplotlib: add v3.7.4, v3.8.2 (#41156)Adam J. Stewart1-0/+2
2023-11-18Automated deployment to update package flux-sched 2023-11-18 (#41153)Vanessasaurus1-0/+1
Co-authored-by: github-actions <github-actions@users.noreply.github.com>
2023-11-18Automated deployment to update package flux-core 2023-11-18 (#41154)Vanessasaurus1-0/+1
Co-authored-by: github-actions <github-actions@users.noreply.github.com>
2023-11-18Automated deployment to update package flux-security 2023-11-18 (#41152)Vanessasaurus1-0/+1
Co-authored-by: github-actions <github-actions@users.noreply.github.com>