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

CxxWrap required version fails to compile on Julia 1.9 #113

Open
cibinjoseph opened this issue Nov 12, 2023 · 2 comments
Open

CxxWrap required version fails to compile on Julia 1.9 #113

cibinjoseph opened this issue Nov 12, 2023 · 2 comments

Comments

@cibinjoseph
Copy link
Member

CxxWrap.jl version 0.11.2 required for FLOWUnsteady does not compile on Julia 1.9 with the error:

ERROR: LoadError: libcxxwrap_julia_jll not available on this platform
Stacktrace:
 [1] error(s::String)
   @ Base ./error.jl:35
 [2] top-level scope
   @ ~/.julia/packages/CxxWrap/OcN1Z/src/CxxWrap.jl:18
 [3] include
   @ ./Base.jl:457 [inlined]
 [4] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)
   @ Base ./loading.jl:2049
 [5] top-level scope

This is because libcxxwrap_julia_jll is not available in Julia 1.9. The only workaround is to use Julia 1.8.
Refererence discussion thread

@christianhauschel
Copy link

Yes, I noticed the same thing and downgraded to v1.8.

@EdoAlvarezR
Copy link
Collaborator

Has anyone looked at what it would take to get things working with Julia v1.9 or newer?

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