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 1948401 commit 9d01484
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,8 @@ jobs:
#echo "FIXED"
#cat /D/a/_temp/msys64/mingw64/lib/pkgconfig/netcdf.pc
#cat /D/a/_temp/msys64/mingw64/lib/pkgconfig/netcdf-fortran.pc
#echo "PWD:"
#pwd
#echo "PWD/..:"
#ls -l ..
echo "PWD:"
pwd
echo "find libnetcdff:"
find ../ncf | grep -i libnetcdff
#echo "ls -l ../netcdf/lib/libnetcdff.a:"
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +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' / '.libs'
netcdf = fc.find_library('libnetcdff', dirs: [ nc_dir ], required : true, static : true)
message('nc_dir:', nc_dir)
netcdf = fc.find_library('libnetcdff', dirs: [ nc_dir ], required : true, static : true)
endif
#netcdf = dependency('netcdf', language : 'fortran', required : false)
if netcdf.found()
Expand Down

0 comments on commit 9d01484

Please sign in to comment.