Package Details: python-graph-tool 2.79-1

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-10-27 09:12 (UTC)

Latest Comments

« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 14 15 Next › Last »

arefindk commented on 2015-04-19 17:17 (UTC)

Please update the package so that it is compliant with updated "cgal".

muellner commented on 2014-09-12 20:31 (UTC)

Fixed.

robcat commented on 2014-09-12 09:07 (UTC)

I've recompiled the package with boost 1.56.0 (current version) and I have this error. >>> import graph_tool Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/python3.4/site-packages/graph_tool/__init__.py", line 101, in <module> dl_import("from . import libgraph_tool_core as libcore") File "/usr/lib/python3.4/site-packages/graph_tool/dl_import.py", line 57, in dl_import exec(import_expr, local_dict, global_dict) File "<string>", line 1, in <module> ImportError: /usr/lib/libboost_python.so.1.56.0: undefined symbol: PyClass_Type

muellner commented on 2014-06-30 22:18 (UTC)

Thanks for the hint. I'll set graphviz as optional when the next graph-tool version is published. I don't do it now since it would only trigger lengthy recompilation for all users.

blackout commented on 2014-06-30 20:26 (UTC)

why is graphviz set as dep.? on the graph-tool page it says optional, deprecated

lahwaacz commented on 2014-06-26 12:43 (UTC)

Compiling in fewer threads than available will lower the memory requirements. Ironically, this should speed up the compilation process if swap is not used.

blackout commented on 2014-06-26 09:41 (UTC)

on my notebook with i7-740 4core+HyperThreading 1.73Ghz Turbo 2.9Ghz it took yaourt -S python-graph-tool 8528,00s user 153,43s system 96% cpu 2:29:44,44 total time to compile it. Furthermore, even with 8Gb RAM you will need a swap :) But all in all great tool and thx daniel

muellner commented on 2014-04-01 18:50 (UTC)

Now that Boost was updated, I triggered recompilation by submitting a new PKGBUILD with incremented release number. Package content is the same as before. ------------------------------------------------------------------------ Dear user, in case you read the previous comments: all known issues are now fixed. You can expect graph_tool to work (again) without any tweaks.

freswa commented on 2014-03-31 09:33 (UTC)

Thanks. My fault. Looked at archlinux.de -.-"