hypre: update homepage (#31976)

This commit is contained in:
Olivier Cessenat 2022-08-08 08:58:24 +02:00 committed by GitHub
parent 0e3418887b
commit 9b0bd7c536
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"]