Massimiliano Culpo
3b045c289d
Fix a typo in an integrity constraint ( #41334 )
2023-11-30 09:44:51 +01:00
Harmen Stoppels
4b93c57d44
argparse: make scope choices lazy s.t. validation in tests works ( #41344 )
2023-11-30 08:37:11 +01:00
Harmen Stoppels
377e7de0d2
tests: fix issue with os.environ binding ( #41342 )
2023-11-30 07:18:41 +01:00
Greg Sjaardema
0a9c84dd25
SEACAS: new release ( #41273 )
...
Replace last release due to build issues on windows. Tag was applied incorrectly
2023-11-29 21:38:05 -07:00
Chris White
2ececcd03e
MFEM: add mpi link dir ( #41337 )
...
Also fix netcdf-c zlib reference
2023-11-29 21:32:50 -07:00
Adam J. Stewart
f4f67adf49
py-numba: add v0.58.1 ( #41262 )
...
* py-numba: add v0.58.1
* Passing tests
2023-11-30 00:17:34 +01:00
Adam J. Stewart
220898b4de
py-pygeos: add v0.14 ( #41248 )
...
* py-pygeos: add v0.14
* Python is also a link dep
2023-11-30 00:15:07 +01:00
Luc Berger
450f938056
kokkos: add v4.2.00 ( #41203 )
...
* Kokkos: adding version 4.2.00 to the package
* Kokkos: adding AMD GPU arch
* kokkos@4.2.00 +sycl: patch numeric traits unit test
---------
Co-authored-by: eugeneswalker <eugenesunsetwalker@gmail.com>
Co-authored-by: Todd Gamblin <tgamblin@llnl.gov>
2023-11-29 22:47:15 +00:00
Massimiliano Culpo
889b729e52
Refactor a test to not use the "working_env" fixture ( #41308 )
...
Co-authored-by: Harmen Stoppels <me@harmenstoppels.nl>
2023-11-29 22:14:57 +01:00
Sergio Alexis Paz
3987604b89
Add gipaw when building quantum-espresso with cmake ( #41142 )
...
* gipaw.x installed by cmake if version >= 5c4a4ce.
gipaw.x will only be installed with cmake if the qe-gipaw version
is >= 5c4a4ce. Currently, QE source uses the older f5823521 one.
Here a patch to the submodule_commit_hash_records to use a newer
qe-gipaw version.
2023-11-29 12:16:27 -08:00
Andrey Perestoronin
b6f8cb821c
intel-oneapi-ccl 2021.11.1: added new version to packages ( #41300 )
...
* added new packages
* align release with ccl patch
* revert version on compiler classics
2023-11-29 10:09:32 -07:00
Mikael Simberg
72216b503f
dla-future: Add conflicts for compilation issues pre-0.3.1 ( #41317 )
...
* dla-future: Add conflict for pedantic warnings turning into errors
* dla-future: Add conflicts for nvcc/fmt/Umpire compilation issues
2023-11-29 15:10:27 +01:00
Harmen Stoppels
c06f353f55
Simplify _create_mock_configuration_scopes ( #41318 )
2023-11-29 14:06:41 +01:00
Mikael Simberg
367ca3f0ec
fmt: Add git attribute ( #41293 )
2023-11-29 12:50:28 +01:00
Harmen Stoppels
2c4bc287b8
cuda: fix compiler conflicts ( #41304 )
2023-11-29 12:14:39 +01:00
Harmen Stoppels
fcb3d62093
unit tests: use --verbose to see order on macos ( #41314 )
2023-11-29 11:29:17 +01:00
John W. Parent
306377684b
CMake: add v3.27.9 ( #41301 )
2023-11-29 02:19:29 -07:00
Massimiliano Culpo
29b75a7ace
Fix an issue with deconcretization/reconcretization of environments ( #41294 )
2023-11-29 09:09:16 +01:00
Paul R. C. Kent
4b41b11c30
cuda: add 12.3.0 ( #40827 )
2023-11-28 13:28:28 -08:00
afzpatel
92e0d42b64
update hipblas rocalution, rocsolver, rocsparse to new syntax ( #40135 )
...
* initial commit to update hipblas rocalution, rocsolver, rocsparse to new syntax
* add rocblas test changes and fixes for hipblas and rocsolver tests
* fix styling
* remove updates for rocblas
2023-11-28 12:49:07 -08:00
afzpatel
1ebd37d20c
fix hip tests and bump hip-examples to 5.6.1 ( #40928 )
...
* Initial commit to fix hip tests and bump hip-examples to 5.6.1
* fix styling
* add installation of hip samples to share folder
2023-11-28 12:17:10 -08:00
Adam J. Stewart
b719c905f1
apple-libuuid: update installation directory ( #40416 )
...
* apple-libuuid: update installation directory
Copy design of Apple GL
2023-11-28 10:13:55 -08:00
eugeneswalker
430b2dff5c
e4s ci: disable gpu test stack ( #41296 )
2023-11-28 18:02:00 +01:00
Tom Payerle
ef8e6a969c
vtk: Restrict application of patch xdmf2-hdf51.13.2.patch ( #40266 )
...
The changes in patch xdmf2-hdf51.13.2.patch have effectively
been added to vtk@9.2.3 (commit e81a2fe)
So restrict application of patch fo @9:9.2
2023-11-28 11:27:58 -05:00
Massimiliano Culpo
0e65e84768
ASP-based solver: use a unique ID counter ( #41290 )
...
* solver: use a unique counter for condition, triggers and effects
* Do not reset counters when re-running setup
What we need is just a unique ID, it doesn't need
to start from zero every time.
2023-11-28 16:28:54 +01:00
Seth R. Johnson
e0da7154ad
celeritas: new version 0.4.0 ( #41288 )
2023-11-28 14:44:15 +00:00
Juan Miguel Carceller
6f08daf670
root: add a webgui patch ( #41289 )
...
* root: add a webgui patch
* Update var/spack/repos/builtin/packages/root/package.py
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
* Add also the versions that don't need the webgui patch
* Fix hash
---------
Co-authored-by: jmcarcell <jmcarcell@users.noreply.github.com>
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
2023-11-28 07:33:48 -07:00
Tom Scogland
c2d29ca38c
libvips requires pkg-config to find glib ( #41184 )
2023-11-28 14:42:16 +01:00
Raffaele Solcà
f037ef7451
Fix elpa flags (missing optimization) ( #41252 )
...
Setting CFLAGS/FCFLAGS overrides the default optimization flags.
This commit brings them back.
2023-11-28 11:31:30 +01:00
dependabot[bot]
f84557a81b
build(deps): bump vermin from 1.5.2 to 1.6.0 in /.github/workflows/style ( #41285 )
...
Bumps [vermin](https://github.com/netromdk/vermin ) from 1.5.2 to 1.6.0.
- [Release notes](https://github.com/netromdk/vermin/releases )
- [Commits](https://github.com/netromdk/vermin/compare/v1.5.2...v1.6.0 )
---
updated-dependencies:
- dependency-name: vermin
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-28 09:38:38 +00:00
Alec Scott
18efd808da
GoPackage: add new build system for Go packages ( #41164 )
...
Co-authored-by: Tom Scogland <scogland1@llnl.gov>
Co-authored-by: Wouter Deconinck <wdconinc@gmail.com>
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
2023-11-28 10:33:46 +01:00
Wouter Deconinck
5299b84319
qt-*: new versions 6.6.1 ( #41281 )
...
* qt-*: new versions 6.6.1
* qt-quick3d: fixup
2023-11-28 02:18:54 -07:00
Adam J. Stewart
70fb0b35e5
py-transformers: add v4.35.2 ( #41266 )
2023-11-28 10:17:52 +01:00
Alec Scott
4f7f3cbbdf
smee-client: add new package ( #41280 )
2023-11-28 08:34:49 +01:00
Jose E. Roman
4205ac74e8
slepc: add v3.20.1 ( #41274 )
2023-11-27 20:53:45 -06:00
Jack Morrison
72ed14e4a9
libfabric: Add version 1.20.0 ( #41277 )
2023-11-27 19:04:44 -07:00
Dave Keeshan
ed54359454
Move compiler renaming to filter_compiler_wrappers ( #41275 )
2023-11-27 18:16:03 -07:00
Dave Keeshan
ea610d3fe2
iverilog-vpi: filter compiler wrappers from a few files ( #41244 )
2023-11-27 17:44:44 -07:00
John W. Parent
cd33becebc
CMake: add version 3.27.8 ( #41094 )
2023-11-27 15:09:44 -07:00
Jim Edwards
8ccfe9f710
cprnc: add new package ( #41237 )
2023-11-27 14:02:04 -07:00
Eric Berquist
abc294e3a2
Update SST packages to 13.1.0 ( #41220 )
...
* Update SST packages to 13.1.0
* Allow mismatch between sst-core dependency and current macro version
* SST does not work with Python 3.12 yet
* Sanity check install binaries for sst-core
* Elements compiles with OTF2 but not OTF
* Version bounds in specs are inclusive
* Remove not-strictly-necessary file check
2023-11-27 14:55:22 -06:00
Alec Scott
c482534c1d
CargoPackage: add new build system for Cargo packages ( #41192 )
...
Co-authored-by: Tom Scogland <scogland1@llnl.gov>
2023-11-27 20:15:16 +00:00
Robert Cohn
fbec91e491
handle use of an unconfigured compiler ( #41213 )
2023-11-27 11:57:10 -07:00
Andrey Perestoronin
3d744e7c95
intel-oneapi 2024.0.0: added new version to packages ( #41135 )
...
* oneapi 2024.0.0 release
* oneapi v2 directory support and some cleanups
* sycl abi change requires 2024 compilers for packages that use sycl
---------
Co-authored-by: Robert Cohn <robert.s.cohn@intel.com>
2023-11-27 13:13:04 -05:00
Dave Keeshan
b4bafbbf7e
verilator: add v5.018 ( #41256 )
...
Add all version since 4.108, deprecate previous version, issues with flex,
switch from veripool to github for releases
2023-11-27 10:24:49 -07:00
Juan Miguel Carceller
bd3a1d28bf
Simplify a few CMakePackages by removing redundant directives ( #41163 )
...
Co-authored-by: jmcarcell <jmcarcell@users.noreply.github.com>
2023-11-27 17:43:39 +01:00
Harmen Stoppels
e0ef78b26e
docs: refer to oci build cache from containers.rst ( #41269 )
2023-11-27 16:36:00 +00:00
Satish Balay
d768e6ea5c
Balay/xsdk 1.0.0 updates ( #41180 )
...
* superlu-dist: add v8.2.1 for xsdk
* heffte, phist build fixes on tioga
* exago: build fixes on polaris
---------
Co-authored-by: Veselin Dobrev <dobrev@llnl.gov>
2023-11-27 09:57:41 -06:00
Harmen Stoppels
8d0e0d5c77
tests: fix more cases of env variables ( #41226 )
2023-11-27 16:37:31 +01:00
Anton Kozhevnikov
13b711f620
[sirius] update spack recipe; add v7.5.0 ( #41233 )
...
* update spack recipe
* [@spackbot] updating style on behalf of toxa81
* change from @develop to @7.5.0
* return dependency on boost_filesystem
* return dependency on boost_filesystem
* remove boost filesystem as agreed by @RMeli and @simonpintarelli
---------
Co-authored-by: toxa81 <toxa81@users.noreply.github.com>
2023-11-27 16:28:19 +01:00