-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
BUG: f2py does not generate wrappers for modules when compiling multiple files (regression) #25337
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for the report @andrea-bia, will take a look this weekend. It is indeed a bug, and the older behavior was correct. |
HaoZeke
added a commit
to HaoZeke/numpy
that referenced
this issue
Dec 10, 2023
Co-authored-by: andrea-bia <andrea-bia@users.noreply.github.com>
HaoZeke
added a commit
to HaoZeke/numpy
that referenced
this issue
Dec 10, 2023
charris
pushed a commit
to charris/numpy
that referenced
this issue
Dec 22, 2023
Co-authored-by: andrea-bia <andrea-bia@users.noreply.github.com>
charris
pushed a commit
to charris/numpy
that referenced
this issue
Dec 22, 2023
HaoZeke
added a commit
to HaoZeke/numpy
that referenced
this issue
Nov 4, 2024
charris
pushed a commit
to charris/numpy
that referenced
this issue
Nov 17, 2024
Closed
ArvidJB
pushed a commit
to ArvidJB/numpy
that referenced
this issue
Jan 8, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the issue:
In the latest version (2.0.0.dev0+git20231201.44570a8) of the codebase, I have observed a regression regarding the access to module variables when compiling more fortran files.
Specifically, after compiling two Fortran files:
data.F90
and
use_data.F90
with the command:
we cannot access
example.data
:2.0.0.dev0+git20231201.44570a8
But we can in version 1.26.2:
1.26.2
This appears related to this added to fix this bug regarding common blocks.
I don't think the observed behavior is intentional in general but please let me know if I am missing something.
Reproduce the code example:
Error message:
No response
Python and NumPy Versions:
2.0.0.dev0+git20231201.44570a8
3.12.0 (main, Oct 2 2023, 00:00:00) [GCC 13.2.1 20230918 (Red Hat 13.2.1-3)]
Runtime Environment:
No response
Context for the issue:
No response
The text was updated successfully, but these errors were encountered: