Update for 'hdf5'. (#5790)

* Refactoring for 'hdf5'.

* Remove 'unsupported' variant.
This commit is contained in:
Sergey Kosukhin
2017-10-24 11:09:08 +02:00
committed by Todd Gamblin
parent c7ac4e3774
commit 161dca6d5d
2 changed files with 55 additions and 52 deletions

View File

@@ -83,7 +83,7 @@ class Netcdf(AutotoolsPackage):
# Required for NetCDF-4 support
depends_on("zlib@1.2.5:")
depends_on('hdf5')
depends_on('hdf5+hl')
# NetCDF 4.4.0 and prior have compatibility issues with HDF5 1.10 and later
# https://github.com/Unidata/netcdf-c/issues/250