CGAL / cgal

The public CGAL repository, see the README below
https://github.com/CGAL/cgal#readme
Other
4.66k stars 1.35k forks source link

Mesh_3 deprecated mesh domains removed in CGAL 6.0 Beta 1 #8311

Open joachim-reichel opened 3 days ago

joachim-reichel commented 3 days ago

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.

MaelRL commented 3 days ago

Here is the commit removing the three deprecated (since 4.13) labeled mesh domains: b3fe07a (#7445)