diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-10-15 02:11:33 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-10-15 02:11:33 +0100 |
commit | 0fdd4074ff3dc0c507a9867380a4f91250a0b610 (patch) | |
tree | 83d3b64438d2f29b375d895f12b82d5c484db219 /sci-mathematics/alt-ergo | |
parent | 8fbd420dce8836e6503b162092e07b6a77a89f1d (diff) |
gentoo resync : 15.10.2017
Diffstat (limited to 'sci-mathematics/alt-ergo')
-rw-r--r-- | sci-mathematics/alt-ergo/Manifest | 3 | ||||
-rw-r--r-- | sci-mathematics/alt-ergo/alt-ergo-1.30.ebuild | 34 | ||||
-rw-r--r-- | sci-mathematics/alt-ergo/metadata.xml | 16 |
3 files changed, 53 insertions, 0 deletions
diff --git a/sci-mathematics/alt-ergo/Manifest b/sci-mathematics/alt-ergo/Manifest new file mode 100644 index 000000000000..88573a9c3b68 --- /dev/null +++ b/sci-mathematics/alt-ergo/Manifest @@ -0,0 +1,3 @@ +DIST alt-ergo-1.30.tar.gz 380329 SHA256 2fd8428323efeafe1f0a92aeaf98242f4668784567a25eac230675451653b708 SHA512 6ac6abdc6602b0ba89ee58eb96c66ac93e8195e0b4f75595381eded86365c2dd881251de2b77e2f1137684651ddc7fd94f922509de0be2964d81f52a6fb0f2f2 WHIRLPOOL 45ac4e9f0f44e1deb30a32fb4d83624cf152dcbd734bc5baaf26f2460ac1eb67553049665ed733013bca3c3749af916510f8f0c3693eadada1d6df0949c017cc +EBUILD alt-ergo-1.30.ebuild 732 SHA256 9778344f2ea04dc1c7d1307c472ef3b35c901fe6b6a4438f04e9f78cadf3a5d1 SHA512 39fed507ea5fd20dc150e6ee4c342ad5b48e766b1c10c9aa1957bf718aa60bf59bfa4888bc0ed48e7086f88f4ba84d4902c91b5202d4d66feee5dc05210b2bfe WHIRLPOOL efb76a45ba24f4bdbcb42a1b477d53a2c28d174385b4517e374a18177d0f4a24dcbec1015b5d10f1a348a8f6f72ea6aa59d0c4b0cf2af33c7bec8b5a8ac8fce7 +MISC metadata.xml 670 SHA256 7e84fe9865c5bd5b0998b506da0fae672c72e4b8923617c024f1bceecbc0ed67 SHA512 9e514e4da2b92aa1e8e8e084450f478b51947172b689664dfe6c0fe0eb139e278e13689c8ba53825cb3bc32140cfd4cd7a68fede0d013cd065d5339d34931e8d WHIRLPOOL 5c224a903d9ab9bbb28e4c49041cd12dfbf6d969855a0abd071ffff0e852957becc1734575979086c3b4aea43709d4ab00a7c3593a778e03120e7e77576814be diff --git a/sci-mathematics/alt-ergo/alt-ergo-1.30.ebuild b/sci-mathematics/alt-ergo/alt-ergo-1.30.ebuild new file mode 100644 index 000000000000..46560c627430 --- /dev/null +++ b/sci-mathematics/alt-ergo/alt-ergo-1.30.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="Automatic theorem prover" +HOMEPAGE="http://alt-ergo.ocamlpro.com" +SRC_URI="https://alt-ergo.ocamlpro.com/http/${P}/${P}.tar.gz" + +LICENSE="CeCILL-C" +SLOT="0" +KEYWORDS="~amd64" +IUSE="examples gtk +ocamlopt" + +DEPEND=">=dev-lang/ocaml-3.12.1[ocamlopt?] + dev-ml/zarith + gtk? ( >=dev-ml/lablgtk-2.14[sourceview,ocamlopt?] ) + dev-ml/camlzip + dev-ml/ocplib-simplex" +RDEPEND="${DEPEND}" + +DOCS=( CHANGES INSTALL.md README.md ) + +src_compile() { + emake + use gtk && emake gui +} + +src_install() { + default + use gtk && emake DESTDIR="${D}" install-gui + insinto /usr/share/doc/${PF} + use examples && doins -r examples +} diff --git a/sci-mathematics/alt-ergo/metadata.xml b/sci-mathematics/alt-ergo/metadata.xml new file mode 100644 index 000000000000..8e305fa324a8 --- /dev/null +++ b/sci-mathematics/alt-ergo/metadata.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>tupone@gentoo.org</email> + <name>Tupone Alfredo</name> + </maintainer> + <longdescription lang="en"> + Alt-Ergo is an open-source automatic solver of mathematical formulas + designed for program verification. It is based on Satisfiability Modulo + Theories (SMT). Solvers of this family have made impressive advances + and became very popular during the last decade. They are now used is + various domains such as hardware design, software verification and + formal testing. + </longdescription> +</pkgmetadata> |