Skip to content

Commit

Permalink
t1
Browse files Browse the repository at this point in the history
  • Loading branch information
mjreno authored and mjreno committed Jan 7, 2025
1 parent 748e665 commit 08a4166
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ endif
with_netcdf = false
if is_netcdf_build
#netcdff = dependency('netcdf', language : 'fortran', static: false, required : true)
netcdff_libdir = netcdff_compiled_abs / 'fortran'
netcdff = fc.find_library('netcdff', dirs: netcdff_libdir, static: false, required : true)
if netcdff.found()
with_netcdf = true
Expand All @@ -203,7 +204,7 @@ if is_netcdf_build
'..' / netcdfc_compiled_rel / 'include',
'..' / netcdff_compiled_rel / 'fortran'
]
netcdff_libdir = netcdff_compiled_abs / 'fortran'
#netcdff_libdir = netcdff_compiled_abs / 'fortran'
#lnetcdff = fc.find_library('netcdff', dirs: netcdff_libdir, static: false, required : true)
#dependencies += [ lnetcdff ]
endif
Expand Down

0 comments on commit 08a4166

Please sign in to comment.