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

Enable CGAL and Eigen in Travis/Appeveyor bots #1136

Closed
dcoeurjo opened this issue Feb 29, 2016 · 11 comments
Closed

Enable CGAL and Eigen in Travis/Appeveyor bots #1136

dcoeurjo opened this issue Feb 29, 2016 · 11 comments
Labels
Milestone

Comments

@dcoeurjo
Copy link
Member

No description provided.

@dcoeurjo dcoeurjo added the Build label Feb 29, 2016
@dcoeurjo dcoeurjo added this to the 0.9.2 milestone Feb 29, 2016
@kerautret
Copy link
Member

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)

@dcoeurjo dcoeurjo modified the milestones: 0.9.2, 0.9.3 Sep 30, 2016
@dcoeurjo
Copy link
Member Author

Seems to be ok for Eigen.

@dcoeurjo
Copy link
Member Author

For cGAL, I think they have a "header only" mode that could help the build on windows

@dcoeurjo dcoeurjo modified the milestones: 0.9.3, 0.9.4 Feb 16, 2017
@kerautret
Copy link
Member

@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:
The requested CGAL component Eigen3 does not exist!
While it is well found with by DGtal.

@kerautret
Copy link
Member

Did the @DGtal-team/package-managers have the same issue ?

@kerautret kerautret modified the milestones: 0.9.4, 1.1 Jun 14, 2020
@kerautret kerautret pinned this issue Jun 14, 2020
@dcoeurjo
Copy link
Member Author

When using monge/Jetfitting estimator from CGAL, CGAL must have been compiled with the Eigen3 option.

@dcoeurjo dcoeurjo reopened this Jun 14, 2020
@dcoeurjo
Copy link
Member Author

for instance, I don't know if CGAL ubuntu packages is shipped with the Eigen option.

@kerautret
Copy link
Member

ok I see I try

@kerautret
Copy link
Member

thanks

@kerautret
Copy link
Member

I had it by compiling CGAL with Eigen option.

For cGAL, I think they have a "header only" mode that could help the build on windows

it looks like it will no help :(
But it could be useful since I get several errors in 3dLocalEstimators.cpp

@rolanddenis
Copy link
Member

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).

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

No branches or pull requests

3 participants