summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-10-14log4cxx: add v1.2.0 (#46974)Wouter Deconinck1-6/+29
2024-10-15istio: add v1.23.2 (fix CVEs) (#46961)Wouter Deconinck1-1/+11
2024-10-14keepalived: add v2.3.1 (#46963)Wouter Deconinck1-1/+3
2024-10-14Change URLs from http to https in curl and openssl. (#46962)Jon Rood2-4/+2
2024-10-15Add fenics-ufcx to v0.9 (#46952)Garth N. Wells1-0/+1
2024-10-15GDAL: add v3.9.3 (#46959)Adam J. Stewart1-0/+1
2024-10-14detection: prefer dir instead of symlink in case of duplicate search paths ↵Harmen Stoppels2-3/+43
(#46957)
2024-10-14archspec: update to v0.2.5 (#46958)Massimiliano Culpo3-10/+96
Signed-off-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
2024-10-14cmake: remove custom CMAKE_INSTALL_RPATH (#46685)Harmen Stoppels8-86/+52
The CMake builder in Spack actually adds incorrect rpaths. They are unfiltered and incorrectly ordered compared to what the compiler wrapper adds. There is no need to specify paths to dependencies in `CMAKE_INSTALL_RPATH` because of two reasons: 1. CMake preserves "toolchain" rpaths, which includes the rpaths injected by our compiler wrapper. 2. We use `CMAKE_INSTALL_RPATH_USE_LINK_PATH=ON`, so libraries we link to are rpath'ed automatically. However, CMake does not create install rpaths to directories in the package's own install prefix, so we set `CMAKE_INSTALL_RPATH` to the educated guess `<prefix>/{lib,lib64}`, but omit dependencies.
2024-10-14py-greenlet: add missing forward compat bound for python (#46951)Harmen Stoppels1-2/+3
2024-10-14Add "only_windows" marker for unit tests (#45979)John W. Parent4-12/+17
2024-10-13tomcat: add v9.0.96, v10.1.31, v11.0.0 (fix CVEs) (#46950)Wouter Deconinck1-8/+33
* tomcat: add v9.0.96, v10.1.31, v11.0.0 * [@spackbot] updating style on behalf of wdconinc --------- Co-authored-by: wdconinc <wdconinc@users.noreply.github.com>
2024-10-13tecplot: Add version 2024r1 (#46469)Laura Weber1-0/+5
2024-10-13Fix makefile target check with Make jobserver keep-going (#46784)Jordan Galby1-4/+13
2024-10-13Update to ffcx v0.9.0 (#46949)Garth N. Wells1-2/+3
2024-10-13Sort FORTRAN std when using flang (#46922)AMD Toolchain Support1-0/+7
2024-10-13guacamole-{client,server}: add v1.5.5 (fix CVEs) (#46948)Wouter Deconinck2-4/+20
* guacamole-client: add v1.5.5 * guacamole-server: add v1.5.5 * guacamole-client: add patch and ensure maven doesn't flag it * guacamole-client: limit patch to 1.5; java@:16 when @:1.4
2024-10-13GDAL: fix Autotools build (#46946)Adam J. Stewart1-1/+1
2024-10-13systemd: add v256.7 (#46944)Wouter Deconinck1-0/+1
2024-10-13libde265: add v1.0.15 (fix CVEs) (#46942)Wouter Deconinck1-1/+1
Co-authored-by: Bernhard Kaindl <contact@bernhard.kaindl.dev>
2024-10-13perl-*: add new versions (#46935)Wouter Deconinck22-14/+145
* perl-*: add new versions * [@spackbot] updating style on behalf of wdconinc * perl-task-weaken: depends on perl-module-install --------- Co-authored-by: wdconinc <wdconinc@users.noreply.github.com>
2024-10-13libepoxy: add v1.5.10 (switch to meson) (#46938)Wouter Deconinck1-3/+38
2024-10-13(py-)fenics-basix: add v0.9.0 (#46931)Garth N. Wells2-4/+11
2024-10-13py-fenics-ufl: add v2024.2.0 (#46933)Garth N. Wells1-0/+1
2024-10-13ftgl: Fix gcc14 compilation error due to type mismatch in FTContour (#46927)Joseph Wang1-0/+6
* ftgl: add type fix * ftgl: fix style * Add comment: Fix gcc14 compilation error due to type mismatch in FTContour Co-authored-by: Wouter Deconinck <wdconinc@gmail.com> --------- Co-authored-by: Wouter Deconinck <wdconinc@gmail.com> Co-authored-by: Bernhard Kaindl <bernhardkaindl7@gmail.com>
2024-10-13[intel-oneapi-compilers] use llvm flags for ifx (#46866)Robert Cohn1-1/+5
2024-10-13libarchive: add v3.7.5, v3.7.6 (fix CVEs) (#46940)Wouter Deconinck1-6/+34
* libarchive: add v3.7.5, v3.7.6 (fix CVEs) * [@spackbot] updating style on behalf of wdconinc --------- Co-authored-by: wdconinc <wdconinc@users.noreply.github.com>
2024-10-13libvpx: add v1.14.1 (#46941)Wouter Deconinck1-1/+9
2024-10-13dosfstools: add v4.2 (#46939)Wouter Deconinck1-1/+7
* dosfstools: add v4.2 * dosfstools: autogen.sh; depends_on gettext * dosfstools: fix style
2024-10-13libsamplerate: add v0.2.2; fix url and homepage (#46937)Wouter Deconinck1-3/+12
2024-10-13popt: add v1.19; fix url and homepage (#46936)Wouter Deconinck1-3/+10
2024-10-12gtkplus: build_system={autotools,meson} (#46869)Wouter Deconinck1-17/+24
* gtkplus: build_system={autotools,meson} * gtkplus: fix style, fix spelling * gtkplus: setup_dependent_build_environment in mixin * gtkplus: swap setup_dependent_{run,build}_environment
2024-10-12openexr: add v3.3.1 (#46928)Wouter Deconinck1-0/+2
2024-10-12cmake: add v3.30.3, v3.30.4, v3.30.5 (#46616)John W. Parent1-0/+3
* CMake: add recent releases * CMake: add 3.30.5
2024-10-12AOCC: add v5.0.0 (#46929)AMD Toolchain Support1-0/+6
Co-authored-by: vijay kallesh <Vijay-teekinavar.Kallesh@amd.com>
2024-10-12Replace if ... in spec with spec.satisfies in k* packages and l* packages ↵Auriane R.80-333/+344
(#46388) * Replace if ... in spec with spec.satisfies in k* packages * Replace if ... in spec with spec.satisfies in l* packages
2024-10-11darshan-*: ensure proper usage of spack compilers (#45636)shanedsnyder2-5/+1
2024-10-11build(deps): bump docker/build-push-action from 6.8.0 to 6.9.0 (#46674)dependabot[bot]1-1/+1
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.8.0 to 6.9.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/32945a339266b759abcbdc89316275140b0fc960...4f58ea79222b3b9dc2c8bbdd6debcef730109a75) --- 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>
2024-10-12Fix splicing related unit tests (#46914)Massimiliano Culpo3-5/+7
Some assertion are not testing DAG invariants, and they are passing only because of the simple structure of the builtin.mock repository on develop. Signed-off-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
2024-10-12zookeeper: add v3.8.4 (#46899)Wouter Deconinck1-4/+17
* zookeeper: add v3.8.4 * zookeeper: use bin archive, depend_on java, setup run environment, deprecate EoL * zookeeper: fix bin url * [@spackbot] updating style on behalf of wdconinc --------- Co-authored-by: wdconinc <wdconinc@users.noreply.github.com>
2024-10-12mapl: add 2.50.0 (#46904)Matt Thompson1-1/+3
2024-10-12mpich: Disallow dataloop variant with GPU support (#46903)Ken Raffenetti1-0/+2
MPICH only supports GPU-aware builds with the yaksa datatype engine. Fixes #44092.
2024-10-11ruby: add v3.3.5 (#46805)Wouter Deconinck1-0/+5
* ruby: add v3.3.5 * ruby: add variant +yjit to control rust-based JIT
2024-10-12py-sphinx: add v8.1.0 (#46907)Adam J. Stewart5-17/+64
* py-sphinx: add v8.1.0 * py-sphinxcontrib-*help: add new versions * blacken
2024-10-12lz4: version 1.10.0 (#46908)John W. Parent1-0/+1
2024-10-11py-xgboost: add lib64 (#46926)Joseph Wang2-0/+25
2024-10-11update versions of Neo4j and Redis deps (#46874)Krishna Chilleri2-26/+41
* update versions of Neo4j and Redis deps * deprecating older versions due to security vulnerabilities * [@spackbot] updating style on behalf of kchilleri * Update var/spack/repos/builtin/packages/redis/package.py Co-authored-by: Wouter Deconinck <wdconinc@gmail.com> * adding previous urls to use archives on project websites * [@spackbot] updating style on behalf of kchilleri * adding new required maven version * label when to use specific maven versions Co-authored-by: Wouter Deconinck <wdconinc@gmail.com> --------- Co-authored-by: Krishna Chilleri <krishnachilleri@lanl.gov> Co-authored-by: Wouter Deconinck <wdconinc@gmail.com>
2024-10-11Update py-scipy: add conflict for AOCC compilers (#46452)Dom Heinzeller1-0/+2
Addresses https://github.com/spack/spack/issues/45718
2024-10-11hdf5: add v1.14.4-3 -> develop-1.17 (#46888)Larry Knox1-13/+34
* Add versions 1.14.4-3, 1.14.5, develop-1.16, and update develop-1.15 to develop-1.17. * Remove unused list_url, list_depth, and style disapproved spaced in url = "... * One more style fix.
2024-10-11julia: add v1.11.0 (#46715)Mosè Giordano1-1/+28