BUG: fix broken numpy.distutils Fortran handling#23066
Conversation
The `Path` and `COMMON_FIXED_EXTENSIONS` variables were not defined at all. This code is untested, and SciPy doesn't build with NumPy `main` before this fix. The issue was introduced a few days ago in numpygh-22885.
|
The debug crash I'm not sure about, seems unlikely to be related but it hasn't happened on other PRs recently. The Cygwin failure seems relevant, lots of |
The actual output in the GitHub UI gets truncated, so with `-vv` it is not possible to see what failed without downloading the log as a zip file. [skip circle] [skip azp] [skip cirrus]
|
The and the Cygwin job also doesn't pass. So there is more wrong than just missing variables probably. Let's see if a revert is happier (see gh-23067). |
|
Cygwin just had a release, on Jan 17, and then another bugfix one last night (Jan 22): http://mirrors.kernel.org/sourceware/cygwin/x86_64/. So that's probably the cause here. And the |
|
Okay, CI jobs are consistently failing. I'm going to ignore that, merge this PR, and open follow-up issues for Cygwin and the debug job. Having Fortran support for |
That's usually |
The
PathandCOMMON_FIXED_EXTENSIONSvariables were not defined at all. This code is untested, and SciPy doesn't build with NumPymainbefore this fix. The issue was introduced a few days ago in gh-22885.