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¶
$(BLAS)
$(MP_LIBRARY)
Version Information¶
package-version.txt:
0.10.12
Equivalent System Packages¶
$ sudo pacman -S igraph
$ conda install igraph
$ sudo apt-get install libigraph-dev
$ sudo yum install igraph igraph-devel
$ sudo pkg install math/igraph
$ sudo emerge dev-libs/igraph
$ brew install igraph
$ sudo port install igraph
$ sudo xbps-install igraph-devel
See https://repology.org/project/igraph/versions
If the system package is installed, ./configure
will check if it can be used.