Skip to content

Commit

Permalink
adding HDF5
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Aug 24, 2020
1 parent ab77827 commit ae45f2b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/a3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,11 @@ jobs:
- name: build-hdf5
if: steps.cache-hdf5.outputs.cache-hit != 'true'
run: |
export CC=mpicc
set -x
ls -l /home/runner/openmpi/bin
export PATH="/home/runner/openmpi/bin:$PATH"
echo $PATH
export CC=mpicc
wget https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.6/src/hdf5-1.10.6.tar.gz &> /dev/null
tar -xzf hdf5-1.10.6.tar.gz
pushd hdf5-1.10.6
Expand Down

0 comments on commit ae45f2b

Please sign in to comment.