From 5d3218d66fd3bfd6e5ab7c4074fdb87315df4ef9 Mon Sep 17 00:00:00 2001 From: Ward Fisher Date: Tue, 3 Sep 2024 11:01:56 -0600 Subject: [PATCH] Bump incorrect minimum HDF5 version to 1.8.15. --- INSTALL.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 47b5c384c5..807d86a5a5 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -80,7 +80,7 @@ full functionality. (See \ref architecture). Requirements {#netcdf_requirements} ---------------------------------- -* HDF5 1.8.9 (netcdf-4 support) +* HDF5 1.8.15 (netcdf-4 support) * zlib 1.2.5 * curl 7.18.0 (DAP support) @@ -100,7 +100,7 @@ Building with netCDF-4 and the Remote Data Client {#build_default} The usual way of building netCDF requires the HDF5, zlib, and curl libraries. (And, optionally, the szlib library). Versions required are -at least HDF5 1.8.9, zlib 1.2.5, and curl 7.18.0 or later. +at least HDF5 1.8.15, zlib 1.2.5, and curl 7.18.0 or later. (Optionally, if building with szlib, get szip 2.0 or later.) These packages are available at: @@ -332,7 +332,7 @@ For example, one user reports that she can build other applications with netCDF-4 by setting the LIBS environment variable: ~~~ -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' +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' ~~~ For shared builds, only -lnetcdf is needed. All other libraries will