Install this version:
emerge -a =sci-mathematics/rw-0.10
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sci-mathematics/rw-0.10
Or alternatively:
emerge --autounmask-write -a =sci-mathematics/rw-0.10
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=9
DESCRIPTION="Compute rank-width decompositions of graphs"
HOMEPAGE="https://sourceforge.net/projects/rankwidth/"
SRC_URI="https://downloads.sourceforge.net/project/rankwidth/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~riscv ~x86 ~x64-macos"
# We have a file collision (librw.so) with xpaint, bug 560210.
RDEPEND="!media-gfx/xpaint"
src_configure() {
# The executable depends on igraph, which has gone off the rails
# upstream and has copy/pasted ~10 libraries into its src/ directory.
econf --disable-executable
}
src_install() {
default
find "${ED}" -name '*.la' -delete \
|| die 'failed to delete libtool archives'
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | rw-0.10.tar.gz | 355838 bytes | https://downloads.sourceforge.net/project/rankwidth/rw-0.10.tar.gz |