Skip to content

Commit

Permalink
update to hdf5-1.10.0-1-aarch64 with no 4kb page size limitation
Browse files Browse the repository at this point in the history
  • Loading branch information
iiSeymour committed Nov 13, 2024
1 parent affea85 commit b4ecb9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/HDF5.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ option(DYNAMIC_HDF "Link HDF as dynamic libs" OFF)
if((CMAKE_SYSTEM_NAME STREQUAL "Linux") AND (CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64"))
# download the pacakge for arm, we want to package this due to hdf5's dependencies
set(DYNAMIC_HDF ON)
set(HDF_VER hdf5-1.10.0-aarch64)
set(HDF_VER hdf5-1.10.0-1-aarch64)
download_and_extract(https://cdn.oxfordnanoportal.com/software/analysis/${HDF_VER}.zip ${HDF_VER})
list(PREPEND CMAKE_PREFIX_PATH ${DORADO_3RD_PARTY_DOWNLOAD}/${HDF_VER}/${HDF_VER})

Expand Down

0 comments on commit b4ecb9c

Please sign in to comment.