summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorfpruvost <florent.pruvost@inria.fr>2023-12-12 23:57:11 +0100
committerGitHub <noreply@github.com>2023-12-12 15:57:11 -0700
commita9028630a521d3ad76d74e431ed78c4d3e6b58c3 (patch)
tree3dea7ec0343c83e12f9adce03a98237658db5199 /var
parent789c85ed8b9e82fa656065fb2ef79265970110c9 (diff)
downloadspack-a9028630a521d3ad76d74e431ed78c4d3e6b58c3.tar.gz
spack-a9028630a521d3ad76d74e431ed78c4d3e6b58c3.tar.bz2
spack-a9028630a521d3ad76d74e431ed78c4d3e6b58c3.tar.xz
spack-a9028630a521d3ad76d74e431ed78c4d3e6b58c3.zip
pastix: new release v6.3.2 (#41585)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/pastix/package.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/pastix/package.py b/var/spack/repos/builtin/packages/pastix/package.py
index f405217508..5db8418499 100644
--- a/var/spack/repos/builtin/packages/pastix/package.py
+++ b/var/spack/repos/builtin/packages/pastix/package.py
@@ -12,11 +12,12 @@ class Pastix(CMakePackage, CudaPackage):
based on direct methods"""
homepage = "https://gitlab.inria.fr/solverstack/pastix/blob/master/README.md"
- url = "https://files.inria.fr/pastix/releases/v6/pastix-6.2.2.tar.gz"
+ url = "https://files.inria.fr/pastix/releases/v6/pastix-6.3.2.tar.gz"
git = "https://gitlab.inria.fr/solverstack/pastix.git"
maintainers("fpruvost", "mfaverge", "ramet")
version("master", branch="master", submodules=True)
+ version("6.3.2", sha256="c4da8802d1933eecf8c09d7e63c014c81ccf353fe623142e9f5c5fc65ed82ee0")
version("6.3.1", sha256="290464d73b7d43356e4735a29932bf6f23a88e94ec7139ba7744c21e42c52681")
version("6.3.0", sha256="a6bfec32a3279d7b24c5fc05885c6632d177e467f1584707c6fd7c42a8703c3e")
version("6.2.2", sha256="cce9a1fe4678b5733c9f1a5a52f77b040eadc3e254418c6fb03d8ab37dede508")