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 3816995 commit 07837e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ubuntu_openmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,10 @@ jobs:
rm -rf HDF5 ; mkdir HDF5 ; cd HDF5
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
cd hdf5-1.14.4-3
#wget -cq https://github.com/HDFGroup/hdf5/releases/latest/download/hdf5.tar.gz
#tar -zxf hdf5.tar.gz
cd hdf5-*
#cd hdf5-*
./configure --prefix=${GITHUB_WORKSPACE}/HDF5 \
--silent \
--enable-parallel \
Expand Down

0 comments on commit 07837e9

Please sign in to comment.