-
Notifications
You must be signed in to change notification settings - Fork 1.5k
fix check-dependencies (master) #4106
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
base: master
Are you sure you want to change the base?
fix check-dependencies (master) #4106
Conversation
One has to whitelist a few files, to avoid a dependency to moc files
Travis detected differences in the dependencies. Are those what's expected from this PR ? In such case pleae correct them in the package_info files
|
@maxGimeno commented on Jul 24, 2019, 9:09 AM GMT+2:
Those are exactly the difference between running the dependency checking with |
cgal/Scripts/developer_scripts/cgal_check_dependencies.sh Lines 39 to 54 in 741b3ce
I think we should enforce that the |
@lrineau commented on Jul 24, 2019, 3:44 PM GMT+2:
Actually, a |
Careful, now there are misisng include headers errors:
|
Polygon is LGPL. With that dependency, there would be a dependency from LGPL packages to GraphicsView, and then to Triangulation_2.
That way Installation is a sink node of dependencies.
…endencies results.
That avoids to whitelist all of `<CGAL/draw_*.h>` headers.
8011447
to
c35ddbd
Compare
…endencies__master-GF
This PR is not in shape to be tested. |
I have removed it from the 5.1 milestone (Trash/stalled). |
I would like to have the time to revive this branch, and then use Github Actions to automatically rebuild the graph at each pull-requests and pushes. |
Summary of Changes
#4105, adapted to
master
Release Management