graph-tool | 3 Feb 20:32
Picon

[graph-tool-tickets] Ticket #87: Compilation problem with Fedora 15 / gcc 4.6

#87: Compilation problem with Fedora 15 / gcc 4.6
new defect
---------------------------------------------------------------------
Reporter: andreas.putz <at> afcc-auto.com
Owner: tiago peixoto
Priority: normal
Milestone: 2.2
---------------------------------------------------------------------
I am trying to install graph-tool on my Fedora 15 notebook. The reported error showed up on a google search
(http://answerpot.com/showthread.php?3073566-graphtool+compile+error+on+F15), but has not
been brought to a conclusion. There is also an older thread in a related issue (http://groups.google.com/group/boost-list/browse_thread/thread/eca7c42f287f0f00)

I am compiling the code on a Fedora 14 machine at the moment, and that seems to work (The compilation is not
done yet though).

The error described below manifests in the stable release as well as the trunk.

= System =

{{{
[root <at> hex graph-tool-trunk]# python -V
Python 2.7.1
[root <at> hex graph-tool-trunk]# gcc -v
Using built-in specs.
COLLECT_GCC=/usr/bin/gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.6.1/lto-wrapper
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info
--with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared
--enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit
(Continue reading)

graph-tool | 3 Feb 20:33
Picon

Re: [graph-tool-tickets] Ticket #87: Compilation problem with Fedora 15 / gcc 4.6

#87: Compilation problem with Fedora 15 / gcc 4.6
new defect
---------------------------------------------------------------------
Reporter: andreas.putz <at> afcc-auto.com
Owner: tiago peixoto
Priority: normal
Milestone: 2.2
---------------------------------------------------------------------
Changes (by andreas.putz <at> afcc-auto.com): 
Attachment:
 * File 'config.log' added: Logfile of the configuration step 

--
Ticket URL: <URL:http://graph-tool.skewed.de/ticket/87>
graph-tool <URL:http://graph-tool.skewed.de/>
An efficient python module for graph analysis and manipulation.
_______________________________________________
graph-tool-tickets mailing list
graph-tool-tickets <at> skewed.de
http://lists.skewed.de/mailman/listinfo/graph-tool-tickets
graph-tool | 4 Feb 10:57
Picon

Re: [graph-tool-tickets] Ticket #87: Compilation problem with Fedora 15 / gcc 4.6

#87: Compilation problem with Fedora 15 / gcc 4.6
new defect
---------------------------------------------------------------------
Reporter: andreas.putz <at> afcc-auto.com
Owner: tiago peixoto
Priority: normal
Milestone: 2.2

---------------------------------------------------------------------
Comment (by tiago peixoto (2)):

Hi Andreas,

Could you try changing the beginning of "src/graph/graph_filtering.hh" in the **current git version**
to the following:
{{{
#!cpp
#if (BOOST_VERSION / 100 % 1000 >= 46)
    #include <boost/graph/reverse_graph_alt.hpp>
#else
    #include <boost/graph/reverse_graph.hpp>
#endif
}}}

And see if it works?
--
Ticket URL: <URL:http://graph-tool.skewed.de/ticket/87>
graph-tool <URL:http://graph-tool.skewed.de/>
An efficient python module for graph analysis and manipulation.
(Continue reading)

graph-tool | 6 Feb 20:06
Picon

Re: [graph-tool-tickets] Ticket #87: Compilation problem with Fedora 15 / gcc 4.6

#87: Compilation problem with Fedora 15 / gcc 4.6
new defect
---------------------------------------------------------------------
Reporter: andreas.putz <at> afcc-auto.com
Owner: tiago peixoto
Priority: normal
Milestone: 2.2

---------------------------------------------------------------------
Comment (by Andreas Putz <andreas.putz <at> afcc-auto.com>):

Replying to [comment:1 tiago peixoto (2)]:
> Hi Andreas,
> 
> Could you try changing the beginning of "src/graph/graph_filtering.hh" in the **current git version**
to the following:
> {{{
> #!cpp
> #if (BOOST_VERSION / 100 % 1000 >= 46)
>     #include <boost/graph/reverse_graph_alt.hpp>
> #else
>     #include <boost/graph/reverse_graph.hpp>
> #endif
> }}}
> 
> And see if it works?

>> This seems to have worked. It compiled yesterday. As I tried it out I noticed that I deactivated some parts
of the code and the import of all modules did not work. I am recompiling right now, so I can hopefully givethe
final confirmation in a few hours.
(Continue reading)

graph-tool | 6 Feb 22:13
Picon

Re: [graph-tool-tickets] Ticket #87: Compilation problem with Fedora 15 / gcc 4.6

#87: Compilation problem with Fedora 15 / gcc 4.6
new defect
---------------------------------------------------------------------
Reporter: andreas.putz <at> afcc-auto.com
Owner: tiago peixoto
Priority: normal
Milestone: 2.2

---------------------------------------------------------------------
Comment (by Andreas Putz <andreas.putz <at> afcc-auto.com>):

The code compiles without errors now and I can run the test examples.

Thank you for the quick help,
Andreas
--
Ticket URL: <URL:http://graph-tool.skewed.de/ticket/87>
graph-tool <URL:http://graph-tool.skewed.de/>
An efficient python module for graph analysis and manipulation.
_______________________________________________
graph-tool-tickets mailing list
graph-tool-tickets <at> skewed.de
http://lists.skewed.de/mailman/listinfo/graph-tool-tickets
graph-tool | 13 Feb 21:39
Picon

[graph-tool-tickets] Ticket #88: Tarball is missing stuff

#88: Tarball is missing stuff
new defect
---------------------------------------------------------------------
Reporter: dmitrijs ledkovs
Owner: tiago peixoto
Priority: normal
Milestone: (None)
---------------------------------------------------------------------
Tarball release is missing following things:

* src/graph/topology/graph_reciprocity.cc
* doc/

first one doesn't seem to be used in the Makefile.am since beginning of time.... Maybe it's junk? Maybe it
should be built?

Docs are missing as well.

probably `$ make dist` is playing up.

--
Ticket URL: <URL:http://graph-tool.skewed.de/ticket/88>
graph-tool <URL:http://graph-tool.skewed.de/>
An efficient python module for graph analysis and manipulation.
_______________________________________________
graph-tool-tickets mailing list
graph-tool-tickets <at> skewed.de
http://lists.skewed.de/mailman/listinfo/graph-tool-tickets
(Continue reading)

graph-tool | 13 Feb 21:48
Picon

Re: [graph-tool-tickets] Ticket #88: Tarball is missing stuff

#88: Tarball is missing stuff
new defect
---------------------------------------------------------------------
Reporter: dmitrijs ledkovs
Owner: tiago peixoto
Priority: normal
Milestone: (None)

---------------------------------------------------------------------
Comment (by dmitrijs ledkovs):

autogen.sh is missing as well.

(Which can be useful when compiling on weird architectures or if newer autofoo stuff is desired)
--
Ticket URL: <URL:http://graph-tool.skewed.de/ticket/88>
graph-tool <URL:http://graph-tool.skewed.de/>
An efficient python module for graph analysis and manipulation.
_______________________________________________
graph-tool-tickets mailing list
graph-tool-tickets <at> skewed.de
http://lists.skewed.de/mailman/listinfo/graph-tool-tickets
graph-tool | 21 Feb 14:49
Picon

[graph-tool-tickets] Ticket #89: Drawing vertices labels does not work

#89: Drawing vertices labels does not work
new defect
---------------------------------------------------------------------
Reporter: wojciechwasko <at> gmail.com
Owner: tiago peixoto
Priority: normal
Milestone: (None)
---------------------------------------------------------------------
I've been trying to add labels to nodes when drawing a graph. The documentation is not clear on that, however
I guess it should be done through the `vpropos` attribute of the `graph_tool.draw.graph_draw` function.

This does not seem to work. Below, I attach the commands I used to create the plot, and the plot itself.

{{{
##### [12:54:17] # [dare2be <at> PC10CIS:~] #####
$ python
Python 2.7.2 (default, Oct 27 2011, 01:40:22) 
[GCC 4.6.1 20111003 (Red Hat 4.6.1-10)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import graph_tool.all as gt
>>> g = gt.Graph()
>>> v1 = g.add_vertex()
>>> v2 = g.add_vertex()
>>> e = g.add_edge(v1,v2)
>>> vprop_label = g.new_vertex_property("string")
>>> vprop_label[v1] = "vertex one"
>>> vprop_label[v2] = "vertex two"
>>> vprops = {'labels' : vprop_label}
>>> gt.graph_draw(g, vprops=vprops, output="out.pdf")
<PropertyMap object with key type 'Vertex' and value type 'vector<double>', for Graph 0x1e969d0, at 0x1e96a90>
(Continue reading)

graph-tool | 21 Feb 14:51
Picon

Re: [graph-tool-tickets] Ticket #89: Drawing vertices labels does not work

#89: Drawing vertices labels does not work
new defect
---------------------------------------------------------------------
Reporter: wojciechwasko <at> gmail.com
Owner: tiago peixoto
Priority: normal
Milestone: (None)
---------------------------------------------------------------------
Changes (by wojciechwasko <at> gmail.com): 
Attachment:
 * File 'out.pdf' added: Output of the python session. 

--
Ticket URL: <URL:http://graph-tool.skewed.de/ticket/89>
graph-tool <URL:http://graph-tool.skewed.de/>
An efficient python module for graph analysis and manipulation.
_______________________________________________
graph-tool-tickets mailing list
graph-tool-tickets <at> skewed.de
http://lists.skewed.de/mailman/listinfo/graph-tool-tickets
graph-tool | 21 Feb 15:02
Picon

Re: [graph-tool-tickets] Ticket #89: Drawing vertices labels does not work

#89: Drawing vertices labels does not work
new defect
---------------------------------------------------------------------
Reporter: wojciechwasko <at> gmail.com
Owner: tiago peixoto
Priority: normal
Milestone: (None)

---------------------------------------------------------------------
Comment (by tiago peixoto):

Try "label" instead of "labels". Note that all properties come from graphviz, which is documented here: http://www.graphviz.org/doc/info/attrs.html
--
Ticket URL: <URL:http://graph-tool.skewed.de/ticket/89>
graph-tool <URL:http://graph-tool.skewed.de/>
An efficient python module for graph analysis and manipulation.
_______________________________________________
graph-tool-tickets mailing list
graph-tool-tickets <at> skewed.de
http://lists.skewed.de/mailman/listinfo/graph-tool-tickets

Gmane