summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPieter Ghysels <pghysels@lbl.gov>2023-05-18 20:18:50 -0700
committerGitHub <noreply@github.com>2023-05-18 23:18:50 -0400
commit489a604920b19c3811bdf9b080fcca3830622c1b (patch)
treec4e92dd11bc8b126508c1d220b3ab79394fc3017
parent2ac343581069730ef872c9f549d56d7aa2099954 (diff)
downloadspack-489a604920b19c3811bdf9b080fcca3830622c1b.tar.gz
spack-489a604920b19c3811bdf9b080fcca3830622c1b.tar.bz2
spack-489a604920b19c3811bdf9b080fcca3830622c1b.tar.xz
spack-489a604920b19c3811bdf9b080fcca3830622c1b.zip
Add STRUMPACK versions 7.1.2 and 7.1.3 (#37779)
-rw-r--r--var/spack/repos/builtin/packages/strumpack/package.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/strumpack/package.py b/var/spack/repos/builtin/packages/strumpack/package.py
index bca9048fcf..145d520187 100644
--- a/var/spack/repos/builtin/packages/strumpack/package.py
+++ b/var/spack/repos/builtin/packages/strumpack/package.py
@@ -19,7 +19,7 @@ class Strumpack(CMakePackage, CudaPackage, ROCmPackage):
iterative solvers."""
homepage = "http://portal.nersc.gov/project/sparse/strumpack"
- url = "https://github.com/pghysels/STRUMPACK/archive/refs/tags/v6.3.1.tar.gz"
+ url = "https://github.com/pghysels/STRUMPACK/archive/refs/tags/v7.1.3.tar.gz"
git = "https://github.com/pghysels/STRUMPACK.git"
tags = ["e4s"]
@@ -29,6 +29,8 @@ class Strumpack(CMakePackage, CudaPackage, ROCmPackage):
test_requires_compiler = True
version("master", branch="master")
+ version("7.1.3", sha256="c951f38ee7af20da3ff46429e38fcebd57fb6f12619b2c56040d6da5096abcb0")
+ version("7.1.2", sha256="262a0193fa1682d0eaa90363f739e0be7a778d5deeb80e4d4ae12446082a39cc")
version("7.1.1", sha256="56481a22955c2eeb40932777233fc227347743c75683d996cb598617dd2a8635")
version("7.1.0", sha256="a3e80e0530ea1cc6b62c22699cfe5f02f81794321f225440f0e08bceed69c241")
version("7.0.1", sha256="ddbf9c0509eaf0f8a4c70f59508787336a05eeacc8322f156117d8ce59a70a60")