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 4190832 commit 80e390e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ jobs:
export ABT_DIR=$mydir/argobots
export VOL_DIR=$mydir
mkdir $HDF5_DIR
# Compile HDF5
wget https://github.com/HDFGroup/hdf5/releases/latest/download/hdf5.tar.gz
tar xzf hdf5.tar.gz
ln -sf hdf5* hdf5
mkdir $HDF5_DIR
cd hdf5
export HDF5_LIBTOOL=/usr/bin/libtoolize
./autogen.sh
Expand Down

0 comments on commit 80e390e

Please sign in to comment.