Skip to content

Commit

Permalink
ci test 8
Browse files Browse the repository at this point in the history
  • Loading branch information
mjreno authored and mjreno committed Nov 11, 2023
1 parent df2e93e commit 4b28655
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 @@ -81,6 +81,7 @@ elif fc_id == 'intel'
compile_args += ['-fpe0', # Activate all floating point exceptions
'-no-heap-arrays',
'-traceback',
'-fpp',
'-diag-disable:7416', # f2008 warning
'-diag-disable:7025', # f2008 warning
'-diag-disable:5268', # Line too long
Expand Down Expand Up @@ -194,7 +195,7 @@ if netcdf.found()
with_netcdf = true
extra_cmp_args += [ '-D__WITH_NETCDF__' ]
dependencies += [ netcdf ]
add_project_dependencies(netcdf, language: 'fortran')
#add_project_dependencies(netcdf, language: 'fortran')
else
with_netcdf = false
endif
Expand Down

0 comments on commit 4b28655

Please sign in to comment.