Skip to content

Commit

Permalink
[JMT] Update HDF5 to v 1.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jmanzanero committed Aug 15, 2024
1 parent b275ddc commit 1cf4b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/third-party/hdf5.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ if ( ${BUILD_HDF5} )

ExternalProject_Add(hdf5
GIT_REPOSITORY https://github.com/HDFGroup/hdf5.git
GIT_TAG hdf5-1_13_2 # we use this branch because latest ones require cmake 3.18...
GIT_TAG hdf5-1_14_3 # we use this branch because latest ones require cmake 3.18...
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=${THIRD_PARTY_DIR}/lion/thirdparty -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=${CMAKE_C_COMPILER} -DCMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER} -DBUILD_TESTING=No -DBUILD_SHARED_LIBS=No -DBUILD_STATIC_LIBS=Yes -DHDF5_BUILD_CPP_LIB=Yes -DHDF5_ENABLE_Z_LIB_SUPPORT=Yes -DHDF5_ENABLE_SZIP_SUPPORT=Yes
PREFIX "${THIRD_PARTY_DIR}/hdf5"
SOURCE_DIR ${THIRD_PARTY_DIR}/hdf5/source
Expand Down

0 comments on commit 1cf4b9a

Please sign in to comment.