Stephen Nicholas Swatman
8e2caa2b83
vecmem: add v1.15.0 ( #50222 )
...
This commit adds v1.15.0 of the vecmem package.
2025-04-28 20:23:52 -06:00
Juan Miguel Carceller
25af7a36aa
podio: Add an rpath variant to set the rpath ( #42844 )
...
* podio: Add an rpath variant to set the rpath
* Always set PODIO_SET_RPATH
---------
Co-authored-by: jmcarcell <jmcarcell@users.noreply.github.com>
2025-04-28 19:56:39 -06:00
Stephen Nicholas Swatman
38daed0a78
actsvg: use Spack pybind11 package ( #50191 )
...
* actsvg: use Spack pybind11 package
This commit makes the actsvg package use the Spack-provided pybind11
package rather than having it download its own copy.
* Make pybind dependency more flexible
2025-04-28 18:30:40 -05:00
Seth R. Johnson
fc3b732b14
vecgeom: patch missing templates for apple clang ( #50210 )
2025-04-28 18:29:52 -05:00
Wouter Deconinck
382847976f
XorgPackage, glx: conflicts windows and darwin ( #50216 )
...
* XorgPackage: conflicts windows and darwin
* xorg: import conflicts
* xorg: fix style
* glx: conflicts windows and darwin
2025-04-28 15:33:02 -05:00
Adam J. Stewart
c1b423849c
Thrift: overhaul recipe ( #50106 )
...
* Thrift: overhaul recipe
* qt5 -> qt@5
2025-04-28 10:18:56 -07:00
Mikael Simberg
45ea09a79f
mold: add 2.38.1 ( #50224 )
2025-04-28 09:09:04 -07:00
Tuomas Koskela
b96af088d1
sopt & purify: new versions 5.0 and 5.0.1 ( #48619 )
2025-04-28 11:13:02 +02:00
Mikael Simberg
d47478d7b6
ut: add v2.3.1 ( #50221 )
2025-04-28 02:48:56 -06:00
Buldram
4763581642
nim: install dist ( #50137 )
2025-04-28 10:22:09 +02:00
Garth N. Wells
d264094fdc
py-nanobind: add v2.7.0 ( #50176 )
2025-04-28 10:09:29 +02:00
Wouter Deconinck
3c8c7ef341
apptainer: there is no --with-libsubid ( #50181 )
2025-04-28 10:08:01 +02:00
Robert Maaskant
f83beb09ba
py-typing-extensions: add v4.13.2 ( #50149 )
2025-04-28 10:06:58 +02:00
Nicolas Morales
3604e5bffc
mdspan: add std header install option for stable ( #50144 )
...
Co-authored-by: nmm0 <nmm0@users.noreply.github.com>
2025-04-28 09:52:14 +02:00
Howard Pritchard
7fba228cf3
OpenMPI: patch release 5.0.7 for type mismatch ( #50205 )
...
related to #50187
Signed-off-by: Howard Pritchard <howardp@lanl.gov>
2025-04-28 09:26:01 +02:00
Seth R. Johnson
1d379d96ab
g4emlow: remove bogus cxx requirement ( #50209 )
2025-04-28 09:20:30 +02:00
Juan Miguel Carceller
f3edc33a07
fastjet: add an optimization and warning flag when building ( #49555 )
...
Co-authored-by: jmcarcell <jmcarcell@users.noreply.github.com>
2025-04-28 09:19:28 +02:00
Sergey Kosukhin
8d4ea9dbd3
netcdf: fix up language dependencies ( #50184 )
2025-04-28 09:14:39 +02:00
Caetano Melone
742d313ba8
Update E4S package tags ( #50173 )
...
Most E4S packages had the "e4s" tag in their recipes; this adds it to
the rest.
list: https://e4s.io/DocPortal.html
2025-04-28 08:25:36 +02:00
Richard Berger
70407e8970
lua-sol2: add missing cmake constraint ( #50218 )
2025-04-28 08:18:10 +02:00
Richard Berger
2d42675035
llvm: add v20.1.1, v20.1.2, v20.1.3 ( #50219 )
2025-04-28 08:10:49 +02:00
Tahmid Khan
4c50915d81
crow: new package ( #50009 )
...
Co-authored-by: Tahmid A. Khan <60913202+tahmid-khan@users.noreply.github.com>
2025-04-28 08:09:52 +02:00
Jie Xu
3f8d5fed39
mesa: add v23.3.3 and use py-packaging while python>=3.12 ( #49121 )
...
* mesa: add v23.3.3 and use py-packaging while python>=3.12
* miss mako>=0.8
* use py-packaging when python3.12+
Co-authored-by: Veselin Dobrev <v-dobrev@users.noreply.github.com>
* remove python depneds_on for differnent mesa version
* mesa require python3.6+ for build
* Update var/spack/repos/builtin/packages/mesa/package.py
---------
Co-authored-by: Veselin Dobrev <v-dobrev@users.noreply.github.com>
2025-04-25 22:23:22 -07:00
Paul R. C. Kent
66c1c213b1
gcc: add v15.1.0 ( #50212 )
2025-04-25 22:08:01 -06:00
Mathew Cleveland
f46528ec6b
draco: add v7.20.0 ( #49996 )
...
Co-authored-by: Cleveland <cleveland@lanl.gov>
2025-04-25 17:37:26 +02:00
Gregor Daiß
41489efa4c
sgpp: update dependencies and variants ( #49384 )
...
* sgpp: add new variants and constraints
* sgpp: fix format
* sgpp: add missing patch
* sgpp: fix style
* sgpp: Stop applying aarch patch for newer versions
* sgpp: Better Eigen variant description
Co-authored-by: Mikael Simberg <mikael.simberg@iki.fi>
* sgpp: fix format
---------
Co-authored-by: Mikael Simberg <mikael.simberg@iki.fi>
2025-04-25 17:32:30 +02:00
Massimiliano Culpo
3df5a85237
input_analysis.py: fix conditional requirements ( #50194 )
...
Fixes a logic bug where a -> b was assumed to imply not a -> not b
in conditional requirements.
Signed-off-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
2025-04-25 09:44:05 +02:00
Mikael Simberg
8921612f6a
boost: add 1.88.0 ( #50158 )
...
* boost: add 1.88.0
* pika: add conflict with boost 1.88.0
2025-04-25 08:54:07 +02:00
Matt Thompson
e6a0a6c145
mapl: add v2.55.1 ( #50201 )
2025-04-24 20:40:48 -07:00
Matt Thompson
104d6b4484
mepo: add v2.3.2 ( #50202 )
2025-04-24 20:39:20 -07:00
Alec Scott
cba9436cf4
py-repligit: add v0.1.1 ( #50204 )
...
* py-repligit: add v0.1.1
* Add conflicts for older versions of python when at v0.1.0
2025-04-24 16:45:02 -07:00
Taillefumier Mathieu
9dc3ad4db7
[package updates] Bump version of cp2k and sirius ( #50141 )
2025-04-24 17:59:28 +02:00
Satish Balay
4bfd7aeb25
petsc4py: update ldshared.patch for v3.20.1, and skip for v3.23.1+ ( #50170 )
2025-04-24 08:50:23 -07:00
Mike Nolta
fcf615b53e
namd: add v3.0.1 ( #50192 )
2025-04-24 07:56:35 -07:00
Wouter Deconinck
1155318534
geomodel: depend on c ( #49781 )
...
* geomodel: depend on c
* hep: add geomodel
* hep: geomodel +fullsimlight
* geomodel: depends on virtual gl, not opengl
* soqt: depends on gl and glu instead of opengl
* geomodel: rm generated comments on language dependencies
2025-04-24 10:58:49 +00:00
Peter Scheibel
a3c430e810
CompilerAdaptor: add support for opt_flags/debug_flags ( #50126 )
2025-04-24 07:08:54 +02:00
Alec Scott
41ff0500f9
Add ls alias to spack {compiler, external} ( #50189 )
2025-04-24 05:08:20 +00:00
Stephen Nicholas Swatman
059a4a58e2
covfie: depend on c ( #50190 )
...
This commit makes the covfie package explicitly depend on the C
language, as CMake enables C by default if it is not explicitly turned
off.
2025-04-23 23:03:17 -06:00
Peter Brady
14513ba76f
lua-sol2: add v3.5.0 ( #49970 )
...
* sol2: update version
* fix lua version in libpressio
---------
Co-authored-by: Richard Berger <rberger@lanl.gov>
2025-04-23 13:25:00 -06:00
Alex Richert
21da90e062
crtm-fix: fix directory logic ( #50172 )
2025-04-23 10:55:06 -07:00
Robert Maaskant
a3c7e97463
py-build: add v1.2.2 ( #50148 )
...
* py-build: add v1.2.2
Release notes: https://github.com/pypa/build/releases/tag/1.2.2
Diff: https://github.com/pypa/build/compare/1.2.1...1.2.2
* py-build: fix deps
* fixup! py-build: fix deps
2025-04-23 10:16:56 -07:00
Harmen Stoppels
f7ed3ce4ae
py-pillow: fix build ( #50177 )
2025-04-23 10:07:19 -07:00
Robert Maaskant
36caa6158a
py-flit and py-flit-core: add v3.10.0 -> v3.12.0 ( #50139 )
...
* py-flit: add v3.10.0 and v3.10.1
* fixup! py-flit: add v3.10.0 and v3.10.1
* py-flit and py-flit-core: add v3.11.0
* py-flit and py-flit-core: add v3.12.0
* py-flit: some deps are runtime only
* py-flit-core: fix python dep for v3.12.0
* py-flit-core: correct versions for python dep
2025-04-23 10:04:46 -07:00
Robert Maaskant
1904d99fd0
py-trove-classifiers: add v2025.4.11.15 ( #50143 )
2025-04-23 08:03:20 -07:00
Robert Maaskant
de0b17c07f
py-id: new package ( #50145 )
2025-04-23 08:01:02 -07:00
Matt Thompson
5d695623db
esmf: add v8.8.1 ( #50178 )
2025-04-23 15:53:00 +02:00
Adam J. Stewart
3f063ace1d
Add type hints to all setup_*environment functions ( #49985 )
2025-04-23 15:41:22 +02:00
Jonas Eschle
47b71ba8ca
py-zfit-physics: new package ( #43696 )
...
* Added package
* Fix base class
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
* fix: copyright
---------
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2025-04-22 18:14:10 -07:00
Robert Maaskant
67eb9cfccb
py-setuptools: add v78.1.1 ( #50133 )
2025-04-22 17:07:10 -07:00
Robert Maaskant
dddbd944a4
py-tzdata: add v2025.2 ( #50138 )
2025-04-22 17:04:25 -07:00