From 4633affeae2d9be7fd1cbaea61121782718212b3 Mon Sep 17 00:00:00 2001 From: Steven Hahn Date: Thu, 1 Dec 2022 13:56:35 -0500 Subject: [PATCH] Add HDF5 minimum version to README Signed-off-by: Steven Hahn --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8466006f..8f6355c7a 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ particular emphasis is placed on code quality and reproducibility. * CMake v3.17.0 or later, build utility, http://www.cmake.org * BLAS/LAPACK, numerical library. Use vendor and platform-optimized libraries. * LibXml2, XML parser, http://xmlsoft.org/ - * HDF5, portable I/O library, http://www.hdfgroup.org/HDF5/ + * HDF5 v1.10.0 or later, portable I/O library, http://www.hdfgroup.org/HDF5/ * BOOST v1.61.0 or newer, peer-reviewed portable C++ source libraries, http://www.boost.org * FFTW, FFT library, http://www.fftw.org/ * MPI, parallel library. Optional, but a near requirement for production calculations.