Skip to content

Commit

Permalink
no _ssrfpack_f2pywrappers.f
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Mather committed Nov 21, 2023
1 parent c31c165 commit 74a663f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ stripack_source = custom_target('_stripackmodule.c',

srfpack_source = custom_target('_srfpackmodule.c',
input : ['src/srfpack.pyf'], # .f so no F90 wrappers
output : ['_srfpackmodule.c', '_srfpack-f2pywrappers.f'],
output : ['_srfpackmodule.c'],
command : [py, '-m', 'numpy.f2py', '@INPUT@']
)

Expand Down

0 comments on commit 74a663f

Please sign in to comment.