GUDHI / gudhi-devel

The GUDHI library is a generic open source C++ library, with a Python interface, for Topological Data Analysis (TDA) and Higher Dimensional Geometry Understanding.
https://gudhi.inria.fr/
MIT License
245 stars 65 forks source link

Redundant version requirement #1064

Closed mglisse closed 2 weeks ago

mglisse commented 3 weeks ago

https://github.com/GUDHI/gudhi-devel/blob/f44339e0fb3d3f622971b8356c71b9a6aea72a58/src/common/doc/main_page.md?plain=1#L158

We have a global requirement that CGAL has to be >= 5.1 (because of cmake). And we repeat that requirement for each package that uses CGAL.

So I think I would prefer not to specify the version in places where it matches the global one.