Le Wed, Mar 19, 2025 at 11:46:28AM +0100, Theo Buehler a écrit : > On Wed, Mar 19, 2025 at 11:08:48AM +0100, Landry Breuil wrote: > > Le Sat, Mar 08, 2025 at 07:10:05PM +0100, Landry Breuil a écrit : > > > hi, > > > > > > now that boost ships its cmake modules, the sfcgal wip i had lying > > > arouund finally builds ootb, and all tests pass; > > > > > > SFCGAL is a C++ wrapper library around CGAL with the aim of supporting > > > ISO 19107:2013 and OGC Simple Features Access 1.2 for 3D operations. > > > > > > SFCGAL provides standard compliant geometry types and operations. > > > PostGIS uses the C API, to expose some SFCGAL's functions in spatial > > > databases. > > > > > > www: https://sfcgal.gitlab.io/SFCGAL/ > > > > > > the second diff is to enable the support in postgis. > > > > > > feedback/oks welcome. > > > > oks still welcome, reattaching for convenience. > > > > I wonder if we can just zap the second paragraph of DESCR. Standards > compliance is kind of implied by the first paragraph (especially if you > drop 'with the aim' for concision). > > I also wonder if it doesn't belong next to math/cgal into math. At least > it probably should have math in its CATEGORIES. Also is the boost > constraint really needed at this point?
yes because that's the one that ships the cmake plumbing to allow sfcgal to detect boost, otherwise it fails :) good point on the category, since the usage is from geo i went from geo/ by habit. i'll rework the descr before import, thanks !