From a17e59a984b589b0ba0aac476435045f39d23797 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Mon, 30 Jan 2023 12:43:19 -0300 Subject: [PATCH] igraph: update to 0.10.4. --- srcpkgs/igraph/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/igraph/template b/srcpkgs/igraph/template index 0075cb24a31f..30772d74a2fa 100644 --- a/srcpkgs/igraph/template +++ b/srcpkgs/igraph/template @@ -1,19 +1,20 @@ # Template file for 'igraph' pkgname=igraph -version=0.10.2 +version=0.10.4 revision=1 build_style=cmake configure_args="-DIGRAPH_ENABLE_TLS=on -DIGRAPH_ENABLE_LTO=on -DBUILD_SHARED_LIBS=ON -DBLA_VENDOR=$(vopt_if openblas 'OpenBLAS' 'Generic')" +make_check_target=check makedepends="arpack-ng-devel glpk-devel gmp-devel libgomp-devel libxml2-devel $(vopt_if openblas 'openblas-devel' 'lapack-devel')" short_desc="Graph library" maintainer="Gonzalo TornarĂ­a " license="GPL-2.0-or-later" homepage="https://igraph.org/c/" -changelog="https://raw.githubusercontent.com/igraph/igraph/master/CHANGELOG.md" +changelog="https://github.com/igraph/igraph/releases" distfiles="https://github.com/igraph/igraph/releases/download/${version}/igraph-${version}.tar.gz" -checksum=2c2b9f18fc2f84b327f1146466942eb3e3d2ff09b6738504efb9e5edf2728c83 +checksum=aa5700b58c5f1e1de1f4637ab14df15c6b20e25e51d0f5a260921818e8f02afc build_options="openblas"