Skip to content

Commit

Permalink
Update hdf5 patch version to support Apple silicon
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Hahn <[email protected]>
  • Loading branch information
quantumsteve committed Jun 12, 2024
1 parent 582c38d commit b25f53e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/io.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function (get_hdf5)
ExternalProject_Add (hdf5-ext
UPDATE_COMMAND ""
PREFIX contrib/hdf5
URL https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.5/src/hdf5-1.10.5.tar.bz2
URL https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.11/src/hdf5-1.10.11.tar.bz2
DOWNLOAD_NO_PROGRESS 1
CONFIGURE_COMMAND ${CMAKE_CURRENT_BINARY_DIR}/contrib/hdf5/src/hdf5-ext/autogen.sh
COMMAND ${CMAKE_CURRENT_BINARY_DIR}/contrib/hdf5/src/hdf5-ext/configure --prefix=${hdf5_contrib_path}
Expand Down

0 comments on commit b25f53e

Please sign in to comment.