From: "Alfredo Tupone" <tupone@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/why3-for-spark/
Date: Tue, 14 Jan 2020 07:52:02 +0000 (UTC) [thread overview]
Message-ID: <1578988302.d53b71f85b0a0eac777c476cb523c7bc30d3e5da.tupone@gentoo> (raw)
commit: d53b71f85b0a0eac777c476cb523c7bc30d3e5da
Author: Tupone Alfredo <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 14 07:51:42 2020 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Jan 14 07:51:42 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d53b71f8
sci-mathematics/why3-for-spark: use ocaml-4.09
Closes: https://bugs.gentoo.org/705072
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
.../why3-for-spark/why3-for-spark-2019-r1.ebuild | 78 ++++++++++++++++++++++
1 file changed, 78 insertions(+)
diff --git a/sci-mathematics/why3-for-spark/why3-for-spark-2019-r1.ebuild b/sci-mathematics/why3-for-spark/why3-for-spark-2019-r1.ebuild
new file mode 100644
index 00000000000..6df32dd7409
--- /dev/null
+++ b/sci-mathematics/why3-for-spark/why3-for-spark-2019-r1.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools
+
+MYP=why3-${PV}-20190517-197BB-src
+
+DESCRIPTION="Platform for deductive program verification"
+HOMEPAGE="http://why3.lri.fr/"
+SRC_URI="http://mirrors.cdn.adacore.com/art/5cdf915d31e87a8f1c967d54
+ -> ${MYP}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="coq doc emacs gtk html hypothesis-selection +ocamlopt profiling zarith zip"
+RESTRICT=strip
+
+DEPEND=">=dev-lang/ocaml-4.09.0[ocamlopt?]
+ >=dev-ml/ocamlbuild-0.14.0
+ dev-ml/menhir
+ dev-ml/num
+ coq? ( sci-mathematics/coq )
+ doc? ( dev-tex/rubber )
+ gtk? ( dev-ml/lablgtk[sourceview] )
+ emacs? ( >=app-editors/emacs-23.1:* )
+ html? ( dev-tex/hevea )
+ hypothesis-selection? ( dev-ml/ocamlgraph )
+ zarith? ( dev-ml/zarith )
+ zip? ( >=dev-ml/camlzip-1.07 )"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}"/${MYP}
+
+PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
+
+REQUIRED_USE="html? ( doc )"
+
+src_configure() {
+ econf \
+ --disable-pvs-libs \
+ --disable-isabelle-libs \
+ --enable-verbose-make \
+ $(use_enable coq coq-libs) \
+ $(use_enable doc) \
+ $(use_enable emacs emacs-compilation) \
+ $(use_enable gtk ide) \
+ $(use_enable html html-doc) \
+ $(use_enable hypothesis-selection) \
+ $(use_enable ocamlopt native-code) \
+ $(use_enable profiling) \
+ $(use_enable zarith) \
+ $(use_enable zip)
+}
+
+src_compile() {
+ emake -j1
+ if use ocamlopt; then
+ emake byte
+ fi
+ use doc && emake doc
+}
+
+src_install() {
+ emake DESTDIR="${D}" -j1 install
+ emake DESTDIR="${D}" -j1 install-lib
+ emake DESTDIR="${D}" install_spark2014_dev
+ dosym ../why3server /usr/$(get_libdir)/why3/commands/why3server
+ einstalldocs
+ docompress -x /usr/share/doc/${PF}/examples
+ dodoc -r examples
+ if use doc; then
+ dodoc doc/manual.pdf
+ use html && dodoc -r doc/html
+ fi
+}
next reply other threads:[~2020-01-14 7:52 UTC|newest]
Thread overview: 45+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-14 7:52 Alfredo Tupone [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-24 21:54 [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/why3-for-spark/ Alfredo Tupone
2025-02-08 21:53 Alfredo Tupone
2025-02-08 20:59 Alfredo Tupone
2024-12-31 16:59 Sam James
2024-12-31 16:53 Sam James
2024-12-31 16:53 Sam James
2024-12-15 7:37 Alfredo Tupone
2024-11-28 18:49 Alfredo Tupone
2023-12-29 22:44 Alfredo Tupone
2023-04-02 13:21 Alfredo Tupone
2023-04-02 11:27 Alfredo Tupone
2023-03-31 13:13 Alfredo Tupone
2022-11-26 13:47 Alfredo Tupone
2022-07-26 19:54 Alfredo Tupone
2022-06-27 8:47 Alfredo Tupone
2022-06-27 6:19 Alfredo Tupone
2022-03-11 21:01 Alfredo Tupone
2022-02-07 21:48 Alfredo Tupone
2022-02-07 12:50 Alfredo Tupone
2022-02-07 9:57 Alfredo Tupone
2022-02-07 9:55 Alfredo Tupone
2022-02-06 17:41 Alfredo Tupone
2021-09-18 16:51 Alfredo Tupone
2021-06-29 14:16 Alfredo Tupone
2021-02-10 17:25 Alfredo Tupone
2021-01-17 4:10 Sam James
2021-01-17 4:10 Sam James
2020-06-15 17:20 Alfredo Tupone
2020-06-14 11:49 Alfredo Tupone
2020-01-17 10:41 Alfredo Tupone
2020-01-16 10:09 Alfredo Tupone
2020-01-15 8:19 Alfredo Tupone
2019-12-20 22:49 Ulrich Müller
2019-03-15 7:25 Alfredo Tupone
2018-12-16 8:36 Alfredo Tupone
2018-03-27 6:05 Alfredo Tupone
2017-11-06 21:09 Alfredo Tupone
2017-11-04 20:46 Alfredo Tupone
2017-11-04 18:31 Alfredo Tupone
2017-10-25 17:29 Alfredo Tupone
2017-10-24 19:59 Alfredo Tupone
2017-10-24 18:33 Alfredo Tupone
2017-10-23 18:30 Alfredo Tupone
2017-10-20 5:48 Alfredo Tupone
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=1578988302.d53b71f85b0a0eac777c476cb523c7bc30d3e5da.tupone@gentoo \
--to=tupone@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