py-netcdf4: depend on hdf5+hl (#11893)

This commit is contained in:
Milton Woods 2019-07-01 23:38:35 +10:00 committed by Axel Huebl
parent f51c4c5e77
commit 0f703b7e81

View file

@ -23,7 +23,7 @@ class PyNetcdf4(PythonPackage):
depends_on('py-cftime', type=('build', 'run')) depends_on('py-cftime', type=('build', 'run'))
depends_on('netcdf') depends_on('netcdf')
depends_on('hdf5@1.8.0:') depends_on('hdf5@1.8.0:+hl')
def setup_environment(self, spack_env, run_env): def setup_environment(self, spack_env, run_env):
"""Ensure installed netcdf and hdf5 libraries are used""" """Ensure installed netcdf and hdf5 libraries are used"""