Skip to content

Commit

Permalink
nc41
Browse files Browse the repository at this point in the history
  • Loading branch information
mjreno authored and mjreno committed Sep 12, 2023
1 parent 77c02e1 commit a785b5e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ 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
./configure --disable-static --enable-shared --disable-dap --disable-examples --disable-v2 --disable-utilities --disable-testsets
LDFLAGS=-no-undefined ./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 Expand Up @@ -478,8 +478,10 @@ jobs:
uses: mamba-org/setup-micromamba@v1
with:
environment-file: modflow6/environment.yml
extra-specs: |
create-args: >-
netcdf-fortran
#extra-specs: |
# netcdf-fortran
init-shell: >-
bash
powershell
Expand Down

0 comments on commit a785b5e

Please sign in to comment.