mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
sci-mathematics/cudd: new package; add 3.0.0
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
parent
d820c1e66c
commit
ae866c3295
1
sci-mathematics/cudd/Manifest
Normal file
1
sci-mathematics/cudd/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST cudd-3.0.0.tar.gz 1175302 BLAKE2B 9948495b4426e5931daafe0f48a1e1886bbadd6adbd5191b41aa7876522da7d29e84585a555184d5cf661a93e0d974b2caea79e135e7633eef1b7fdf173fdd1c SHA512 c0cb5fbdc4bb1793712e42c2e1377c3b1ae36f22ffc82bb3dd93a8a51f58bfe192fed9a37239a4c471326ef00a8f5e2f7fc801a2a6841be3db5a7e159e866f21
|
||||
27
sci-mathematics/cudd/cudd-3.0.0.ebuild
Normal file
27
sci-mathematics/cudd/cudd-3.0.0.ebuild
Normal file
@ -0,0 +1,27 @@
|
||||
# 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
|
||||
}
|
||||
14
sci-mathematics/cudd/metadata.xml
Normal file
14
sci-mathematics/cudd/metadata.xml
Normal file
@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>sci@gentoo.org</email>
|
||||
<name>Gentoo Science Project</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
CUDD stands for Colorado University Decision Diagram. It is a package for
|
||||
the manipulation of Binary Decision Diagrams (BDDs), Algebraic Decision
|
||||
Diagrams (ADDs) and Zero-suppressed Binary Decision Diagrams (ZDDs).
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
||||
Loading…
x
Reference in New Issue
Block a user