Skip to content

Commit

Permalink
update HDF5 url (#505)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeplf authored Oct 8, 2024
1 parent 04f2274 commit ec7ef9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/hdf5-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function download_unpack_hdf5 {
local name=CMake-hdf5-$UNIXY_HDF5_VERSION.tar.gz
if [[ ! -e $name ]]; then
echo "Downloading & unpacking HDF5 ${UNIXY_HDF5_VERSION}"
curl -fsSLO "https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-${UNIXY_HDF5_VERSION%.*}/hdf5-$UNIXY_HDF5_VERSION/src/$name"
curl -fsSLO "https://hdf-wordpress-1.s3.amazonaws.com/wp-content/uploads/manual/HDF5/HDF5_${UNIXY_HDF5_VERSION//\./_}/src/$name"
fi
tar xzf "$name"
popd
Expand Down

0 comments on commit ec7ef9b

Please sign in to comment.