We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Building Scipy with Meson, I found I needed to rebuild OpenBLAS with mingw-w64, using the new UCRT linkage.
https://github.com/matthew-brett/openblas-libs/blob/ucrt-build/build_openblas.ps1
In particular, I got the compiler from the rtools, installed with:
choco install rtools
but that is, I believe, equivalent to the latest mingw-w64 UCRT compiler chain.
Would it be reasonable to use that toolchain for the standard CI compile here?
The text was updated successfully, but these errors were encountered:
We have moved our windows builds to visual 2017 and are on the cusp of moving to 2019, so as I understand UCRT would be fine.
Sorry, something went wrong.
I think I've cracked this one, with #82
Closing, #82 was merged
Successfully merging a pull request may close this issue.
Building Scipy with Meson, I found I needed to rebuild OpenBLAS with mingw-w64, using the new UCRT linkage.
https://github.com/matthew-brett/openblas-libs/blob/ucrt-build/build_openblas.ps1
In particular, I got the compiler from the rtools, installed with:
but that is, I believe, equivalent to the latest mingw-w64 UCRT compiler chain.
Would it be reasonable to use that toolchain for the standard CI compile here?
The text was updated successfully, but these errors were encountered: