-
Notifications
You must be signed in to change notification settings - Fork 39
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
Attempt to use the c version of qhull #713
Conversation
I switched to qhull_r and the problem seems to be fixed. Now what is missing is a cmake function that allows the user to find qhull in ubuntu 20.04 |
New failures:
|
As the symbols are in the library but just with C mangling and not with C++ one:
I think that we are missing |
Co-authored-by: Silvio Traversaro <silvio.traversaro@iit.it>
Cool, now a runtime error:
|
Hopefully this will be fixed by #713 (comment) . |
Ok, now only brew is failing and I guess that is expected. |
Thank you @traversaro I will squash and merge |
On ubuntu 22.04 I got the following error
with qhull installed via APT