Package Details: python-graph-tool 2.80-2

Git Clone URL: https://aur.archlinux.org/python-graph-tool.git (read-only, click to copy)
Package Base: python-graph-tool
Description: A Python module for manipulation and statistical analysis of graphs
Upstream URL: https://graph-tool.skewed.de
Keywords: graphs networks science
Licenses: LGPL3
Conflicts: python3-graph-tool
Provides: python3-graph-tool
Replaces: python3-graph-tool
Submitter: muellner
Maintainer: count0
Last Packager: count0
Votes: 29
Popularity: 0.000000
First Submitted: 2013-11-24 19:22 (UTC)
Last Updated: 2024-12-31 10:04 (UTC)

Latest Comments

« First ‹ Previous 1 .. 10 11 12 13 14 15

muellner commented on 2013-11-26 14:58 (UTC)

Compilation of graph_tool is very memory intensive (close to 4GB as I remember, but I may be wrong by a power of 2). Your description sounds like your computer ran out of memory and started to swap RAM content to disk. Tips: 1) Of course, make sure that the machine where you compile the package has 4GB or more RAM. 2) Check your /etc/makepkg.conf. If it contains a line like MAKEFLAGS="-jX", the build system starts up to X compilation processes simultaneously. Comment it out or change it to "-j1" in this case.

xiongyaohua commented on 2013-11-26 14:50 (UTC)

Hi, I'm trying to build this. Everything goes fine until it starts to compile the "centrality/graph_closeness.lo". Then there is intensive disk io and the desktop becomes unresponsive. I made a "pacman -Syu" before compiling. So all dependencies should be up to date. Anyone have the same problem?

muellner commented on 2013-11-26 12:24 (UTC)

Thanks. Fixed.

vtselfa commented on 2013-11-26 09:18 (UTC)

Is not working for me. ImportError: /usr/lib/libboost_python.so.1.54.0: undefined symbol: PyClass_Type There is a problem in the PKGBUILD configure step: ./configure --enable-openmp --prefix=/usr --docdir="/usr/share/doc/$pkgname" PYTHON=python3 Corrected: ./configure --enable-openmp --prefix=/usr --docdir="/usr/share/doc/$pkgname" --with-boost-python=boost_python3 With this modification seems to work well.

muellner commented on 2013-11-24 19:33 (UTC)

@robcat: Thanks for the hint. I created a new AUR package, python-graph-tool, which replaces the existing python3-graph-tool. Please install the new package, as this will be maintained. I'll leave the old package here for a few months so that users can read about the transition, and finally, I'll ask the AUR team to delete python3-graph-tool.

robcat commented on 2013-11-22 11:07 (UTC)

Shouldn't the package name be python-graph-tool (according to https://wiki.archlinux.org/index.php/Python_Package_Guidelines)?

muellner commented on 2013-09-28 21:10 (UTC)

I cannot reproduce the error. Could you try to find out what exactly goes wrong and report back? Thanks!

enedene commented on 2013-09-28 16:24 (UTC)

==> ERROR: A failure occurred in prepare(). Aborting... ==> ERROR: Makepkg was unable to build python3-graph-tool.