We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9522a57 commit c952ab5Copy full SHA for c952ab5
1 file changed
scripts/build_conduit/build_conduit.sh
@@ -240,7 +240,7 @@ if [ ! -d ${hdf5_install_dir} ]; then
240
if ${build_hdf5}; then
241
if [ ! -f ${hdf5_tarball} ]; then
242
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}
+ 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}
244
fi
245
if [ ! -d ${hdf5_src_dir} ]; then
246
echo "**** Extracting ${hdf5_tarball}"
0 commit comments