Olivier Cessenat
b6722ce5c9
scotch: takes care IDXSIZE differs from INTSIZE even with cmake ( #49842 )
2025-04-09 11:46:48 -04:00
Robert Maaskant
1cbee69bec
gh: add v2.69.0 ( #49963 )
2025-04-08 22:44:18 -06:00
Juan Miguel Carceller
1cf311f217
whizard: add v3.1.5 ( #49785 )
...
Co-authored-by: jmcarcell <jmcarcell@users.noreply.github.com>
2025-04-08 21:37:21 -07:00
Fabien Bruneval
c960fa0996
molgw: add v3.4 ( #49701 )
...
* update molgw package v3.4
* Set OpenMP variant default to False
---------
Co-authored-by: Fabien Bruneval <fabien.bruneval@.cea.fr>
2025-04-08 21:35:40 -07:00
Chris Marsh
69a95bf1f8
libpng: add v1.6.47 ( #49872 )
...
* add 1.6.47, add cmake reqs
* use open ended cmake versions
Co-authored-by: Alec Scott <hi@alecbcs.com>
---------
Co-authored-by: Alec Scott <hi@alecbcs.com>
2025-04-08 21:34:44 -07:00
Adam J. Stewart
513142f154
py-litdata: add new package ( #49961 )
2025-04-08 21:42:24 -06:00
Robert Maaskant
d6b6910654
go: add v1.23.8 ( #49962 )
2025-04-08 21:36:44 -06:00
Thomas Padioleau
ae78c7698a
Add languages to PDI ecosystem ( #49957 )
2025-04-08 21:30:23 -06:00
Jon Rood
f4f1606298
hypre: remove shared variant default for darwin ( #49749 )
...
* hypre: remove shared variant default for darwin.
* [@spackbot] updating style on behalf of jrood-nrel
* Update var/spack/repos/builtin/packages/hypre/package.py
Co-authored-by: Victor A. P. Magri <50467563+victorapm@users.noreply.github.com>
* hypre: remove sys import.
---------
Co-authored-by: jrood-nrel <jrood-nrel@users.noreply.github.com>
Co-authored-by: Victor A. P. Magri <50467563+victorapm@users.noreply.github.com>
2025-04-08 14:26:07 -07:00
John W. Parent
d2dd4e96d9
Windows: add env name to prompts ( #48819 )
2025-04-08 14:16:39 -07:00
Jon Rood
4cb64e150f
trilinos: patch stk to include cstddef for size_t error ( #49952 )
...
* trilinos: patch stk to include cstddef for size_t error
* Update comment.
2025-04-08 14:02:41 -06:00
Kyle Brindley
b74e23a637
pox: add v0.3.5 ( #49945 )
2025-04-08 12:41:46 -06:00
Harmen Stoppels
8ffd6c29bf
gcc/oneapi: inject runtime iff language virtual ( #49956 )
...
Currently we inject runtimes when a package has a direct build dep on a
compiler, but what matters is whether the package depends on a language.
That way we can avoid recursion of injecting runtimes to runtimes
without a rule in the solver: runtimes don't depend on languages, they
just have a build dep on the same compiler.
2025-04-08 19:51:16 +02:00
Jon Rood
4372907fc1
h5z-zfp: update to use CMake ( #49735 )
...
* h5z-zfp: update to use CMake.
* Add depedency requirement.
* Remove shared variant.
2025-04-08 10:43:40 -07:00
Cameron Smith
63a506ed17
pumi: remove redundant compiler deps ( #49936 )
2025-04-08 11:39:08 -06:00
Jon Rood
382647c8af
trilinos: depends on kokkos~cuda when ~cuda and kokkos~rocm when ~rocm ( #49951 )
2025-04-08 10:49:10 -06:00
Kyle Brindley
4b73da5bb2
scons: add v4.9.1( #49942 )
2025-04-08 10:43:51 -06:00
Adam J. Stewart
17b47c9dbe
py-torchmetrics: add v1.7.1 ( #49955 )
2025-04-08 09:41:35 -07:00
Thomas Padioleau
5075275873
Set tpadioleau and nmm0 as mdspan maintainers ( #49938 )
2025-04-08 10:39:10 -06:00
arezaii
2acdacb129
py-pyarrow: add depends_on c ( #49940 )
2025-04-08 10:38:44 -06:00
Nicholson Koukpaizan
bedc7bd518
coinhsl: fix typo when setting liblapack_path ( #49937 )
2025-04-08 10:38:28 -06:00
Adrien Bernede
dd8d2a2515
Radiuss-Spack-Configs update 2025-03-0 ( #49637 )
...
* Clearly split old and new hip settings requirements
* Fix style
* TO REVERT: Trigger CI
* Apply generic rocm handling to every project
* TO REVERT: Trigger CI
* Revert "TO REVERT: Trigger CI"
This reverts commit dcedb2ead5
.
* Revert "TO REVERT: Trigger CI"
This reverts commit 02f76a8ca6
.
* Update RADIUSS packages with latest release and sync with RSC implementation
* Update CARE package
* make default logic for hip support more robust
* TO REVERT: Trigger CI
* Fix style
* Fix style (bis)
* Shorten message
* GPU_TARGET is only necessary under certain project specific conditions, it should not be necessary in general
* Update logic to find amdclang++
* Fix syntax
* Let's postpone update of hip handling in camp
* Revert "TO REVERT: Trigger CI"
This reverts commit 620fbc1b01
.
* Remove unecessary logic from CARE
* Update CARE: add 0.15.1
2025-04-08 09:29:16 -07:00
Massimiliano Culpo
129338c4c9
Group together all concretization unit test ( #49960 )
...
In this way, to run them, we just need to run:
spack unit-test lib/spack/spack/test/concretization
Signed-off-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
2025-04-08 17:27:17 +02:00
Harmen Stoppels
e7b009e350
asp.py: reduce verbosity of "preferences" comment ( #49954 )
2025-04-08 15:17:21 +02:00
Massimiliano Culpo
9e6e478ccf
llvm: don't detect +flang multiple times ( #49876 )
...
fixes #49831
Signed-off-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
2025-04-08 09:12:34 +02:00
Adam J. Stewart
357089f347
py-nbstripout: add v0.8.1 ( #49896 )
2025-04-08 08:54:39 +02:00
Wouter Deconinck
6228247eda
hep: build Geant4 with Qt5 and Qt6 ( #49777 )
...
* hep: build geant4 with qt5 and qt6
* hep: keep geant4 ~vtk for now
2025-04-08 08:51:22 +02:00
Wouter Deconinck
a919b67cb4
hep: root +arrow +emaca ( #49931 )
2025-04-08 08:50:52 +02:00
Wouter Deconinck
58ac6f7cba
py-kiwisolver: add v1.4.6, v1.4.7, v1.4.8 ( #49911 )
2025-04-08 08:49:07 +02:00
Wouter Deconinck
86b57c233d
apptainer: add v1.4.0 ( #49912 )
2025-04-08 08:48:32 +02:00
Wouter Deconinck
b6dec56f4f
lbzip2: change URL and deprecate ( #49948 )
2025-04-08 08:26:26 +02:00
Jon Rood
d403060cf2
trilinos: patch version 16.1.0 to build on MacOS. ( #49811 )
2025-04-07 11:05:41 -06:00
Robert Maaskant
7d0dd27363
py-setuptools-scm: add v8.2.1 ( #49901 )
2025-04-07 09:56:45 -07:00
dependabot[bot]
cfbc92c2f0
build(deps): bump flake8 from 7.1.2 to 7.2.0 in /lib/spack/docs ( #49816 )
...
Bumps [flake8](https://github.com/pycqa/flake8 ) from 7.1.2 to 7.2.0.
- [Commits](https://github.com/pycqa/flake8/compare/7.1.2...7.2.0 )
---
updated-dependencies:
- dependency-name: flake8
dependency-version: 7.2.0
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>
2025-04-07 09:49:58 -07:00
Wouter Deconinck
e7bca5b8f6
cppgsl: add v4.2.0 ( #49915 )
2025-04-07 12:46:37 -04:00
Wouter Deconinck
cf5ba8aee3
dbus: add v1.16.2 ( #49916 )
2025-04-07 12:46:06 -04:00
Wouter Deconinck
32a4eb4ebb
jwt-cpp: add v0.7.1 ( #49917 )
...
* jwt-cpp: add v0.7.1
* jwt-cpp: depends on c only thru 0.7.0
* jwt-cpp: fix checksum
2025-04-07 09:45:24 -07:00
Adam J. Stewart
a3f4fd68d6
Packages: add missing compiler dependencies ( #49920 )
...
* Packages: add missing compiler dependencies
* Undo changes to cray-mpich
2025-04-07 09:42:54 -07:00
Wouter Deconinck
95f8c7e073
cmark: add v0.31.1 ( #49913 )
2025-04-07 09:41:42 -07:00
Wouter Deconinck
20f31ce39d
voms: add v2.1.2 ( #49921 )
...
* voms: add v2.1.2
* voms: patch only when @:2.1.0
2025-04-07 12:39:52 -04:00
Wouter Deconinck
91ef8c056b
vdt: add v0.4.5, v0.4.6 ( #49922 )
...
* vdt: add thru v0.4.6
* vdt: add maintainer
2025-04-07 12:39:01 -04:00
Wouter Deconinck
c6ce7637fc
spdlog: add v1.15.2 ( #49923 )
2025-04-07 09:37:51 -07:00
Adam J. Stewart
770c6cc612
py-torchgeo: add v0.7.0 ( #49903 )
2025-04-07 09:36:52 -07:00
Wouter Deconinck
97bad2f5a7
soqt: depends on c ( #49924 )
2025-04-07 09:35:55 -07:00
Wouter Deconinck
8ca82fb2b6
r: add v4.4.3 ( #49926 )
2025-04-07 09:34:50 -07:00
Wouter Deconinck
36540708f1
py-zope-interface: add thru v7.2 ( #49927 )
2025-04-07 09:33:53 -07:00
Wouter Deconinck
7e027cae3e
gdbm: add v1.25 ( #49928 )
2025-04-07 09:32:38 -07:00
Wouter Deconinck
a311d0a8c0
armadillo: add v14.4.1 ( #49929 )
2025-04-07 09:30:40 -07:00
Wouter Deconinck
cd8ebdcfbd
embree: add v4.4.0 ( #49930 )
2025-04-07 09:28:43 -07:00
Wouter Deconinck
8b3bfbd95e
libsm: add v1.2.6 ( #49933 )
2025-04-07 09:26:21 -07:00