-
Notifications
You must be signed in to change notification settings - Fork 74
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 CGAL 6.0 #79
Conversation
@sloriot, thanks for the patch - can you add macros to allow this patched code to be also compiled with older versions of CGAL? I will be happy to test if you add those. |
What is the minimal version of CGAL you want to be compatible with? |
WIth the patches, it will be compatible with CGAL 5.4, CGAL 5.5, CGAL 5.6 and the upcoming CGAL 6.0. We can get more but we would need to modify the CMakeLists.txt. |
@sloriot, thanks again for the patch - I tested this on Ubuntu 20.04, the cmake command failed with the following error:
it appears that this is related to the newly required CGAL_TBB_support file. would it be possible to add support to Ubuntu 20.04 (with libcgal-dev 5.0.3)? |
@fangq I tested locally with CGAL 5.0 and it works now. Please give it another try. |
@sloriot, thanks a lot for polishing this patch. after updating with your latest commit, I was able to build are you able to reproduce this error?
|
I have merged this patch. thanks for contributing! the Ubuntu 20.04 compilation issue seems to be related to make/cmake instead of cgal. I was able to build everything on an Ubuntu 22.04 box with cgal 5.4. I will troubleshoot the 20.04 error at a later time. |
Hi @fangq, there has not been any new version of I see that you are also maintainer of the Fedora package, that is FTBFS since CGAL-6.0 was introduced in Rawhide (bug created from Koschei). And Should not you publish a new release to fix those issues? |
@lrineau, thanks for the message - yes, I agree that creating a new release will be of high priority to include these fixes. let me work on the documentation update now. |
No description provided.