From 7549ee302c6d3e0c745f43a8484de9b8aba4e8dc 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 873e93e1bd15..a28ca16a44b8 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