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#
Dependencies#
igraph can optionally use libxml2 for providing a GraphML importer.
Special Update/Build Instructions#
Type#
optional
Dependencies#
$(MP_LIBRARY)
$(BLAS)
Version Information#
package-version.txt:
0.10.2
Equivalent System Packages#
arch:
$ sudo pacman -S igraph
conda:
$ conda install igraph
Debian/Ubuntu:
$ sudo apt-get install libigraph-dev
Fedora/Redhat/CentOS:
$ sudo yum install igraph igraph-devel
freebsd:
$ sudo pkg install math/igraph
gentoo:
$ sudo emerge dev-libs/igraph
homebrew:
$ brew install igraph
macports: install the following packages: igraph
void:
$ sudo xbps-install igraph-devel
See https://repology.org/project/igraph/versions
If the system package is installed, ./configure will check whether it can be used.