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 75e262f commit b5f05bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ 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'
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'
ncc_libdir = meson.project_source_root() / '..' / '..' / '..' / '_temp' / 'msys64' / 'mingw64' / 'lib'
message('nc_dir:', nc_dir)
Expand Down

0 comments on commit b5f05bd

Please sign in to comment.