-
Notifications
You must be signed in to change notification settings - Fork 4
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
Installation failed on Julia-1.8.0-DEV #34
Comments
In fact, it failed too on Julia-1.7.0: julia> versioninfo()
Julia Version 1.7.0-beta3.0
Commit e76c9dad42 (2021-07-07 08:12 UTC)
Platform Info:
OS: Windows (x86_64-w64-mingw32)
CPU: Intel(R) Core(TM) i7-7600U CPU @ 2.80GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-12.0.0 (ORCJIT, skylake) but did work with Julia-1.6.2: julia> versioninfo()
Julia Version 1.6.2
Commit 1b93d53fc4 (2021-07-14 15:36 UTC)
Platform Info:
OS: Windows (x86_64-w64-mingw32)
CPU: Intel(R) Core(TM) i7-7600U CPU @ 2.80GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-11.0.1 (ORCJIT, skylake) |
It seems other packages using CxxWrap have issues on Julia v1.7: JuliaImages/OpenCV.jl#2 |
Wrappers compiled against Julia 1.6 are binary incompatible with Julia 1.7, so SDPA_jll needs to be recompiled. You may need the workaround used in jlqml: https://github.com/JuliaPackaging/Yggdrasil/pull/4264/files#diff-2cd7b0c64b9608209133b3e0f3ca7a21e798ef2da3d60d92330db49006242d22R5 |
Should have been fixed by JuliaPackaging/Yggdrasil#4721 |
Hello! I tried to install SDPA.jl on this version of Julia:
The installation failed, and output the following error:
The text was updated successfully, but these errors were encountered: