Install python-igraph Ubuntu 9.04 64 bit

Download python-igraph nightly from http://code.google.com/p/igraph/downloads/list

tar xfvz the tar.gz your download

First, make sure you added the following line to your /etc/apt/sources.list:

deb http://cneurocvs.rmki.kfki.hu /packages/binary/
deb-src http://cneurocvs.rmki.kfki.hu /packages/source/

Invoke apt-get update as root to update the package list, then fetch the source code and let Ubuntu build a package:

apt-get build-dep igraph && apt-get -b source igraph

This will build libigraph and libigraph-dev for your platform in the current directory. You can install them afterwards using:

dpkg -i libigraph*.deb

Thanks to http://lists.gnu.org/archive/html/igraph-help/2009-04/msg00025.html Tamas Nepusz