Skip to content

Commit

Permalink
Merge pull request #12 from jhendersonHDF/master
Browse files Browse the repository at this point in the history
Update requirements to HDF5 1.14.0 rather than 1.13.0
  • Loading branch information
sbyna committed Oct 19, 2023
2 parents 69d0c16 + ff5c25e commit bcdb0f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ set(HDF5_VFD_GDS_EXT_LIB_DEPENDENCIES
#------------------------------------------------------------------------------
# Locate HDF5
#------------------------------------------------------------------------------
find_package(HDF5 1.13.0 NO_MODULE NAMES hdf5 COMPONENTS C shared)
find_package(HDF5 1.14.0 NO_MODULE NAMES hdf5 COMPONENTS C shared)
if(HDF5_FOUND)
set(HDF5_C_SHARED_LIBRARY hdf5-shared)
if(NOT TARGET ${HDF5_C_SHARED_LIBRARY})
Expand All @@ -109,7 +109,7 @@ if(HDF5_FOUND)
set(HDF5_VFD_GDS_USE_SYSTEM_CMAKE_HDF5 1)
else()
# Allow for HDF5 autotools builds
find_package(HDF5 1.13.0 MODULE REQUIRED)
find_package(HDF5 1.14.0 MODULE REQUIRED)
set(HDF5_VFD_GDS_EXT_INCLUDE_DEPENDENCIES
${HDF5_VFD_GDS_EXT_INCLUDE_DEPENDENCIES}
${HDF5_INCLUDE_DIRS}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ built as a plugin library that is external to HDF5.
To build the GDS VFD, the following libraries are required:

+ `libhdf5` - The [HDF5](https://www.hdfgroup.org/downloads/hdf5/) library.
Minimum version required is 1.13.0. HDF5 must be compiled with
Minimum version required is 1.14.0. HDF5 must be compiled with
support for parallel I/O if building the GDS VFD's tests. Shared
libraries must be enabled if loading the GDS VFD as an HDF5 plugin.

Expand Down

0 comments on commit bcdb0f3

Please sign in to comment.