Skip to content

Commit

Permalink
try older HDF5 version
Browse files Browse the repository at this point in the history
  • Loading branch information
brtnfld committed Oct 14, 2024
1 parent 8dcce05 commit 3816995
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ubuntu_openmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@ jobs:
cd ${GITHUB_WORKSPACE}
echo "Install HDF5 on ${GITHUB_WORKSPACE}/HDF5"
rm -rf HDF5 ; mkdir HDF5 ; cd HDF5
wget -cq https://github.com/HDFGroup/hdf5/releases/latest/download/hdf5.tar.gz
tar -zxf hdf5.tar.gz
wget -cq https://github.com/HDFGroup/hdf5/releases/download/hdf5_1.14.4.3/hdf5-1.14.4-3.tar.gz
tar -zxf hdf5-1.14.4-3.tar.gz
#wget -cq https://github.com/HDFGroup/hdf5/releases/latest/download/hdf5.tar.gz
#tar -zxf hdf5.tar.gz
cd hdf5-*
./configure --prefix=${GITHUB_WORKSPACE}/HDF5 \
--silent \
Expand Down

0 comments on commit 3816995

Please sign in to comment.