-
Notifications
You must be signed in to change notification settings - Fork 1
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
Unable to add OpenFHE.jl package #43
Comments
I can reproduce with Julia v1.10 on Linux with julia -e 'using Pkg; Pkg.activate(; temp=true); Pkg.add("openfhe_julia_jll"); using openfhe_julia_jll' which gives me
|
OK, I think I found the problem: I updated OpenFHE_jll.jl to v1.1.4 on Yggdrasil (https://github.com/JuliaPackaging/Yggdrasil/blob/master/O/OpenFHE/build_tarballs.jl). However, our version of openfhe_julia_jll.jl was built against v1.1.2, which seems to be incompatible (uhhh, what about semver? 🙈). Thus, there are three steps to go forward:
@ArseniyKholod could you maybe take care of this since I don't have the time to tackle this right now? Regarding step 3), I recommend to test this locally first on Rocinante. |
Sure, I will take care of it. |
Sorry, I am a bit lost. Do I understand correctly, that to test 3) on Rocinante I need to compile last version of
|
|
Yes. If using CxxWrap.jl, you also need to make sure that you're using the latest version v0.15, as it is the only one compatible with libcxxwrap-julia v0.12 (see https://github.com/JuliaInterop/CxxWrap.jl#breaking-changes-in-v015). Maybe this fixes your error if you force to use the custom libcxxwrap-julia version and the most recent CxxWrap.jl version? |
Just to keep up-to-date and document a bit my way.
Already
If build all thing in the same way, but use Remark: I didn't control versions of |
Thanks for the report, I was able to reproduce the error 👍
I agree. Can you please create an issue with libcxxwrap-julia, referring to this issue here and the speculation that somehow wrapping of |
To expanding the collection of the errors:)
|
With v0.1.9 released, this should be fixed, right? |
Exactly! Thank you! |
When I'm trying to add OpenFHE.jl, I get the following error. The same error appears in my new PR to SecureArithmetic.jl
The text was updated successfully, but these errors were encountered: