@@ -80,7 +80,7 @@ full functionality. (See \ref architecture).
8080Requirements {#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
101101The usual way of building netCDF requires the HDF5, zlib, and curl
102102libraries. (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
106106These packages are available at:
@@ -332,7 +332,7 @@ For example, one user reports that she can build other applications
332332with 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
338338For shared builds, only -lnetcdf is needed. All other libraries will
0 commit comments