8000 DOC: ``f2py`` CLI documentation enhancements by HaoZeke · Pull Request #25124 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

DOC: f2py CLI documentation enhancements #25124

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

Merged
merged 6 commits into from
Nov 13, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
MAINT: Remove absoft flag [skip ci]
Not handled outside distutils anyway
  • Loading branch information
HaoZeke committed Nov 12, 2023
commit 25527f9d51d86af736c98a1f231ae52284bd92a2
1 change: 0 additions & 1 deletion numpy/f2py/f2py2e.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@
Using the following macros may be required with non-gcc Fortran
compilers:
-DPREPEND_FORTRAN -DNO_APPEND_FORTRAN -DUPPERCASE_FORTRAN
-DUNDERSCORE_G77

When using -DF2PY_REPORT_ATEXIT, a performance report of F2PY
interface is printed out at exit (platforms: Linux).
Expand Down
0