Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Put back the missing download of hdf5
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Oct 3, 2023
1 parent 96429ee commit 0e86eaf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions buildscripts/build_hdf5.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ if [[ (-d ${DEPENDENCY_DIR}/hdfsrc) && (-f ${DEPENDENCY_DIR}/hdfsrc/README.md) ]
fi
fi

if [ ! -d ${DEPENDENCY_DIR}/hdfsrc ]; then
curl -s -L https://github.com/HDFGroup/hdf5/releases/download/hdf5-${HDF5_VER}/hdf5-${HDF5_VER}.tar.gz | tar xvz -C ${DEPENDENCY_DIR}
fi
printf "\n"
printf "*********************************************************\n"
printf "* BUILDING HDF5 LIBRARY *\n"
Expand Down

0 comments on commit 0e86eaf

Please sign in to comment.