hypre: add 2.11.2 (#3556)
This commit is contained in:
parent
57ef184254
commit
a14f9491db
1 changed files with 3 additions and 2 deletions
|
@ -36,6 +36,7 @@ class Hypre(Package):
|
|||
url = "http://computation.llnl.gov/project/linear_solvers/download/hypre-2.10.0b.tar.gz"
|
||||
|
||||
version('develop', git='https://github.com/LLNL/hypre', tag='master')
|
||||
version('2.11.2', 'd507943a1a3ce5681c3308e2f3a6dd34')
|
||||
version('2.11.1', '3f02ef8fd679239a6723f60b7f796519')
|
||||
version('2.10.1', 'dc048c4cabb3cd549af72591474ad674')
|
||||
version('2.10.0b', '768be38793a35bb5d055905b271f5b8e')
|
||||
|
@ -48,9 +49,9 @@ class Hypre(Package):
|
|||
description="Use internal Superlu routines")
|
||||
variant('int64', default=False,
|
||||
description="Use 64bit integers")
|
||||
|
||||
|
||||
# Patch to add ppc64le in config.guess
|
||||
patch('ibm-ppc64le.patch', when='@:2.11.1')
|
||||
patch('ibm-ppc64le.patch', when='@:2.11.1')
|
||||
|
||||
depends_on("mpi")
|
||||
depends_on("blas")
|
||||
|
|
Loading…
Reference in a new issue