summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Cessenat <cessenat@gmail.com>2022-08-08 08:58:24 +0200
committerGitHub <noreply@github.com>2022-08-08 08:58:24 +0200
commit9b0bd7c536b89eec9b61a7e80439d6262f1c4416 (patch)
tree1f9f4d4456740fbc8d666e457cf9eecaa3b60ceb
parent0e3418887bbbfecfcd23010496775cc4b006509d (diff)
downloadspack-9b0bd7c536b89eec9b61a7e80439d6262f1c4416.tar.gz
spack-9b0bd7c536b89eec9b61a7e80439d6262f1c4416.tar.bz2
spack-9b0bd7c536b89eec9b61a7e80439d6262f1c4416.tar.xz
spack-9b0bd7c536b89eec9b61a7e80439d6262f1c4416.zip
hypre: update homepage (#31976)
-rw-r--r--var/spack/repos/builtin/packages/hypre/package.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/hypre/package.py b/var/spack/repos/builtin/packages/hypre/package.py
index f41a50ccb2..fff7e2ff4f 100644
--- a/var/spack/repos/builtin/packages/hypre/package.py
+++ b/var/spack/repos/builtin/packages/hypre/package.py
@@ -14,7 +14,9 @@ class Hypre(AutotoolsPackage, CudaPackage, ROCmPackage):
features parallel multigrid methods for both structured and
unstructured grid problems."""
- homepage = "https://computing.llnl.gov/project/linear_solvers/software.php"
+ homepage = (
+ "https://computing.llnl.gov/projects/hypre-scalable-linear-solvers-multigrid-methods"
+ )
url = "https://github.com/hypre-space/hypre/archive/v2.14.0.tar.gz"
git = "https://github.com/hypre-space/hypre.git"
tags = ["e4s", "radiuss"]