From ab89ca51f8c1096329b28ea166cb72a6d9e6fe19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Mon, 30 Jan 2023 13:31:28 -0300 Subject: [PATCH] rankwidth: remove dependency on igraph It turns out that rankwidth only depends on igraph for the binary, but we don't ship the binary anyway (for sagemath we only need the library). --- srcpkgs/rankwidth/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/rankwidth/template b/srcpkgs/rankwidth/template index 873e93e1bd1..a28ca16a44b 100644 --- a/srcpkgs/rankwidth/template +++ b/srcpkgs/rankwidth/template @@ -1,10 +1,10 @@ # Template file for 'rankwidth' pkgname=rankwidth version=0.9 -revision=2 +revision=3 build_style=gnu-configure -hostmakedepends="pkg-config" -makedepends="igraph-devel" +# don't depend on igraph, we don't ship the binary anyway +configure_args="--disable-executable" short_desc="Calculates rank-width and rank-decompositions" maintainer="Gonzalo TornarĂ­a " license="GPL-2.0-or-later" @@ -21,7 +21,7 @@ post_install() { } rankwidth-devel_package() { - depends="${makedepends} ${sourcepkg}>=${version}_${revision}" + depends="${sourcepkg}>=${version}_${revision}" short_desc+=" - development files" pkg_install() { vmove usr/include