Added Hypre Dependency to mfem+hypre (#5929)

Added missing hypre defendency from mfem's hypre-enabled version
This commit is contained in:
Robert Pavel 2017-10-25 04:03:50 -06:00 committed by Todd Gamblin
parent acbd6c9f62
commit 9e1341a162

View file

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