igraph: update to 0.10.15.

This commit is contained in:
Gonzalo Tornaría 2024-12-26 15:18:35 -03:00 committed by Andrew J. Hesford
parent 1e7097996a
commit dcb8a71c85

View file

@ -1,6 +1,6 @@
# Template file for 'igraph'
pkgname=igraph
version=0.10.13
version=0.10.15
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=c6dc44324f61f52c098bedb81f6a602365d39d692d5068ca4fc3734b2a15e64c
checksum=03ba01db0544c4e32e51ab66f2356a034394533f61b4e14d769b9bbf5ad5e52c
build_options="openblas"