Skip to content
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

Apple platforms gets filtered away on Julia 1.6 because the wrapper file is not found #913

Closed
KristofferC opened this issue Sep 20, 2020 · 3 comments

Comments

@KristofferC
Copy link
Member

KristofferC commented Sep 20, 2020

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:

...
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)

@fingolfin
Copy link
Member

I guess that explains why I can't use any JLLs in Julia 1.6dev right now ... :-(

@giordano
Copy link
Member

Should be fixed by JuliaLang/Pkg.jl#2042

@KristofferC
Copy link
Member Author

Seems to work now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants