summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/release/upcoming_changes/21187.new_feature.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/release/upcoming_changes/21187.new_feature.rst b/doc/release/upcoming_changes/21187.new_feature.rst
new file mode 100644
index 000000000..9ca3b42bd
--- /dev/null
+++ b/doc/release/upcoming_changes/21187.new_feature.rst
@@ -0,0 +1,6 @@
+optionally deterministic output files for F2PY
+----------------------------------------------
+``f2py`` now accepts the ``--empty-gen`` flag for producing all possible output
+files, namely: ``modname-f2pywrappers.f``, ``modname-f2pywrappers2.f90``. This
+allows writing generic output rules in ``cmake`` or ``meson`` and other build
+systems. :ref:`f2py-meson` details usage.