Skip to content

Commit

Permalink
change to testing with latest HDF5
Browse files Browse the repository at this point in the history
  • Loading branch information
brtnfld committed May 30, 2024
1 parent 80e390e commit 29a5211
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
export ABT_DIR=$mydir/argobots
export VOL_DIR=$mydir
# Compile HDF5
# Download and Compile latest release of HDF5
wget https://github.com/HDFGroup/hdf5/releases/latest/download/hdf5.tar.gz
tar xzf hdf5.tar.gz
ln -sf hdf5* hdf5
ln -sf hdf5-* hdf5
mkdir $HDF5_DIR
cd hdf5
export HDF5_LIBTOOL=/usr/bin/libtoolize
Expand Down

0 comments on commit 29a5211

Please sign in to comment.