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 4402d81 commit 742ecd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
unzip v4.9.0.zip
cd netcdf-c-4.9.0
#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
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
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 Expand Up @@ -206,7 +206,7 @@ jobs:
#/d/a/modflow6/modflow6/modflow6/bin/mf6.exe --version
which mf6.exe
#mf6.exe
DYLD_LIBRARY_PATH=/d/a/modflow6/modflow6/modflow6/bin mf6.exe --version
mf6.exe --version
- name: Update flopy
working-directory: modflow6/autotest
Expand Down

0 comments on commit 742ecd1

Please sign in to comment.