igraph: update to 0.10.4.
This commit is contained in:
parent
ff6ee5eb31
commit
1a6a7e2f54
1 changed files with 4 additions and 3 deletions
|
@ -1,19 +1,20 @@
|
||||||
# Template file for 'igraph'
|
# Template file for 'igraph'
|
||||||
pkgname=igraph
|
pkgname=igraph
|
||||||
version=0.10.2
|
version=0.10.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DIGRAPH_ENABLE_TLS=on -DIGRAPH_ENABLE_LTO=on -DBUILD_SHARED_LIBS=ON
|
configure_args="-DIGRAPH_ENABLE_TLS=on -DIGRAPH_ENABLE_LTO=on -DBUILD_SHARED_LIBS=ON
|
||||||
-DBLA_VENDOR=$(vopt_if openblas 'OpenBLAS' 'Generic')"
|
-DBLA_VENDOR=$(vopt_if openblas 'OpenBLAS' 'Generic')"
|
||||||
|
make_check_target=check
|
||||||
makedepends="arpack-ng-devel glpk-devel gmp-devel libgomp-devel libxml2-devel
|
makedepends="arpack-ng-devel glpk-devel gmp-devel libgomp-devel libxml2-devel
|
||||||
$(vopt_if openblas 'openblas-devel' 'lapack-devel')"
|
$(vopt_if openblas 'openblas-devel' 'lapack-devel')"
|
||||||
short_desc="Graph library"
|
short_desc="Graph library"
|
||||||
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://igraph.org/c/"
|
homepage="https://igraph.org/c/"
|
||||||
changelog="https://raw.githubusercontent.com/igraph/igraph/master/CHANGELOG.md"
|
changelog="https://github.com/igraph/igraph/releases"
|
||||||
distfiles="https://github.com/igraph/igraph/releases/download/${version}/igraph-${version}.tar.gz"
|
distfiles="https://github.com/igraph/igraph/releases/download/${version}/igraph-${version}.tar.gz"
|
||||||
checksum=2c2b9f18fc2f84b327f1146466942eb3e3d2ff09b6738504efb9e5edf2728c83
|
checksum=aa5700b58c5f1e1de1f4637ab14df15c6b20e25e51d0f5a260921818e8f02afc
|
||||||
|
|
||||||
build_options="openblas"
|
build_options="openblas"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue