Skip to content

Commit

Permalink
ci2
Browse files Browse the repository at this point in the history
  • Loading branch information
mjreno authored and mjreno committed Sep 14, 2023
1 parent 0145674 commit 1948401
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ jobs:
with:
environment-file: modflow6/environment.yml
create-args: >-
netcdf-fortran
#netcdf-fortran
pkg-config
init-shell: >-
bash
Expand Down
1 change: 1 addition & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ if build_machine.system() != 'windows'
else
nc_dir = meson.project_source_root() / 'ncf' / 'netcdf-fortran-4.6.0' / 'fortran' / '.libs'
netcdf = fc.find_library('libnetcdff', dirs: [ nc_dir ], required : true, static : true)
message('nc_dir:', nc_dir)
endif
#netcdf = dependency('netcdf', language : 'fortran', required : false)
if netcdf.found()
Expand Down

0 comments on commit 1948401

Please sign in to comment.