igraph: update to 0.10.6.

Closes: #45095 [via git-merge-pr]
This commit is contained in:
Gonzalo Tornaría 2023-07-16 20:49:11 -03:00 committed by Piraty
parent e35514d4ef
commit 8ff119fc85
No known key found for this signature in database
GPG key ID: 82F2CC796BD07077

View file

@ -1,6 +1,6 @@
# Template file for 'igraph'
pkgname=igraph
version=0.10.5
version=0.10.6
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=1c2725122fda9b72065095794bc7748939d90d942d312cb63c6160cd98d50f1e
checksum=99bf91ee90febeeb9a201f3e0c1d323c09214f0b5f37a4290dc3b63f52839d6d
build_options="openblas"