ncl: constrain hdf5 dependency to version 1.10 (#29607)
This commit is contained in:
parent
17c1808ef7
commit
bab41de538
@ -79,7 +79,7 @@ class Ncl(Package):
|
|||||||
# support for netcdf-4, but the script assumes that hdf5 is compiled with
|
# support for netcdf-4, but the script assumes that hdf5 is compiled with
|
||||||
# szip support. We introduce this restriction with the following dependency
|
# szip support. We introduce this restriction with the following dependency
|
||||||
# statement.
|
# statement.
|
||||||
depends_on('hdf5+szip')
|
depends_on('hdf5@:1.10+szip')
|
||||||
depends_on('szip')
|
depends_on('szip')
|
||||||
|
|
||||||
# ESMF is only required at runtime (for ESMF_regridding.ncl)
|
# ESMF is only required at runtime (for ESMF_regridding.ncl)
|
||||||
|
Loading…
Reference in New Issue
Block a user