-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
[CompilerSupportLibraries_jll] Upgrade to v1.0.5 #50135
Conversation
This build includes a fix from GCC 12.2 for a bug in libgomp 12.1 which was causing frequent crashes on Windows in third-party libraries.
What is the test procedure? |
@mkitti confirmed on slack that with this branch XGBoost doesn't crash and all tests here are green, so I'm going to merge this PR so that people can use again external libraries on Windows, at least on nightly until 1.9.2 is released. |
Will this definitely land on 1.9.2? I don't see any tag yet. |
This PR does have the backport 1.9 label. |
This build includes a fix from GCC 12.2 for a bug in libgomp 12.1 which was causing frequent crashes on Windows in third-party libraries. (cherry picked from commit a81398f)
This build includes a fix from GCC 12.2 for a bug in libgomp 12.1 which was causing frequent crashes on Windows in third-party libraries.
Quoting from JuliaPackaging/BinaryBuilderBase.jl#313
Fix #48187, fix #48907, fix #48573.