Skip to content
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

Build julia with MSYS2 #46139

Closed
inkydragon opened this issue Jul 22, 2022 · 0 comments · Fixed by #46140
Closed

Build julia with MSYS2 #46139

inkydragon opened this issue Jul 22, 2022 · 0 comments · Fixed by #46140
Labels
building Build system, or building Julia or its dependencies system:windows Affects only Windows

Comments

@inkydragon
Copy link
Member

Compiling with MinGW/MSYS2

Compiling Julia from source using MSYS2 has worked in the past but is not actively supported. Pull requests to restore support would be welcome. See a past version of this file for the former instructions for compiling using MSYS2.

—— devdocs/build/windows.md

MSYS2 have toolchains available out of the box, including MINGW64/32, CLANG64/32, UCRT64 (gcc+ucrt).
And it has a pacman-based package management system.

Re-adding support for building julia with MSYS2 would be useful to simplify building steps on windows.

@inkydragon inkydragon added building Build system, or building Julia or its dependencies system:windows Affects only Windows labels Jul 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
building Build system, or building Julia or its dependencies system:windows Affects only Windows
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant