igraph: update to 0.10.7.

This commit is contained in:
Gonzalo Tornaría 2023-09-04 22:56:05 -03:00 committed by Andrew J. Hesford
parent 5d97de9172
commit fc74a5ded9
1 changed files with 2 additions and 2 deletions

View File

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