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:
parent
1a6a7e2f54
commit
ab89ca51f8
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'rankwidth'
|
# Template file for 'rankwidth'
|
||||||
pkgname=rankwidth
|
pkgname=rankwidth
|
||||||
version=0.9
|
version=0.9
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
# don't depend on igraph, we don't ship the binary anyway
|
||||||
makedepends="igraph-devel"
|
configure_args="--disable-executable"
|
||||||
short_desc="Calculates rank-width and rank-decompositions"
|
short_desc="Calculates rank-width and rank-decompositions"
|
||||||
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
|
@ -21,7 +21,7 @@ post_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
rankwidth-devel_package() {
|
rankwidth-devel_package() {
|
||||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue