On Fri, 24 Apr 2015 14:54:16 +0200 Inigo Aldazabal Mensa <[email protected]> wrote:
> 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. And... $ eb foss-2015a.eb --dep-graph=foss-2015a-tree.png ... File "/software/anaconda-2.0.0/lib/python2.7/site-packages/pygraph/classes/digraph.py", line 164, in add_edge raise AdditionError( "%s is missing from the node_neighbors table" % n ) pygraph.classes.exceptions.AdditionError: GCC is missing from the node_neighbors table Should I fill a bug report? Inigo > > 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 > >

