igraph: A library for creating and manipulating graphs

Description

igraph is a library for creating and manipulating graphs. It is intended to be as powerful (ie. fast) as possible to enable the analysis of large graphs.

License

GPL version 2

Upstream Contact

http://igraph.org/c/

Dependencies

  • GMP/MPIR

  • libxml2, but this is not shipped with Sage, so the user has to install libxml2-dev from her distro.

Special Update/Build Instructions

Type

optional

Version Information

package-version.txt:

0.8.3

Equivalent System Packages

arch:

$ sudo pacman -S  igraph

conda:

$ conda install igraph

Debian/Ubuntu:

$ sudo apt-get install  igraph

Fedora/Redhat/CentOS:

$ sudo yum install  igraph

freebsd:

$ sudo pkg install igraph

gentoo:

$ sudo emerge igraph

homebrew:

$ brew install igraph

See https://repology.org/project/igraph/versions

If the system package is installed, ./configure will check whether it can be used.