[graph-tool] Boost.Python.ArgumentError: Python argument types Error

2016-10-18 Thread reckoner
I'm trying to build graph-tool on Ubuntu 16 using anaconda Python and I did managed to get it compiled, but I get the following error on import. return libcore.openmp_set_schedule(schedule, chunk) Boost.Python.ArgumentError: Python argument types in graph_tool.libgraph_tool_core.openmp_se

Re: [graph-tool] Boost.Python.ArgumentError: Python argument types Error

2016-10-18 Thread reckoner
I removed all the system boost libraries and installed conda install boost. After configure, which I verified is linking to the anaconda boost, checking for boostlib >= 1.54.0... yes checking whether the Boost::Python library is available... yes checking whether boost_python is the correct library

[graph-tool] get 500 error when I try to pull graph tool from git repo

2016-10-19 Thread Reckoner
am I the only one getting this error? Thanks! ___ graph-tool mailing list graph-tool@skewed.de https://lists.skewed.de/mailman/listinfo/graph-tool

Re: [graph-tool] get 500 error when I try to pull graph tool from git repo

2016-10-19 Thread reckoner
https. I can try ssh if u give me the repo target. Thanks! On 10/19/2016 1:34 PM, Tiago de Paula Peixoto wrote: On 19.10.2016 20:03, Reckoner wrote: am I the only one getting this error? Are you using ssh or https? ___ graph-tool mailing

[graph-tool] clique-finding algorithm

2016-10-26 Thread Reckoner
Hi, Are there any maximal clique-finding algorithms implemented in graph tool? For example, https://networkx.readthedocs.io/en/stable/reference/generated/networkx.algorithms.clique.find_cliques.html Thanks! ___ graph-tool mailing list graph-tool@skew

Re: [graph-tool] clique-finding algorithm

2016-10-27 Thread Reckoner
if tot == 0: > break > > Regards > Snehal > > > On Wed, Oct 26, 2016 at 6:42 PM, Reckoner wrote: >> >> Hi, >> >> Are there any maximal clique-finding algorithms implemented in graph tool? >> >> For example, >> >> >> htt

[graph-tool] how to use add_edge_list() and then add isolated vertices?

2016-12-13 Thread reckoner
Hi, I am using add_edge_list and it returns a vector map of vertices it has added, but how do I add in isolated vertices that have no edges (otherwise they would have been put in there by add_edge_list). The vector map of vertices is a mapping between integers -> string vertex names. When I a

[graph-tool] need intersphinx_mapping for graph_tool

2017-03-10 Thread reckoner
I'm writing some documentation using Sphinx and I would like to reference graph_tool. Is this the correct intersphinx_mapping? 'graph_tool': ('https://graph-tool.skewed.de/static/doc/',None), If so, I am still having trouble referencing graph_tool using markdown such as: :py:mod:`graph