Rocco Meli
7090983c67
cp2k: patch for compilation with RelWithDebInfo ( #42563 )
2024-02-08 15:42:43 +01:00
Sergey Kosukhin
09fdea959f
openmpi: add patch fixing MPI_MIN for unsigned long ( #32392 )
2024-02-08 15:41:46 +01:00
Massimiliano Culpo
e419e4ca93
q-e-sirius: fix self-referential dependencies ( #42549 )
2024-02-08 12:44:00 +01:00
Massimiliano Culpo
9e8f6e8d54
mpich: fix self-referential dependencies ( #42527 )
2024-02-08 09:34:54 +01:00
Massimiliano Culpo
753d69856a
suite-sparse: fix self-referential dependencies ( #42556 )
2024-02-08 09:34:26 +01:00
Massimiliano Culpo
6d28caefc7
grib-util: fix self-referential dependencies ( #42558 )
2024-02-08 09:33:38 +01:00
John W. Parent
7b9eac02ff
Windows registry: improve search efficiency & error reporting ( #41720 )
...
* Registry queries can fail due to simultaneous access from other
processes. Wrap some of these accesses and retry when this may
be the cause (the generated exceptions don't allow pinpointing
this as the reason, but we add logic to identify cases which
are definitely unrecoverable, and retry if it is not one of
these).
* Add make recursion optioal for most registry search functions;
disable recursive search in case where it was originally always
recursive.
2024-02-07 13:26:07 -08:00
Massimiliano Culpo
138f8ba6e2
strumpack: fix self-referential dependencies ( #42554 )
2024-02-07 19:00:26 +01:00
Jonathon Anderson
046f9e89a1
hpctoolkit: Add dependency on xxhash for @develop ( #42513 )
2024-02-07 18:05:08 +01:00
Kevin Huck
2cca64d01d
apex: add new release, deprecate old options, remove boost ( #42538 )
2024-02-07 17:17:04 +01:00
Alberto Invernizzi
9aed13adb9
nvpl-blas and nvpl-lapack: new packages for NVidia performance libraries ( #41775 )
...
Co-authored-by: Raffaele Solcà <rasolca@cscs.ch>
2024-02-07 17:01:11 +01:00
Massimiliano Culpo
85b6c344bd
r: fix self-referential dependencies ( #42551 )
2024-02-07 16:55:28 +01:00
Massimiliano Culpo
9359c9b9db
plink2: fix self-referential dependencies ( #42547 )
2024-02-07 16:55:09 +01:00
Massimiliano Culpo
d43f62cc5f
orc: fix self-referential dependencies ( #42542 )
2024-02-07 16:54:37 +01:00
Massimiliano Culpo
a30d4612f5
oce: fix self-referential dependencies ( #42540 )
2024-02-07 16:54:14 +01:00
Massimiliano Culpo
e32009a7e3
openscenegraph: fix self-referential dependencies ( #42541 )
2024-02-07 16:53:44 +01:00
Massimiliano Culpo
b0f3489d68
py-*: fix self-referential dependencies ( #42548 )
2024-02-07 16:52:26 +01:00
simonLeary42
9099e4c233
libcatalyst cmake_minimum_required ( #42532 )
...
d469357740
2024-02-07 16:10:46 +01:00
Vanessasaurus
a1b895e547
flux-core: add v0.59.0 ( #42536 )
...
Co-authored-by: github-actions <github-actions@users.noreply.github.com>
2024-02-07 16:10:05 +01:00
Vanessasaurus
df1ff0affa
flux-pmix: add v0.5.0 ( #42537 )
...
Co-authored-by: github-actions <github-actions@users.noreply.github.com>
2024-02-07 16:09:34 +01:00
George Young
95e828f3d8
s4pred: add new package ( #42520 )
2024-02-07 16:05:14 +01:00
Rocco Meli
a28c6caac0
dbcsr: examples variant ( #42543 )
2024-02-07 15:54:19 +01:00
Rocco Meli
514260d8cb
cp2k+mpi requires dbcsr+mpi ( #42545 )
2024-02-07 15:35:20 +01:00
Massimiliano Culpo
642ec1918f
julia: fix self-referential dependencies ( #42486 )
2024-02-07 08:46:03 +01:00
Massimiliano Culpo
bdae9f776b
netcdf-c: fix self-referential dependencies ( #42528 )
2024-02-07 08:22:56 +01:00
Massimiliano Culpo
5c86a3cca2
lammps: fix self-referential dependencies ( #42521 )
2024-02-07 08:22:11 +01:00
Massimiliano Culpo
ea53008604
molgw: fix self-referential dependencies ( #42523 )
2024-02-06 19:01:44 +01:00
Massimiliano Culpo
01ea8f46e7
ldak: fix self-referential dependencies ( #42522 )
2024-02-06 17:45:40 +01:00
jalcaraz
ff1e700b56
TAU: Added new test for other variants. ( #42503 )
...
Now it tests all GPUs, syscall and python.
2024-02-06 08:37:22 -08:00
renjithravindrankannath
5efa723289
mesa: updating llvm dependency for version 23 ( #42481 )
2024-02-06 14:53:31 +01:00
Massimiliano Culpo
4985f87a52
dbcsr: fix self-referential dependencies ( #42482 )
2024-02-06 14:41:27 +01:00
Massimiliano Culpo
ae000f963c
hpx: remove self-referential dependencies ( #42485 )
...
This shouldn't be an issue, but avoid self references
on "^asio".
2024-02-06 13:37:40 +01:00
Olivier Cessenat
0960f691a1
keepassxc: new version 2.7.6 ( #42478 )
...
AUTOTYPE is set by default in the 2.7.6 release, it was not previously.
2024-02-05 18:24:42 +01:00
Mosè Giordano
713b19cac7
py-pythran: apply patch to fix compilation with GCC 13 ( #42490 )
...
* py-pythran: apply patch to fix compilation with GCC 13
* Update var/spack/repos/builtin/packages/py-pythran/package.py
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
---------
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2024-02-05 09:08:41 -07:00
Thomas Madlener
05f1f07e51
edm4hep: add v0.10.4 ( #42488 )
2024-02-05 07:43:51 -07:00
Mosè Giordano
955a01dfa4
hh-suite: apply patch to fix compilation with GCC 13 ( #42489 )
...
This fixes errors like
```
294 In file included from /build_stage/spack-stage-hh-suite-3.3.0-4kkv3zqhcadpubeo63l73xq3shr7gjmh/spack-src/src/a3m_compress.cpp:8:
>> 295 /build_stage/spack-stage-hh-suite-3.3.0-4kkv3zqhcadpubeo63l73xq3shr7gjmh/spack-src/src/a3m_compress.h:37:37: error: 'uint16_t' has not been declared
296 37 | void writeU16(std::ostream& file, uint16_t);
297 | ^~~~~~~~
>> 298 /build_stage/spack-stage-hh-suite-3.3.0-4kkv3zqhcadpubeo63l73xq3shr7gjmh/spack-src/src/a3m_compress.h:38:28: error: 'uint16_t' has not been declared
299 38 | void readU16(char** ptr, uint16_t &result);
300 | ^~~~~~~~
>> 301 /build_stage/spack-stage-hh-suite-3.3.0-4kkv3zqhcadpubeo63l73xq3shr7gjmh/spack-src/src/a3m_compress.h:40:37: error: 'uint32_t' has not been declared
302 40 | void writeU32(std::ostream& file, uint32_t);
303 | ^~~~~~~~
>> 304 /build_stage/spack-stage-hh-suite-3.3.0-4kkv3zqhcadpubeo63l73xq3shr7gjmh/spack-src/src/a3m_compress.h:41:27: error: 'uint32_t' has not been declared
305 41 | void readU32(char**ptr, uint32_t &result);
306 | ^~~~~~~~
```
2024-02-05 07:38:49 -07:00
Massimiliano Culpo
928ee7569c
ecp-data-vis-sdk: remove self-referential dependencies ( #42484 )
...
This shouldn't be an issue, but express this limitation
with a conflict.
2024-02-05 15:17:46 +01:00
George Young
8190903821
motioncor2: add v1.6.4 ( #42380 )
...
Co-authored-by: LMS Bioinformatics <bioinformatics@lms.mrc.ac.uk>
2024-02-05 14:32:38 +01:00
George Young
473347df41
kentutils: update to @459, update download location & deps ( #42448 )
...
Co-authored-by: LMS Bioinformatics <bioinformatics@lms.mrc.ac.uk>
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
2024-02-05 04:23:33 -07:00
Adam J. Stewart
1ef52d7c8e
py-pytest: add v8.0.0 ( #42344 )
2024-02-05 12:16:58 +01:00
Tom Payerle
561fe13bad
cgal: add v5.3.2 ( #42378 )
2024-02-05 12:08:27 +01:00
George Young
c15ed38cef
star: updating to 2.7.11a ( #42011 )
...
Co-authored-by: LMS Bioinformatics <bioinformatics@lms.mrc.ac.uk>
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
2024-02-05 12:06:01 +01:00
David Boehme
fa4568d9c9
kripke: add adiak dependency with Caliper enabled ( #42414 )
2024-02-05 11:17:24 +01:00
Nathalie Furmento
ef4f78a6cd
starpu: add release 1.4.4 ( #42446 )
2024-02-05 11:12:50 +01:00
Adam J. Stewart
da36d069db
py-lightly: fix conflict definition ( #42449 )
2024-02-05 11:11:23 +01:00
Cameron Rutherford
6ff3e17a7d
hiop: require RAJA when cuda is enabled ( #42407 )
2024-02-05 11:04:08 +01:00
snehring
bb200be57d
sentieon-genomics: add new version 202308.02 ( #42465 )
2024-02-05 11:01:00 +01:00
Olivier Cessenat
a238563fdb
mpfr: add v4.2.1 ( #42479 )
2024-02-05 02:59:22 -07:00
Adam J. Stewart
bfc6f1d2a9
py-lightning: add v2.1.4 ( #42468 )
2024-02-05 10:59:00 +01:00
Olivier Cessenat
99b8a08366
stripack: sets the licence SPDX ( #42473 )
2024-02-05 10:45:23 +01:00