-
Notifications
You must be signed in to change notification settings - Fork 559
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
libjulia_jll: add Julia 1.9, update 1.8 #4461
Conversation
164232c
to
2b4cb76
Compare
Build error for
UPDATE: Reported at JuliaLang/julia#44254 |
See JuliaLang/julia#44270 – unfortunately, I can't easily test this myself. |
|
I think you mean they are both not building in 1.8 and 1.9?
Also seeing this, not (yet) sure if it matters:
|
Looking at https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl/releases/download/LLVM_full-v13.0.1%2B0/LLVM_full.v13.0.1.x86_64-w64-mingw32-cxx11.tar.gz I see these DLLs:
So it is looking for |
We already do this:
|
Ahh but not for MingW. OK, then it is clear how to proceed, I guess... |
Co-authored-by: Mosè Giordano <mose@gnu.org>
b66c6f5
to
b9ceb4b
Compare
Seems to be all set now |
Co-authored-by: Mosè Giordano <mose@gnu.org> Co-authored-by: Mosè Giordano <mose@gnu.org>
This PR will be combined with PR #4320 in the end, but for now it helps to focus on the various issues separately.