py-h5py: make sure to depend on the hl variant of hdf5 (#6304)
This commit is contained in:
parent
0692029273
commit
50957bd44f
1 changed files with 1 additions and 1 deletions
|
@ -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'))
|
||||
|
|
Loading…
Reference in a new issue