You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to install on 1.12-dev, and got this. I believe that this is because LLVM.jl is not available, and somehow this leads to fall back to really old version of Clang.jl, which used BinaryProvider.
Is it possible to prevent this from happening?
(@v1.12) pkg> up
Updating registry at `~/.julia/registries/General.toml`
No Changes to `~/.julia/environments/v1.12/Project.toml`
No Changes to `~/.julia/environments/v1.12/Manifest.toml`
Precompiling project...
✗ BinaryProvider
✗ Clang
0 dependencies successfully precompiled in 1 seconds. 8 already precompiled.
2 dependencies errored.
For a report of the errors see `julia> err`. To retry use `pkg> precompile`
(@v1.12) pkg> st
Status `~/.julia/environments/v1.12/Project.toml`
⌃ [40e3b903] Clang v0.9.2
Info Packages marked with ⌃ have new versions available and may be upgradable.
The text was updated successfully, but these errors were encountered:
I tried to install on 1.12-dev, and got this. I believe that this is because LLVM.jl is not available, and somehow this leads to fall back to really old version of Clang.jl, which used BinaryProvider.
Is it possible to prevent this from happening?
The text was updated successfully, but these errors were encountered: