Skip to content

Commit

Permalink
ci3
Browse files Browse the repository at this point in the history
  • Loading branch information
mjreno authored and mjreno committed Sep 18, 2023
1 parent d2a0c4d commit 75e262f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,8 @@ if build_machine.system() != 'windows'
netcdf = dependency('netcdf', language : 'fortran', required : false)
else
#nc_dir = meson.project_source_root() / '..' / 'ncf' / 'netcdf-fortran-4.6.0' / 'fortran'
t_dir = meson.project_source_root()
message('t_dir:', t_dir)
nc_dir = / 'c' / 'Users' / 'runneradmin' / 'micromamba' / 'envs' / 'modflow6' / 'Library' / 'bin'
nc_incdir = / 'c' / 'Users' / 'runneradmin' / 'micromamba' / 'envs' / 'modflow6' / 'Library' / 'include'
#ncc_incdir = meson.project_source_root() / '..' / '..' / '..' / '_temp' / 'msys64' / 'mingw64' / 'include'
Expand Down

0 comments on commit 75e262f

Please sign in to comment.