8000 [f2py] BUG: missing Fortran modules in version 1.26.3 · Issue #25867 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

[f2py] BUG: missing Fortran modules in version 1.26.3 #25867

@mancellin

Description

@mancellin

Describe the issue:

I have a Python+Fortran library built with meson-python and f2py.

Something in version 1.26.3 is causing pip install --no-build-isolation . to compile incomplete binary extension where some Fortran modules are missing. (The ones with a filename starting with a capital letter, coincidentally?)

I browsed the list of commits but could not guess where the issue might come from. Do you have any clue?

The meson file: https://github.com/capytaine/capytaine/blob/df41fb23323f5b55ba4aed0c3f4667f86c25af11/meson.build

Reproduce the code example:

pip install --no-build-isolation .  # works on 1.26.2, not on 1.26.3
pip install .  # works on all versions

Error message:

No response

Python and NumPy Versions:

Python 3.11, Numpy 1.26.2 or 1.26.3

Runtime Environment:

No response

Context for the issue:

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0