-
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
Rebuild JLL for Julia 1.10 #56
Comments
Ah fun 😢 Ideally when we rebuild libcxxwrap in Yggdrasil we could also rebuild all of the dependent packages? |
I guess we need to bump the CxxWrap version: #57 |
Rebuild is JuliaPackaging/Yggdrasil#6760 |
Thanks! |
Not sure if this is related, but the package does not build on Julia v1.10: ERROR: LoadError: InitError: could not load library ".julia/artifacts/beeb384c8ba60497d81e26a28f74ed99aef88791/lib/libcxxwrap_julia.so"
.julia/artifacts/beeb384c8ba60497d81e26a28f74ed99aef88791/lib/libcxxwrap_julia.so: undefined symbol: small_typeof, version JL_LIBJULIA_1.10 |
This was referenced Jan 4, 2024
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This package currently fails to load on Julia 1.10:
Apparently rebuilding the JLL against the latest libcxxwrap should fix this: JuliaInterop/CxxWrap.jl#362 (comment)
The text was updated successfully, but these errors were encountered: