-
Notifications
You must be signed in to change notification settings - Fork 107
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
Compatibility with Julia 1.6 #487
Comments
Not yet. BTW, the comments in #486 are just my two cents about how to make the maintenance of Cxx.jl easier for future Julia releases. For the sake of convenience, experiments should be done in other repos until everything gets ready, then we can merge back to Cxx.jl. |
@Gnimuc thank you for your effort in maintaining Cxx.jl. One of our package is currently affected by this as well and we have to limit the julia version to 1.3 sisl/Spot.jl#12. |
It looks like Spot.jl is not a huge library, I'd say doing a totally rewriting with CxxWrap.jl or exposing a C API of libspot and using |
Just my 2 cents to throw that as non-specialized developer Cxx.jl is way simpler to use than CxxWrap.jl, for several reasons... you never have to leave your beloved Julia environment, writing interfaces julia-side is simpler than C++ side, you don't need to set installation-specific header paths in the C++ code.... a pity it is stock on Julia 1.3 :-/ |
@Gnimuc, "I would expect that we could get a stable icxx/cxx macro for Julia 1.6+ in the near future."
Since no currently supported (pre-Julia 1.6) version works, and with 1.6-rc1 out, it would be nice to know. Then we can change the disclaimer I put in.
The text was updated successfully, but these errors were encountered: