Skip to content

Commit d35b1b5

Browse files
authored
Merge pull request #3009 from WardF/h5-min-ver.wif
Bump incorrect minimum HDF5 version to 1.8.15.
2 parents 411f791 + 5d3218d commit d35b1b5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

INSTALL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ full functionality. (See \ref architecture).
8080
Requirements {#netcdf_requirements}
8181
----------------------------------
8282

83-
* HDF5 1.8.9 (netcdf-4 support)
83+
* HDF5 1.8.15 (netcdf-4 support)
8484
* zlib 1.2.5
8585
* curl 7.18.0 (DAP support)
8686

@@ -100,7 +100,7 @@ Building with netCDF-4 and the Remote Data Client {#build_default}
100100

101101
The usual way of building netCDF requires the HDF5, zlib, and curl
102102
libraries. (And, optionally, the szlib library). Versions required are
103-
at least HDF5 1.8.9, zlib 1.2.5, and curl 7.18.0 or later.
103+
at least HDF5 1.8.15, zlib 1.2.5, and curl 7.18.0 or later.
104104
(Optionally, if building with szlib, get szip 2.0 or later.)
105105

106106
These packages are available at:
@@ -332,7 +332,7 @@ For example, one user reports that she can build other applications
332332
with netCDF-4 by setting the LIBS environment variable:
333333

334334
~~~
335-
LIBS='-L/X/netcdf-4.0/lib -lnetcdf -L/X/hdf5-1.8.9/lib -lhdf5_hl -lhdf5 -lz -lm -L/X/szip-2.1/lib -lsz'
335+
LIBS='-L/X/netcdf-4.0/lib -lnetcdf -L/X/hdf5-1.8.15/lib -lhdf5_hl -lhdf5 -lz -lm -L/X/szip-2.1/lib -lsz'
336336
~~~
337337

338338
For shared builds, only -lnetcdf is needed. All other libraries will

0 commit comments

Comments
 (0)