CGAL / cgal

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

[PMP] Ceres requires exact matching Eigen version #8596

Open soesau opened 4 hours ago

soesau commented 4 hours ago

Ceres requires the exact Eigen version that has been used for compiling the Ceres library.

Thus requiring recompilation of Ceres after every update of Eigen.

Concerns PMP::angle_and_area_smoothing(). See TestReport_lrineau_Ubuntu-latest-GCC6-Release.gz.

afabri commented 4 hours ago

So we have to compile Ceres with the Eigen we use in the testsuite?

soesau commented 4 hours ago

https://github.com/ceres-solver/ceres-solver/issues/1115