Skip to content

Commit

Permalink
Updated HDF5 to 1.13.2 (the link to 1.13.1 has been removed)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAce committed Sep 15, 2022
1 parent 409d6c8 commit d511fef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cmake/external_hdf5/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,10 @@ endif()

ExternalProject_Add(external_hdf5
# URL https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.12/hdf5-1.12.1/src/hdf5-1.12.1.tar.gz
URL https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.13/hdf5-1.13.1/src/hdf5-1.13.1.tar.gz
URL https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.13/hdf5-1.13.2/src/hdf5-1.13.2.tar.gz
# URL_MD5 e4f057f0a3eb4237c7799605357a584d # 1.12.1
URL_MD5 1daffd4662ba2207a96a93272244bb77 # 1.13.1
# URL_MD5 1daffd4662ba2207a96a93272244bb77 # 1.13.1
URL_MD5 660ecb46a65e455438f7933ed1c6c403 # 1.13.2
PREFIX ${CMAKE_BINARY_DIR}
# We need a patch here to get HDF5 to export zlib and szip as public dependencies on both static and shared targets
PATCH_COMMAND ${CMAKE_COMMAND} -P ${CMAKE_CURRENT_LIST_DIR}/hdf5-link-public.patch.cmake
Expand Down

0 comments on commit d511fef

Please sign in to comment.