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).
This commit is contained in:
Gonzalo Tornaría 2023-01-30 13:31:28 -03:00 committed by Leah Neukirchen
parent 1a6a7e2f54
commit ab89ca51f8
1 changed files with 4 additions and 4 deletions

View File

@ -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 <tornaria@cmat.edu.uy>"
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