Skip to content

Commit

Permalink
t9
Browse files Browse the repository at this point in the history
  • Loading branch information
mjreno authored and mjreno committed Feb 6, 2025
1 parent 1a96a15 commit 0842994
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,11 @@ if is_netcdf_build
netcdff = declare_dependency(
dependencies : [netcdfc_lib, netcdff_lib],
#dependencies : [netcdff_lib],
link_with: [netcdfc_lib, netcdff_lib],
#link_with: [netcdfc_lib, netcdff_lib],
#link_whole:
#link_args: [-I${NFDIR}/include -L${NFDIR}/lib -lnetcdff],
#link_args: ['-L${NFDIR}/lib', '-lnetcdff'],
link_args : ['-L' + netcdfc_bindir, '-L' + netcdff_libdir, '-l' + 'netcdf', '-l' + 'netcdff'],
include_directories : [netcdfc_rincdir, netcdff_rlibdir])
dependencies += [ netcdfc_lib, netcdff_lib ]
#netcdfc = declare_dependency(
Expand Down

0 comments on commit 0842994

Please sign in to comment.