-
Notifications
You must be signed in to change notification settings - Fork 559
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
New recipe: Clipper2 #5513
New recipe: Clipper2 #5513
Conversation
No, if the auditor doesn't complain about the string ABI there is no need to do anything. |
For Windows, https://stackoverflow.com/a/27586530/2442087 seems relevant for the error
? |
OK, this is good to go from my side. @cormullion might want to check if this looks reasonable. |
Well we'll have a go and see. I think making a new Julia package would be best, rather than update the older one: https://github.com/JuliaGeometry/Clipper.jl I'm hoping some JuliaGeometry folks will be able to assist... 😉 |
CC @sjkelly |
Yes, we probably want to make a new Clipper2.jl package since the API is quite different. Thanks @aviks ! |
There is an unofficial library offering C bindings here: https://github.com/geoffder/clipper2c |
I have opened #7093 to update Clipper2 from Also, what is the purpose for |
Windows does not work, but keeping it enabled for now to see if anyone has any ideas.
This is a C++ library, but presumably does not do any string manipulation. The Wizard did not seem to complain, so do I need
expand_cxx_abi
for this?