Merge pull request #196 from eschnett/hypre

Don't use https for downloading
This commit is contained in:
Todd Gamblin 2015-11-23 15:39:08 -08:00
commit 9d4638ef4c

View file

@ -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')