Added Hypre Dependency to mfem+hypre (#5929)
Added missing hypre defendency from mfem's hypre-enabled version
This commit is contained in:
parent
acbd6c9f62
commit
9e1341a162
1 changed files with 1 additions and 0 deletions
|
@ -105,6 +105,7 @@ class Mfem(Package):
|
|||
conflicts('+superlu-dist', when='@:3.1')
|
||||
conflicts('+netcdf', when='@:3.1')
|
||||
|
||||
depends_on('hypre', when='+hypre')
|
||||
depends_on('blas', when='+lapack')
|
||||
depends_on('blas', when='+suite-sparse')
|
||||
depends_on('lapack', when='+lapack')
|
||||
|
|
Loading…
Reference in a new issue