igraph: update to 0.10.5.

This commit is contained in:
Gonzalo Tornaría 2023-07-01 17:12:11 -03:00 committed by Duncan Overbruck
parent b6afc05c9b
commit ccbf8e476a

View File

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