ncl: constrain hdf5 dependency to version 1.10 (#29607)

This commit is contained in:
Glenn Johnson
2022-05-03 23:11:34 -05:00
committed by GitHub
parent 17c1808ef7
commit bab41de538

View File

@@ -79,7 +79,7 @@ class Ncl(Package):
# support for netcdf-4, but the script assumes that hdf5 is compiled with
# szip support. We introduce this restriction with the following dependency
# statement.
depends_on('hdf5+szip')
depends_on('hdf5@:1.10+szip')
depends_on('szip')
# ESMF is only required at runtime (for ESMF_regridding.ncl)