diff options
author | 2023-10-22 10:14:34 +0200 | |
---|---|---|
committer | 2023-10-22 10:46:55 +0200 | |
commit | 13b2199ca498cf12dfdf2baa6817d43ef4547270 (patch) | |
tree | e7cff55b6458c97c0e056a86458c024982a9437d /sci-mathematics/cryptominisat | |
parent | sci-mathematics/cryptominisat: drop old 5.11.11 (diff) | |
download | gentoo-13b2199ca498cf12dfdf2baa6817d43ef4547270.tar.gz gentoo-13b2199ca498cf12dfdf2baa6817d43ef4547270.tar.bz2 gentoo-13b2199ca498cf12dfdf2baa6817d43ef4547270.zip |
sci-mathematics/cryptominisat: drop old 5.11.12
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'sci-mathematics/cryptominisat')
-rw-r--r-- | sci-mathematics/cryptominisat/Manifest | 1 | ||||
-rw-r--r-- | sci-mathematics/cryptominisat/cryptominisat-5.11.12.ebuild | 37 |
2 files changed, 0 insertions, 38 deletions
diff --git a/sci-mathematics/cryptominisat/Manifest b/sci-mathematics/cryptominisat/Manifest index d3629cbdcb75..38c27e5f7d27 100644 --- a/sci-mathematics/cryptominisat/Manifest +++ b/sci-mathematics/cryptominisat/Manifest @@ -1,2 +1 @@ -DIST cryptominisat-5.11.12.tar.gz 1013147 BLAKE2B f69f8dac97aaddcff89039aa43e786058befe5b86bed98059bda84d7559601ef6d39dcbf296a0c075d0ffae54054f7b3e78db371c8c66d4290b78dcd562bb977 SHA512 f6e9bb3f561e066f5fa228fcd0d8887333b251b88f7838c3ac0c130c2b7cd5ae46ff6272b4603a898efa67b3faeef22d01697b60e565d2dc6bfc890c7dc56a93 DIST cryptominisat-5.11.14.tar.gz 1013009 BLAKE2B 83fc29694caa3a3883f617affaf9906da6f9ded11a6894e92274c47c4df202b7ef2a404f25781348752a471564a6469aacea9a79d466d01d3d703e4df7a357a8 SHA512 efcec05f515f1c83d5ecc96cb21ad956bae52563749412cd9d0279b0780c0f91b7143ebc5524dc7d45d159e921a88503248ccef6d2ef37875e78b7a163ddb3ce diff --git a/sci-mathematics/cryptominisat/cryptominisat-5.11.12.ebuild b/sci-mathematics/cryptominisat/cryptominisat-5.11.12.ebuild deleted file mode 100644 index 4d4e2a5c0742..000000000000 --- a/sci-mathematics/cryptominisat/cryptominisat-5.11.12.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="Advanced SAT solver with C++ and command-line interfaces" -HOMEPAGE="https://github.com/msoos/cryptominisat/" - -if [[ ${PV} == *9999* ]] ; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/msoos/${PN}.git" -else - SRC_URI="https://github.com/msoos/${PN}/archive/${PV}.tar.gz - -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -SLOT="0/${PV}" -LICENSE="GPL-2 MIT" -RESTRICT="test" # Tests require many git modules. - -RDEPEND=" - dev-libs/boost:= - sys-libs/zlib:= -" -DEPEND="${RDEPEND}" - -src_configure() { - local -a mycmakeargs=( - -DNOBREAKID=ON - -DNOM4RI=ON - -DENABLE_TESTING=OFF - ) - cmake_src_configure -} |