Skip to content

Commit

Permalink
Merge branch 'smalton/DOR-490-hdf5-win-cdn' into 'master'
Browse files Browse the repository at this point in the history
DOR-490: Update download link for windows hdf5

Closes DOR-490

See merge request machine-learning/dorado!773
  • Loading branch information
tijyojwad committed Dec 18, 2023
2 parents 2048ad5 + 91ea9c1 commit 55d09f9
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 @@ -35,7 +35,7 @@ elseif(WIN32)
execute_process(COMMAND cmake --build ${HDF5_ZLIB_BUILD_DIR} --config Release --target install)

# HDF5 itself
download_and_extract(https://nanoporetech.box.com/shared/static/h5u267duw3sa4l814yirmxamx3hgouwp.zip ${HDF_VER})
download_and_extract(https://cdn.oxfordnanoportal.com/software/analysis/${HDF_VER}-win.zip ${HDF_VER})
endif()

list(APPEND CMAKE_PREFIX_PATH ${HDF5_ZLIB_INSTALL_DIR})
Expand Down

0 comments on commit 55d09f9

Please sign in to comment.