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 d60798f commit 9c061b3
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 @@ -89,10 +89,11 @@ jobs:
echo $LIBS
#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
#wget https://github.com/Unidata/netcdf-c/archive/refs/tags/v4.8.1.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,--export-all-symbols" ./configure --enable-shared --disable-static --disable-dap --disable-testsets --disable-examples --disable-utilities --disable-libxml2
#LDFLAGS="-Wl,-no-undefined" ./configure --enable-shared --disable-dap --disable-examples --disable-v2 --disable-utilities --disable-testsets
echo "LD_LIBRARY_PATH=/d/a/_temp/msys64/mingw64/lib" >> $GITHUB_ENV
echo "PATH=/d/a/_temp/msys64/mingw64/bin:/d/a/modflow6/modflow6/ncc/include:/d/a/modflow6/modflow6/ncf/netcdf-fortran-4.6.0/fortran/.libs:/d/a/modflow6/modflow6/modflow6/bin" >> $GITHUB_ENV
Expand Down

0 comments on commit 9c061b3

Please sign in to comment.