igraph: update to 0.10.8.

This commit is contained in:
Gonzalo Tornaría 2023-11-25 10:48:24 -03:00 committed by Duncan Overbruck
parent 6844c9e47c
commit 5bbb58ba52

View File

@ -1,6 +1,6 @@
# Template file for 'igraph'
pkgname=igraph
version=0.10.7
version=0.10.8
revision=1
build_style=cmake
configure_args="-DIGRAPH_ENABLE_TLS=on -DIGRAPH_ENABLE_LTO=on -DBUILD_SHARED_LIBS=ON
@ -14,7 +14,7 @@ license="GPL-2.0-or-later"
homepage="https://igraph.org/c/"
changelog="https://github.com/igraph/igraph/releases"
distfiles="https://github.com/igraph/igraph/releases/download/${version}/igraph-${version}.tar.gz"
checksum=b9e2a46b70896a379d784ea227f076b59750cc7411463b1d4accbf9e38b361ad
checksum=ac5fa94ae6fd1eace651e4b235e99c056479a5c5d0d641aed30240ac33b19403
build_options="openblas"