WIP: Add script to show package dependencies
Add script (currently named acmake_deps.py
, better ideas?) to discover package dependencies in a release. This relies on the DOT file produced by cmake, i.e.
cmake --graphviz=${BINARY_TAG}/packages.dot ...
The default CMakeGraphVizOptions need some tweaking in order for our custom targets to be written out. We also disable the generation of hundreds of individual dot files for each target.
Edited by Frank Winklmeier