Don't use https for downloading
This commit is contained in:
parent
be92d0b6a4
commit
1330c10fc8
@ -5,8 +5,8 @@ class Hypre(Package):
|
|||||||
features parallel multigrid methods for both structured and
|
features parallel multigrid methods for both structured and
|
||||||
unstructured grid problems."""
|
unstructured grid problems."""
|
||||||
|
|
||||||
homepage = "https://computation.llnl.gov/project/linear_solvers/software.php"
|
homepage = "http://computation.llnl.gov/project/linear_solvers/software.php"
|
||||||
url = "https://computation.llnl.gov/project/linear_solvers/download/hypre-2.10.0b.tar.gz"
|
url = "http://computation.llnl.gov/project/linear_solvers/download/hypre-2.10.0b.tar.gz"
|
||||||
|
|
||||||
version('2.10.0b', '768be38793a35bb5d055905b271f5b8e')
|
version('2.10.0b', '768be38793a35bb5d055905b271f5b8e')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user