Merge pull request #196 from eschnett/hypre
Don't use https for downloading
This commit is contained in:
commit
9d4638ef4c
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue