On 03/06/16 13:50, [email protected] wrote:
I'm not sure what you mean? Easybuild doesn't output png, it gives you
the intput for the dot progam. You always need to make the
png/pdf/svg/... yourself with dot.
that if fine, however reading the doc here
http://easybuild.readthedocs.io/en/latest/Installation.html#dependencies
I had an impression that the --dep-graph option creates the png files too :)
It can create .png files too, but the library it's calling out to needs
to support that output format.
It doesn't, in your case, and it seems EasyBuild isn't correctly
detecting that problem.
It looks like it should be checking the return value of gv.render in the
_dep_graph_gv function in easybuild/framework/easyconfig/tools.py .
Creating .dot files usually works though, because they're basically text
files that get written directly by EasyBuild.
Gizo: would you mind creating an issue for this at
https://github.com/hpcugent/easybuild-framework/issues/new?
Please provide as many details as you can.
regards,
Kenneth