Skip to content

Consider modern mingw-w64 UCRT build #68

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

Closed
matthew-brett opened this issue Dec 6, 2021 · 3 comments
Closed

Consider modern mingw-w64 UCRT build #68

matthew-brett opened this issue Dec 6, 2021 · 3 comments

Comments

@matthew-brett
Copy link
Contributor

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?

@mattip
Copy link
Collaborator

mattip commented May 7, 2022

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.

@matthew-brett
Copy link
Contributor Author

I think I've cracked this one, with #82

@mattip
Copy link
Collaborator

mattip commented Nov 17, 2022

Closing, #82 was merged

@mattip mattip closed this as completed Nov 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants