This module extends Python with a Graph class which is capable of handling arbitrary directed and undirected graphs with thousands of nodes and millions of edges. Since the module makes use of the open source igraph library written in almost 100% pure C, it is blazing fast and outperforms most other pure Python-based packages around. WWW: http://cneurocvs.rmki.kfki.hu/igraph Generated with FreeBSD Port Tools 0.77
Hello, Excuse me, I forget to remove the line: "#RUN_DEPENDS= ${LIB_DEPENDS}" Please remove it from the Makefile. -- Best Regards, Li-Wen Hsu
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
State Changed From-To: open->closed Committed. Thanks!
miwi 2006-12-21 19:57:36 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/py-igraph Makefile distinfo pkg-descr pkg-plist Log: This module extends Python with a Graph class which is capable of handling arbitrary directed and undirected graphs with thousands of nodes and millions of edges. Since the module makes use of the open source igraph library written in almost 100% pure C, it is blazing fast and outperforms most other pure Python-based packages around. WWW: http://cneurocvs.rmki.kfki.hu/igraph PR: ports/106971 Submitted by: Li-Wen Hsu <lwhsu at lwhsu.org> Revision Changes Path 1.436 +1 -0 ports/math/Makefile 1.1 +28 -0 ports/math/py-igraph/Makefile (new) 1.1 +3 -0 ports/math/py-igraph/distinfo (new) 1.1 +7 -0 ports/math/py-igraph/pkg-descr (new) 1.1 +30 -0 ports/math/py-igraph/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"