sci-mathematics/cudd - 3.0.0 (gentoo)

Search

Package Information

Description:
Colorado University binary Decision Diagram library
Homepage:
https://davidkebo.com/cudd/
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
3.0.0 8 ~amd64 ~x86 0/3.0.0
View Raw Ebuild
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Colorado University binary Decision Diagram library"
HOMEPAGE="https://davidkebo.com/cudd/"
SRC_URI="https://davidkebo.com/source/cudd_versions/${P}.tar.gz"

LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"

src_configure() {
	local myconf=(
		--enable-dddmp
		--enable-obj
		--enable-shared
	)
	econf ${myconf[@]}
}

src_install() {
	default

	find "${ED}" -name "*.la" -type f -delete || die
}

Manifest for 3.0.0

Type File Size Source URLs
DIST cudd-3.0.0.tar.gz 1175302 bytes https://davidkebo.com/source/cudd_versions/cudd-3.0.0.tar.gz