From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AE093158086 for ; Tue, 28 Dec 2021 14:46:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7532B2BC013; Tue, 28 Dec 2021 14:46:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EAEF72BC013 for ; Tue, 28 Dec 2021 14:46:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5EFF2342D0B for ; Tue, 28 Dec 2021 14:46:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B44AC1BD for ; Tue, 28 Dec 2021 14:46:18 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1640702776.fc6bcf4e287ef662105a629a9d69de4e4f15e0b9.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/cadical/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/cadical/Manifest sci-mathematics/cadical/cadical-1.5.2.ebuild sci-mathematics/cadical/metadata.xml X-VCS-Directories: sci-mathematics/cadical/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: fc6bcf4e287ef662105a629a9d69de4e4f15e0b9 X-VCS-Branch: master Date: Tue, 28 Dec 2021 14:46:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 86e9984e-39c1-4265-8861-ffa00c139caf X-Archives-Hash: b5f38de8bb2e8da07d142c0e9dcb7c4e commit: fc6bcf4e287ef662105a629a9d69de4e4f15e0b9 Author: Maciej Barć gentoo org> AuthorDate: Tue Dec 28 14:44:24 2021 +0000 Commit: Maciej Barć gentoo org> CommitDate: Tue Dec 28 14:46:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc6bcf4e sci-mathematics/cadical: new package; add version 1.5.2 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Maciej Barć gentoo.org> sci-mathematics/cadical/Manifest | 1 + sci-mathematics/cadical/cadical-1.5.2.ebuild | 29 ++++++++++++++++++++++++++++ sci-mathematics/cadical/metadata.xml | 17 ++++++++++++++++ 3 files changed, 47 insertions(+) diff --git a/sci-mathematics/cadical/Manifest b/sci-mathematics/cadical/Manifest new file mode 100644 index 000000000000..f3ef6cd607bc --- /dev/null +++ b/sci-mathematics/cadical/Manifest @@ -0,0 +1 @@ +DIST cadical-1.5.2.tar.gz 596334 BLAKE2B 2e6c0f0602b807cf9ee5993aa627e074291b0128d19474d5431e01992d66b111773e593c14712338e9702f64e23eae6fdd937b5b86b2b9b3e08022dbbb199fd7 SHA512 1aab87bdaec938eb219f75f13bf2fcb031f47ac1f49b586f769aeececd1c33b166341bef3bc8713e62b4612a91c405db33e6d1b48e1074a3433d80e9ecb33fe2 diff --git a/sci-mathematics/cadical/cadical-1.5.2.ebuild b/sci-mathematics/cadical/cadical-1.5.2.ebuild new file mode 100644 index 000000000000..d79ad9ed0845 --- /dev/null +++ b/sci-mathematics/cadical/cadical-1.5.2.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit toolchain-funcs + +DESCRIPTION="Simplified Satisfiability Solver" +HOMEPAGE="http://fmv.jku.at/cadical/" +SRC_URI="https://github.com/arminbiere/${PN}/archive/rel-${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN}-rel-${PV}" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" + +DOCS=( BUILD.md CONTRIBUTING NEWS.md README.md VERSION ) + +src_configure() { + CXX="$(tc-getCXX)" CXXFLAGS="${CXXFLAGS} ${LDFLAGS}" ./configure || die +} + +src_install() { + dobin build/{cadical,mobical} + dolib.a build/libcadical.a + doheader src/cadical.hpp + + einstalldocs +} diff --git a/sci-mathematics/cadical/metadata.xml b/sci-mathematics/cadical/metadata.xml new file mode 100644 index 000000000000..c3c09f27203e --- /dev/null +++ b/sci-mathematics/cadical/metadata.xml @@ -0,0 +1,17 @@ + + + + + + sci-mathematics@gentoo.org + Gentoo Mathematics Project + + + The goal of CaDiCaL is to provide a clean and efficient state-of-the-art + CDCL solver, which is also easy to understand and change. + + + https://github.com/arminbiere/cadical/issues/ + arminbiere/cadical + +