mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-21 06:25:15 -04:00
elpa 2026.02.001 -> 2026.02.002 (spack) (#5554)
This commit is contained in:
parent
ffd91bc41a
commit
e9dba43327
2 changed files with 5 additions and 2 deletions
|
|
@ -203,7 +203,7 @@ spack:
|
|||
# - "dftd4@4.0.2"
|
||||
# - "dla-future@0.10.0"
|
||||
# - "dla-future-fortran@0.5.0"
|
||||
- "elpa@2026.02.001"
|
||||
- "elpa@2026.02.002"
|
||||
- "fftw@3.3.11"
|
||||
- "gauxc@dev20260608"
|
||||
- "greenx@2.2"
|
||||
|
|
|
|||
|
|
@ -27,6 +27,9 @@ class Elpa(AutotoolsPackage, CudaPackage, ROCmPackage):
|
|||
|
||||
version("master", branch="master")
|
||||
|
||||
version(
|
||||
"2026.02.002", sha256="02e3c59fec53cd8eb66a4cc15fa4fbf190cf9654227223fb8ad55713e9427932"
|
||||
)
|
||||
version(
|
||||
"2026.02.001", sha256="a379f27f4dbd27b2ee45017afec656d064301e97150c874649bdfd64957b75ed"
|
||||
)
|
||||
|
|
@ -90,7 +93,7 @@ class Elpa(AutotoolsPackage, CudaPackage, ROCmPackage):
|
|||
# )
|
||||
# patch("hipcc.patch", when="+rocm @2025.01.001:2025.06.001")
|
||||
# Suppress debug output to stderr for non-debug builds
|
||||
patch("elpa-2026.02.001-wantDebug.patch", when="@2026.02.001")
|
||||
patch("elpa-2026.02.001-wantDebug.patch", when="@2026.02.001:")
|
||||
|
||||
depends_on("c", type="build") # generated
|
||||
depends_on("cxx", type="build") # generated
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue