Skip to content

Commit

Permalink
nc42
Browse files Browse the repository at this point in the history
  • Loading branch information
mjreno authored and mjreno committed Sep 12, 2023
1 parent a785b5e commit 38464d4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ jobs:
#./configure --enable-static --disable-shared --disable-dap --disable-examples --disable-v2 --disable-utilities --disable-testsets
#LDFLAGS=-no-undefined ./configure --disable-dap --disable-examples --disable-v2 --disable-utilities --disable-testsets --disable-static --enable-shared --prefix=${HOME}/environments/netcdf-c
#LDFLAGS=-no-undefined ./configure --disable-dap --disable-examples --disable-v2 --disable-utilities --disable-testsets --disable-static --enable-shared
LDFLAGS=-no-undefined ./configure --disable-static --enable-shared --disable-dap --disable-examples --disable-v2 --disable-utilities --disable-testsets
#echo "LDFLAGS=-no-undefined" >> $GITHUB_ENV
./configure --enable-static --disable-shared --disable-dap --disable-examples --disable-v2 --disable-utilities --disable-testsets --prefix=${HOME}/environments/netcdf-c
make install
which nc-config
nc-config --all
Expand All @@ -100,8 +101,8 @@ jobs:
#cd $HOME/netcdf-fortran-4.6.0
cd netcdf-fortran-4.6.0
#LIBS="$(nc-config --libs)" ./configure --enable-static --disable-shared
#LIBS="$(nc-config --libs)" ./configure --disable-static --enable-shared --prefix=${HOME}/environments/netcdf-f
LIBS="$(nc-config --libs)" ./configure --disable-static --enable-shared
LIBS="$(nc-config --libs)" ./configure --enable-static --disable-shared --prefix=${HOME}/environments/netcdf-f
#LIBS="$(nc-config --libs)" ./configure --disable-static --enable-shared
make install
which nf-config
nf-config --all
Expand Down

0 comments on commit 38464d4

Please sign in to comment.