igraph: update to 0.10.4.

This commit is contained in:
Gonzalo Tornaría 2023-01-30 12:43:19 -03:00 committed by Leah Neukirchen
parent ff6ee5eb31
commit 1a6a7e2f54

View File

@ -1,19 +1,20 @@
# Template file for 'igraph'
pkgname=igraph
version=0.10.2
version=0.10.4
revision=1
build_style=cmake
configure_args="-DIGRAPH_ENABLE_TLS=on -DIGRAPH_ENABLE_LTO=on -DBUILD_SHARED_LIBS=ON
-DBLA_VENDOR=$(vopt_if openblas 'OpenBLAS' 'Generic')"
make_check_target=check
makedepends="arpack-ng-devel glpk-devel gmp-devel libgomp-devel libxml2-devel
$(vopt_if openblas 'openblas-devel' 'lapack-devel')"
short_desc="Graph library"
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
license="GPL-2.0-or-later"
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"
checksum=2c2b9f18fc2f84b327f1146466942eb3e3d2ff09b6738504efb9e5edf2728c83
checksum=aa5700b58c5f1e1de1f4637ab14df15c6b20e25e51d0f5a260921818e8f02afc
build_options="openblas"