Skip to content

Commit

Permalink
ci4
Browse files Browse the repository at this point in the history
  • Loading branch information
mjreno authored and mjreno committed Sep 19, 2023
1 parent 742ecd1 commit d60798f
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 @@ -87,9 +87,10 @@ jobs:
echo $PATH
echo "LIBS:"
echo $LIBS
wget https://github.com/Unidata/netcdf-c/archive/refs/tags/v4.9.0.zip
unzip v4.9.0.zip
cd netcdf-c-4.9.0
#wget https://github.com/Unidata/netcdf-c/archive/refs/tags/v4.9.0.zip
wget https://github.com/Unidata/netcdf-c/archive/refs/tags/v4.9.2.zip
unzip v4.9.2.zip
cd netcdf-c-4.9.2
#LDFLAGS="-Wl,-no-undefined" ./configure --enable-shared --disable-dap --disable-examples --disable-v2 --disable-utilities --disable-testsets
LDFLAGS="-Wl,-no-undefined,--export-all-symbols" ./configure --enable-shared --disable-static --disable-dap --disable-testsets --disable-examples --disable-utilities
#LDFLAGS="-Wl,-no-undefined" ./configure --enable-shared --disable-dap --disable-examples --disable-v2 --disable-utilities --disable-testsets
Expand Down

0 comments on commit d60798f

Please sign in to comment.