diff options
author | fpruvost <florent.pruvost@inria.fr> | 2024-07-16 21:06:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-16 12:06:30 -0700 |
commit | 714dd783f9c9e4cad30c1b835fc14e272755f6f5 (patch) | |
tree | fd0784013f98be492ac37765286dae7d2419c511 | |
parent | 40b390903dae1d263dc6106926b5aac5266d5201 (diff) | |
download | spack-714dd783f9c9e4cad30c1b835fc14e272755f6f5.tar.gz spack-714dd783f9c9e4cad30c1b835fc14e272755f6f5.tar.bz2 spack-714dd783f9c9e4cad30c1b835fc14e272755f6f5.tar.xz spack-714dd783f9c9e4cad30c1b835fc14e272755f6f5.zip |
pastix: new version v6.4.0 (#45246)
-rw-r--r-- | var/spack/repos/builtin/packages/pastix/package.py | 3 |
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 18877d58b1..3c4305da07 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.3.2.tar.gz" + url = "https://files.inria.fr/pastix/releases/v6/pastix-6.4.0.tar.gz" git = "https://gitlab.inria.fr/solverstack/pastix.git" maintainers("fpruvost", "mfaverge", "ramet") version("master", branch="master", submodules=True) + version("6.4.0", sha256="891d426188eed56c1075fb34d2d80132593a1536ffc05cf333567f68a4811e55") version("6.3.2", sha256="c4da8802d1933eecf8c09d7e63c014c81ccf353fe623142e9f5c5fc65ed82ee0") version("6.3.1", sha256="290464d73b7d43356e4735a29932bf6f23a88e94ec7139ba7744c21e42c52681") version("6.3.0", sha256="a6bfec32a3279d7b24c5fc05885c6632d177e467f1584707c6fd7c42a8703c3e") |