Skip to content

Commit

Permalink
nc36
Browse files Browse the repository at this point in the history
  • Loading branch information
mjreno authored and mjreno committed Sep 12, 2023
1 parent f74c3ea commit 3b59ab9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ jobs:
cd ncc
wget https://github.com/Unidata/netcdf-c/archive/refs/tags/v4.9.0.zip
unzip v4.9.0.zip
cd $HOME/netcdf-c-4.9.0
#cd $HOME/netcdf-c-4.9.0
cd netcdf-c-4.9.0
./configure --enable-static --disable-shared --disable-dap --disable-examples --disable-v2 --disable-utilities --disable-testsets
make install
which nc-config
Expand All @@ -93,7 +94,8 @@ jobs:
cd ncf
wget https://github.com/Unidata/netcdf-fortran/archive/refs/tags/v4.6.0.zip
unzip v4.6.0.zip
cd $HOME/netcdf-fortran-4.6.0
#cd $HOME/netcdf-fortran-4.6.0
cd netcdf-fortran-4.6.0
LIBS="$(nc-config --libs)" ./configure --enable-static --disable-shared
make install
which nc-config
Expand Down

0 comments on commit 3b59ab9

Please sign in to comment.