-
-
Notifications
You must be signed in to change notification settings - Fork 116
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
Enable CGAL and Eigen in Travis/Appeveyor bots #1136
Comments
for appveyor I think that it should be difficult due to the timeout (we have few minutes left for the timeout and sometime it is over) |
Seems to be ok for Eigen. |
For cGAL, I think they have a "header only" mode that could help the build on windows |
@dcoeurjo actually I tried to use CGAL to make run again the 3dLocalEstimators but impossible to do it on my computer, I tried different config using brew, of from CGAL source and always the same message: |
Did the @DGtal-team/package-managers have the same issue ? |
When using monge/Jetfitting estimator from CGAL, CGAL must have been compiled with the Eigen3 option. |
for instance, I don't know if CGAL ubuntu packages is shipped with the Eigen option. |
ok I see I try |
thanks |
I had it by compiling CGAL with Eigen option.
it looks like it will no help :( |
I have the same issue (self-compiled CGAL with available Eigen3). By looking at the cmake scripts, it seems that Eigen3 is not seen as a component anymore since version 4.12 of CGAL. It is maybe related to the header-only mode of CGAL and the detected of Eigen3 is delayed at the final compilation (e.g. DGtal or DGtalTools). |
No description provided.
The text was updated successfully, but these errors were encountered: