JuliaPackaging / BinaryBuilderBase.jl

https://juliapackaging.github.io/BinaryBuilderBase.jl/stable
MIT License
11 stars 31 forks source link

Update GCC 12.1 build for Windows to include libgomp fix #313

Closed giordano closed 1 year ago

giordano commented 1 year ago

Ref: https://github.com/JuliaLang/julia/issues/48187. @jd-foster found that this was due to https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105745, after applying the patch to our GCC 12.1 build @tylerjthomas9 reported that the new libgomp made tests of XGBoost.jl and LIBSVM.jl pass.

Other related issues:

Companion PR to https://github.com/JuliaPackaging/Yggdrasil/pull/6871.