Install this version:
emerge -a =sci-libs/buddy-2.4
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sci-libs/buddy-2.4
Or alternatively:
emerge --autounmask-write -a =sci-libs/buddy-2.4
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit fortran-2
DESCRIPTION="Binary Decision Diagram Package"
HOMEPAGE="https://sourceforge.net/projects/buddy/"
SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz"
LICENSE="buddy"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="doc examples"
DOCS=( doc/tech.txt )
PATCHES=(
"${FILESDIR}"/${P}-gcc43.patch
"${FILESDIR}"/${P}-gold.patch
)
src_configure() {
econf --disable-static
}
src_install() {
default
find "${ED}" -name '*.la' -delete || die
if use examples; then
find examples/ -name 'Makefile*' -delete || die
dodoc -r examples
docompress -x /usr/share/doc/${PF}/examples
fi
if use doc; then
docinto ps
dodoc doc/*.ps
fi
}
Manage flags for this package:
euse -i <flag> -p sci-libs/buddy |
euse -E <flag> -p sci-libs/buddy |
euse -D <flag> -p sci-libs/buddy
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | buddy-2.4.tar.gz | 766523 bytes | https://downloads.sourceforge.net/buddy/buddy-2.4.tar.gz |