-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Mesh_3 deprecated mesh domains removed in CGAL 6.0 Beta 1 #8311
Comments
Here is the commit removing the three deprecated (since 4.13) labeled mesh domains: |
Hello @joachim-reichel, |
Since I didn't know the downstream projects and just tried to build them I wasn't aware that there were already deprecation warnings with CGAL 5.x. All projects that I pointed out in the thread on cgal-develop have now patches filed (some merged/released, others still unmerged/unreleased). So I think we are good as far as reverse dependencies in the Debian repository are concerned. |
Should be fixed by fangq/iso2mesh#79 |
The PR has been merged, I'm closing the issue. |
Compiling pygalmesh from Debian unstable against CGAL 6.0 Beta 1 fails since <CGAL/Implicit_mesh_domain_3.h> is missing. Please check whether it is possible to include a legacy header including the replacement headers with a suitable deprecation message. Otherwise, it might be a good idea to describe in the release notes how to modify the affected code.
Compiling octave-iso2mesh from Debian unstable against CGAL 6.0 Beta 1 fails since <CGAL/Labeled_image_mesh_domain_3.h> is missing. Please check whether it is possible to include a legacy header including the replacement headers with a suitable deprecation message. Otherwise, it might be a good idea to describe in the release notes how to modify the affected code.
The text was updated successfully, but these errors were encountered: