diff options
author | Ralf Gommers <ralf.gommers@gmail.com> | 2022-01-24 12:30:21 +0100 |
---|---|---|
committer | Ralf Gommers <ralf.gommers@gmail.com> | 2022-01-24 12:30:21 +0100 |
commit | 1e83f8355336bd722af3ae2608735fa53218ece9 (patch) | |
tree | 9cb65fd890d131e7b6a2b4b04797d07fb04711c9 /numpy/array_api/_elementwise_functions.py | |
parent | 6218e76bc590e9253ed8d4c4b18c74aa81332b15 (diff) | |
download | numpy-1e83f8355336bd722af3ae2608735fa53218ece9.tar.gz |
BUG: distutils: fix building mixed C/Fortran extensions
In SciPy we had a couple of cases where we build a Python extension
with C source files but linked against static libraries built from
Fortran code. Those should be using the Fortran linker, but this
was broken in 1.22.0 by gh-19713 (the PR that introduced C++ in NumPy).
This fixes a few issues in the `build_ext` command, and documents better
what is going on there.
Should close SciPy issues 8325 and 15414.
Diffstat (limited to 'numpy/array_api/_elementwise_functions.py')
0 files changed, 0 insertions, 0 deletions