On Fri, 24 Apr 2015 14:24:22 +0200 Jens Timmerman <[email protected]> wrote:
> > > On 24/04/15 13:05, Inigo Aldazabal Mensa wrote: > > Hi, > > > > Or more in general, give an eb, is there a way to get its dependence > > tree on other ebs? > Hi Inigo > > yes, there is the '--dep-graph=depgraph.<ext>' option, > > This can create a graph for you, in a few different formats, e.g. > eb gcc.eb --dep-graph=grap.png > > or > eb gcc.eb --dep-graph=grap.dot > > will give you a dependency graph as an image or a dotfile > respectively. Hi Jens, Great, thanks. I completly missed the option! I guess I should go through the help page more often :-) Bests, Inigo > > Regards, > Jens Timmerman > > Bests, > > > > Inigo >

