We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using [77ec8976] GTK3_jll v3.24.11+3 if I insert some debug statement here (to see what gets filtered away):
[77ec8976] GTK3_jll v3.24.11+3
https://github.com/JuliaBinaryWrappers/GTK3_jll.jl/blob/93dac42b7362ed4c5ae8643fa81ae4aef8d4d668/src/GTK3_jll.jl#L41
I get:
... f = "/Users/kristoffercarlsson/.julia/packages/GTK3_jll/T5lqK/src/wrappers/powerpc64le-linux-gnu.jl" isfile(f) = true f = "/Users/kristoffercarlsson/.julia/packages/GTK3_jll/T5lqK/src/wrappers/x86_64-apple-darwin.jl" isfile(f) = false f = "/Users/kristoffercarlsson/.julia/packages/GTK3_jll/T5lqK/src/wrappers/x86_64-linux-gnu.jl" isfile(f) = true f = "/Users/kristoffercarlsson/.julia/packages/GTK3_jll/T5lqK/src/wrappers/x86_64-linux-musl.jl" isfile(f) = true ...
Note that it filters out the Apple one. The file is called x86_64-apple-darwin14.jl (note the missing 14)
x86_64-apple-darwin14.jl
The text was updated successfully, but these errors were encountered:
I guess that explains why I can't use any JLLs in Julia 1.6dev right now ... :-(
Sorry, something went wrong.
Should be fixed by JuliaLang/Pkg.jl#2042
Seems to work now.
No branches or pull requests
Using
[77ec8976] GTK3_jll v3.24.11+3
if I insert some debug statement here (to see what gets filtered away):https://github.com/JuliaBinaryWrappers/GTK3_jll.jl/blob/93dac42b7362ed4c5ae8643fa81ae4aef8d4d668/src/GTK3_jll.jl#L41
I get:
Note that it filters out the Apple one. The file is called
x86_64-apple-darwin14.jl
(note the missing 14)The text was updated successfully, but these errors were encountered: