Skip to content

Commit

Permalink
Removed numpy C-API deprecation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
scottransom committed Jun 22, 2024
1 parent 726c9e7 commit 64b66f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/fftfit_src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ fftfit_module = custom_target('fftfit_module',
py3.extension_module('fftfit',
[fftfit_module, fortranobject_c, 'brent.f', 'cprof.f', 'fccf.f', 'ffft.f', 'fftfit.f'],
include_directories: [inc_np, inc_f2py],
c_args: [numpy_nodepr_api, '-Wno-unused-variable'],
c_args: ['-Wno-unused-variable'],
dependencies : py3_dep,
link_language: 'fortran',
subdir: 'presto',
Expand Down

0 comments on commit 64b66f3

Please sign in to comment.