Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 578 Bytes

24532.new_feature.rst

File metadata and controls

12 lines (9 loc) · 578 Bytes

meson backend for f2py

f2py in compile mode (i.e. f2py -c) now accepts the --backend meson option. This is the default option for Python 3.12 on-wards. Older versions will still default to --backend distutils.

To support this in realistic use-cases, in compile mode f2py takes a --dep flag one or many times which maps to dependency() calls in the meson backend, and does nothing in the distutils backend.

There are no changes for users of f2py only as a code generator, i.e. without -c.