From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/gappa/
Date: Wed, 9 Jun 2021 14:25:20 +0000 (UTC) [thread overview]
Message-ID: <1623248716.b111bc689a1bbd5a7b9e82d350b9e600fc6d2190.andrewammerlaan@gentoo> (raw)
commit: b111bc689a1bbd5a7b9e82d350b9e600fc6d2190
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 9 14:23:51 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed Jun 9 14:25:16 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b111bc68
sci-mathematics/gappa: add version 1.4.0
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
sci-mathematics/gappa/gappa-1.4.0.ebuild | 42 ++++++++++++++++++++++++++++++++
1 file changed, 42 insertions(+)
diff --git a/sci-mathematics/gappa/gappa-1.4.0.ebuild b/sci-mathematics/gappa/gappa-1.4.0.ebuild
new file mode 100644
index 000000000..7395c8ea3
--- /dev/null
+++ b/sci-mathematics/gappa/gappa-1.4.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DOCS_BUILDER="doxygen"
+DOCS_DIR="doc/doxygen"
+
+inherit docs multiprocessing
+
+DESCRIPTION="Verifying and proving properties on floating-point or fixed-point arithmetic"
+HOMEPAGE="https://gappa.gitlabpages.inria.fr/"
+SRC_URI="https://gforge.inria.fr/frs/download.php/file/38436/${P}.tar.gz"
+
+LICENSE="|| ( CeCILL-2 GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ dev-libs/gmp:0=
+ dev-libs/mpfr:0=
+ dev-libs/boost
+"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+ default
+ sed -i Remakefile.in \
+ -e "s:mkdir -p @bindir@:mkdir -p \${DESTDIR}@bindir@:g" \
+ -e "s:cp src/gappa @bindir@:cp src/gappa \${DESTDIR}@bindir@:g" || die
+}
+
+src_compile() {
+ # Only accept number of parrellel jobs because remake does not understand --load-average
+ ./remake -d -j$(makeopts_jobs) || die "emake failed"
+ docs_compile
+}
+
+src_install() {
+ DESTDIR="${D}" ./remake install
+ einstalldocs
+}
next reply other threads:[~2021-06-09 14:25 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-09 14:25 Andrew Ammerlaan [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-01-03 19:09 [gentoo-commits] proj/sci:master commit in: sci-mathematics/gappa/ Andrew Ammerlaan
2021-06-09 14:25 Andrew Ammerlaan
2021-06-09 14:25 Andrew Ammerlaan
2021-03-04 12:09 Andrew Ammerlaan
2021-03-04 12:09 Andrew Ammerlaan
2015-09-21 19:05 Justin Lecher
2014-09-16 17:01 Christoph Junghans
2013-08-12 21:27 Sebastien Fabbro
2013-01-14 14:10 Jonathan-Christofer Demay
2012-02-06 14:31 Jonathan-Christofer Demay
2011-06-25 17:22 Justin Lecher
2011-02-13 8:02 Jonathan-Christofer Demay
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1623248716.b111bc689a1bbd5a7b9e82d350b9e600fc6d2190.andrewammerlaan@gentoo \
--to=andrewammerlaan@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox