Hey,

I'm trying to install graph-tool on my OpenSuse 12.2. The Configuration seems to have worked, after installing all the dependencies. Unfornutately the compiling seems to take hours. Yesterday I let it run for about 6 hours and it has not finished. It seems like the compiling of the individual functions takes up a lot of time, for example:

...
Making all in centrality
make[4]: Entering directory `/home/sklingel/bin/PyAdditionalPackages/graph-tool-2.2.27/src/graph/centrality'
  CXX      graph_closeness.lo
  CXX      graph_eigentrust.lo
  CXX      graph_eigenvector.lo
  CXX      graph_hits.lo
  CXX      graph_katz.lo
  CXX      graph_pagerank.lo
...

the graph_pagerank.lo has needed round about two hours to compile....

I assume this isn't a normal behavior?

Thanks