diff options
Diffstat (limited to 'doc/source/f2py/usage.rst')
-rw-r--r-- | doc/source/f2py/usage.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/source/f2py/usage.rst b/doc/source/f2py/usage.rst index 332cc5bce..dbd33e36e 100644 --- a/doc/source/f2py/usage.rst +++ b/doc/source/f2py/usage.rst @@ -224,6 +224,9 @@ Other options Run quietly. ``--verbose`` Run with extra verbosity. + ``--skip-empty-wrappers`` + Do not generate wrapper files unless required by the inputs. + This is a backwards compatibility flag to restore pre 1.22.4 behavior. ``-v`` Print the F2PY version and exit. @@ -289,4 +292,4 @@ packages directory for the version of Python you are using. For the resulting package to work, you need to create a file named ``__init__.py`` (in the same directory as ``add.pyf``). Notice the extension module is defined entirely in terms of the ``add.pyf`` and ``add.f`` files. The -conversion of the .pyf file to a .c file is handled by `numpy.distutils`.
\ No newline at end of file +conversion of the .pyf file to a .c file is handled by `numpy.distutils`. |