Skip to content
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

[PMP] Ceres requires exact matching Eigen version #8596

Open
soesau opened this issue Nov 8, 2024 · 3 comments
Open

[PMP] Ceres requires exact matching Eigen version #8596

soesau opened this issue Nov 8, 2024 · 3 comments

Comments

@soesau
Copy link
Member

soesau commented Nov 8, 2024

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
Copy link
Member

afabri commented Nov 8, 2024

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

@soesau
Copy link
Member Author

soesau commented Nov 8, 2024

@afabri
Copy link
Member

afabri commented Nov 8, 2024

ok, so they say that they only support the latest public release of Eigen. Fair enough. That means that we should test a CGAL package that uses Ceres onlut on platforms where we have that version of Eigen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants