Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rankwidth: remove dependency on igraph #41973

Merged
merged 1 commit into from
Feb 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions srcpkgs/rankwidth/template
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"
license="GPL-2.0-or-later"
Expand All @@ -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
Expand Down