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 889dc7c commit 9a1d725
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install libtool libopenmpi-dev zlib1g-dev python3
- name: Checkout latest HDF5 release
run: |
wget https://github.com/HDFGroup/hdf5/releases/latest/download/hdf5.tar.gz
tar xzf hdf5.tar.gz
ln -sf hdf5-* hdf5
- name: Installation
run: |
Expand All @@ -36,11 +42,6 @@ jobs:
export ABT_DIR=$mydir/argobots
export VOL_DIR=$mydir
# Download and Compile latest release of HDF5
wget https://github.com/HDFGroup/hdf5/releases/latest/download/hdf5.tar.gz
tar xzf hdf5.tar.gz
ls -aolF
ln -sf hdf5-* hdf5
mkdir $HDF5_DIR
cd hdf5
export HDF5_LIBTOOL=/usr/bin/libtoolize
Expand Down

0 comments on commit 9a1d725

Please sign in to comment.