summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorSatish Balay <balay@mcs.anl.gov>2023-01-30 04:29:06 -0600
committerGitHub <noreply@github.com>2023-01-30 11:29:06 +0100
commit481b5989636b0fde7f08dc082e1f26f3fd7ae1d9 (patch)
treeaab85ed0a711fbc3cc5d43531009ed5b23b57f10 /var
parent4b186df5b4a96fee0752f25ec6c56fced87f5b23 (diff)
downloadspack-481b5989636b0fde7f08dc082e1f26f3fd7ae1d9.tar.gz
spack-481b5989636b0fde7f08dc082e1f26f3fd7ae1d9.tar.bz2
spack-481b5989636b0fde7f08dc082e1f26f3fd7ae1d9.tar.xz
spack-481b5989636b0fde7f08dc082e1f26f3fd7ae1d9.zip
hypre: Update URL using citation instructions from https://github.com/hypre-space/hypre/wiki/Citing-hypre (#35225)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/hypre/package.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/var/spack/repos/builtin/packages/hypre/package.py b/var/spack/repos/builtin/packages/hypre/package.py
index 5632489601..2478d618bd 100644
--- a/var/spack/repos/builtin/packages/hypre/package.py
+++ b/var/spack/repos/builtin/packages/hypre/package.py
@@ -14,9 +14,7 @@ class Hypre(AutotoolsPackage, CudaPackage, ROCmPackage):
features parallel multigrid methods for both structured and
unstructured grid problems."""
- homepage = (
- "https://computing.llnl.gov/projects/hypre-scalable-linear-solvers-multigrid-methods"
- )
+ homepage = "https://llnl.gov/casc/hypre"
url = "https://github.com/hypre-space/hypre/archive/v2.14.0.tar.gz"
git = "https://github.com/hypre-space/hypre.git"
tags = ["e4s", "radiuss"]