py-netcdf4: depend on hdf5+hl (#11893)
This commit is contained in:
parent
f51c4c5e77
commit
0f703b7e81
1 changed files with 1 additions and 1 deletions
|
@ -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"""
|
||||||
|
|
Loading…
Reference in a new issue