py-h5py: make sure to depend on the hl variant of hdf5 (#6304)

This commit is contained in:
koebbe 2017-11-14 10:26:58 -06:00 committed by Christoph Junghans
parent 0692029273
commit 50957bd44f

View file

@ -42,7 +42,7 @@ class PyH5py(PythonPackage):
depends_on('py-cython@0.19:', type='build')
depends_on('py-pkgconfig', type='build')
depends_on('py-setuptools', type='build')
depends_on('hdf5@1.8.4:')
depends_on('hdf5@1.8.4:+hl')
depends_on('hdf5+mpi', when='+mpi')
depends_on('mpi', when='+mpi')
depends_on('py-mpi4py', when='+mpi', type=('build', 'run'))