You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apologies, I've just now seen that this was due to an infrastructure change that accidentally caused a very old version of flang to get pulled in. Once a current-generation LLVM flang is used, things work again as expected. Sorry for the noise, and thanks for the quick help! 🙏
Describe the bug
I've built meson 1.6.0rc1 for conda-forge, in order to test it against the scipy build: conda-forge/scipy-feedstock#287
We had a working build on windows based on v1.5.2 (including a backport of #13323), however, meson 1.6.0rc1 runs into:
The fact that the build tries to link to
pgmath
is a dead give-away that we've fallen into the wrong flang compiler class:meson/mesonbuild/compilers/fortran.py
Line 461 in 7396839
Not idea yet what broke this.
To Reproduce
Run the build for conda-forge/scipy-feedstock#287
Expected behavior
A passing build (as was the case with #13323 applied on top of 1.5.2)
system parameters
meson --version
ninja --version
if it's a Ninja buildCC @rgommers
The text was updated successfully, but these errors were encountered: