Skip to content

Commit

Permalink
nc40
Browse files Browse the repository at this point in the history
  • Loading branch information
mjreno authored and mjreno committed Sep 12, 2023
1 parent 2f89909 commit 77c02e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ jobs:
cd netcdf-c-4.9.0
#./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-dap --disable-examples --disable-v2 --disable-utilities --disable-testsets --disable-static --enable-shared
./configure --disable-static --enable-shared --disable-dap --disable-examples --disable-v2 --disable-utilities --disable-testsets
make install
which nc-config
nc-config --all
Expand Down

0 comments on commit 77c02e1

Please sign in to comment.