28 Jan
2015
28 Jan
'15
6:42 p.m.
Quoting Tiago de Paula Peixoto (2015-01-28 04:47:21)
Can you try disabling sparsehash, with --disable-sparsehash, and see if the problem persists? This should get rid of any tr1 references.
That did it! $/usr/bin/python3.3 -c 'import graph_tool.all as gt ; print(gt.__version__)' 2.2.37dev (commit 201879ac, Fri Jan 9 15:46:17 2015 +0100) I am more than happy to continue debugging this until we figure out why enabling sparsehash results in a segfault, let me know what I can do. Thanks! -Justin