BUG: f2py
generates incorrect wrapper files when passed -m
and a .pyf
#25182
Labels
f2py
generates incorrect wrapper files when passed -m
and a .pyf
#25182
Note that when
-c
is passed, the relevant bug is that it will not compile a working module and is reported at #22819.Consider:
Which can be used with
f2py
very easily:So far so good, and now the user can modify the
.pyf
.Consider what happens next though:
... which is incredibly confusing, and downright wrong, if the user modified the
.pyf
.What should happen is that
-m blah
should be ignored in favor of the.pyf
file which already has the module name and other information.The text was updated successfully, but these errors were encountered: