igraph: update to 0.10.12.

This commit is contained in:
Gonzalo Tornaría 2024-05-18 16:26:07 -03:00 committed by cinerea0
parent d38170b209
commit 6f95b4c3ee
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'igraph'
pkgname=igraph
version=0.10.11
version=0.10.12
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=f7aa3c7addce69538892c185055d59719ee1587f58ce0ae4fec8ddd072946d63
checksum=b011f7f9f38a3e59924cc9ff652e6d33105fa03fcaf3792f47d752626a0a4625
build_options="openblas"