Hi,

I have installed the package python3-graph-tool and when I use graph_tool.search.dfs_iterator I got the error:

Traceback (most recent call last):
  File "/home/steph/bin/superGraph.py", line 160, in <module>
    gg.create_revdep(gg.getPackage('umda'))
  File "/home/steph/bin/superGraph.py", line 88, in create_revdep
    for e in bfs_iterator(self.graph, node):
  File "/usr/lib/python3/dist-packages/graph_tool/search/__init__.py", line 345, in bfs_iterator
    return libgraph_tool_search.bfs_search_generator(g._Graph__graph, int(source))
RuntimeError: This functionality is not available because boost::coroutine was not found at compile-time


Ubuntu: 14.04
python3-graph-tool version 2.12-1 (from deb http://downloads.skewed.de/apt/trusty trusty universe)


There is a way to install python3-graph-tool binaries compiled with boost ?

Of course I can compile myself graph-tool, but it is not my goal.