On 19 March 2013 10:43, Tiago de Paula Peixoto <tiago@skewed.de> wrote:
On 03/19/2013 02:41 AM, anatol wrote:
As for 12.10 (quantal), python3-graph-tool depends on python3-matplotlib, but there is no such a package in quantal repositories.
I suppose I should make this dependency optional, since it is needed only for graph drawing. However, it is a bug in Ubuntu Quantal that this package is not provided. A fully function graph-tool will only be available one this missing package is available.
As for 13.04 (raring), there is no python3-graph-tool package at all.
There was an issue compiling it with Python 3, relating to the naming of the Python include/library directories, and I didn't have the time to investigate it. I should be an easy fix, however.
one now needs to include two locations: /usr/include/python3.X/ /usr/include/$MULTIARCH/python3.X/ but we recently added a compat header such that it now should work out of the box as before, without any modifications.
Is there a way to use graph-tool with python3 in ubuntu without building it from source and packing .deb myself? Or am I missing something?
Yes, proper packages for Python 3 in Ubuntu are currently unavailable. This is partially my fault, and I'll try to fix things up.
Cheers, Tiago
-- Tiago de Paula Peixoto <tiago@skewed.de>
_______________________________________________ graph-tool mailing list graph-tool@skewed.de http://lists.skewed.de/mailman/listinfo/graph-tool