From 6d129f7e922f3e4d93569ae5580be2f594449c8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Thu, 4 Apr 2024 23:59:07 -0300 Subject: [PATCH] igraph: update to 0.10.11. --- srcpkgs/igraph/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/igraph/template b/srcpkgs/igraph/template index 0ec9786d713..7a81b36e403 100644 --- a/srcpkgs/igraph/template +++ b/srcpkgs/igraph/template @@ -1,6 +1,6 @@ # Template file for 'igraph' pkgname=igraph -version=0.10.10 +version=0.10.11 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=6148f2e72a183ef5cd08324cccc73fa9eb8e54bb5a96c7f8f3c0465432ec2404 +checksum=f7aa3c7addce69538892c185055d59719ee1587f58ce0ae4fec8ddd072946d63 build_options="openblas"