-
-
Notifications
You must be signed in to change notification settings - Fork 11.7k
Closed
Milestone
Description
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 versionsError 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