sci-mathematics/gappa - 1.4.1 (gentoo)

Search

Package Information

Description:
Tool for verifying floating-point or fixed-point arithmetic
Homepage:
https://gappa.gitlabpages.inria.fr/ https://gitlab.inria.fr/gappa/gappa/
License:
CeCILL-2 GPL-3+

Ebuild Details

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

EAPI=8

DOCS_BUILDER=doxygen
DOCS_DIR=doc/doxygen

inherit docs multiprocessing

DESCRIPTION="Tool for verifying floating-point or fixed-point arithmetic"
HOMEPAGE="https://gappa.gitlabpages.inria.fr/
	https://gitlab.inria.fr/gappa/gappa/"
SRC_URI="https://gappa.gitlabpages.inria.fr/releases/${P}.tar.gz"

LICENSE="CeCILL-2 GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND="
	dev-libs/boost:=
	dev-libs/gmp:0=
	dev-libs/mpfr:0=
"
DEPEND="${RDEPEND}"

DOCS=( AUTHORS INSTALL.md NEWS.md README.md )

src_compile() {
	./remake --jobs=$(makeopts_jobs) || die

	docs_compile
}

src_test() {
	./remake --jobs=$(makeopts_jobs) check || die
}

src_install() {
	DESTDIR="${D}" ./remake install || die

	einstalldocs
}

Dependencies

DEPEND

	dev-libs/boost:=
	dev-libs/gmp:0=
	dev-libs/mpfr:0=

RDEPEND

	dev-libs/boost:=
	dev-libs/gmp:0=
	dev-libs/mpfr:0=

Manifest for 1.4.1

Type File Size Source URLs
DIST gappa-1.4.1.tar.gz 388314 bytes https://gappa.gitlabpages.inria.fr/releases/gappa-1.4.1.tar.gz