-
Notifications
You must be signed in to change notification settings - Fork 32
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
BinaryBuilder + Julia 1.7 picks up the wrong dependency #210
Comments
I think this is a
|
@giordano Should I create an issue @Pkg.jl or is there already one that covers this? |
I wasn't aware of this other bug. JuliaLang/Pkg.jl#2942 is similar in the sense that |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Based on the following
Dependency
, with Julia 1.6, the correct non-official binary is picked up, with Julia 1.7, the canonicalJuliaBinaryWrappers
version is installed.https://github.com/jeremiahpslewis/Yggdrasil/blob/jpsl/qlever_jll/Q/QLever/build_tarballs.jl#L104
With 1.7:

With 1.6:

The text was updated successfully, but these errors were encountered: