Skip to content

Commit

Permalink
netcdf ubuntu ci 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mjreno authored and mjreno committed Jul 20, 2023
1 parent 737ea79 commit 7ee0ccb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/a3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,9 @@ jobs:
export PATH="/home/runner/openmpi/bin:$PATH"
export CC=/home/runner/openmpi/bin/mpicc
wget https://github.com/Unidata/netcdf-fortran/archive/v4.5.3.tar.gz &> /dev/null
tar -xzf v4.5.3.tar.gz
file v4.5.3.tar.gz
#tar -xzf v4.5.3.tar.gz
tar -xf v4.5.3.tar.gz
pushd netcdf-fortran-4.5.3
./configure --prefix=/home/runner/netcdf-fortran
make -j
Expand Down

0 comments on commit 7ee0ccb

Please sign in to comment.