We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.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
libcxxwrap_julia_jll
The text was updated successfully, but these errors were encountered:
Yes, I noticed the same thing and downgraded to v1.8.
Sorry, something went wrong.
Has anyone looked at what it would take to get things working with Julia v1.9 or newer?
Fixed. Now it's working with Julia v1.10+.
No branches or pull requests
CxxWrap.jl version 0.11.2 required for FLOWUnsteady does not compile on Julia 1.9 with the error:
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
The text was updated successfully, but these errors were encountered: