Skip to content

Commit c952ab5

Browse files
committed
restore new hdf5 dl url
1 parent 9522a57 commit c952ab5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/build_conduit/build_conduit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ if [ ! -d ${hdf5_install_dir} ]; then
240240
if ${build_hdf5}; then
241241
if [ ! -f ${hdf5_tarball} ]; then
242242
echo "**** Downloading ${hdf5_tarball}"
243-
curl -L https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-${hdf5_short_version}/hdf5-${hdf5_middle_version}/src/hdf5-${hdf5_version}.tar.gz -o ${hdf5_tarball}
243+
curl -L https://support.hdfgroup.org/releases/hdf5/v${hdf5_short_version}/v${hdf5_middle_version}/downloads/hdf5-${hdf5_version}.tar.gz -o ${hdf5_tarball}
244244
fi
245245
if [ ! -d ${hdf5_src_dir} ]; then
246246
echo "**** Extracting ${hdf5_tarball}"

0 commit comments

Comments
 (0)