diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-05-30 20:43:58 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-05-30 20:43:58 +0200 |
commit | d8f46c453cfcbcde59efc0be020c299eca80475f (patch) | |
tree | b78bbb3a47807e201fa51a158b3a1d82db3695d2 /sci-libs/alglib | |
parent | media-libs/leptonica: Drop old and vulnerable 1.74.4 (diff) | |
download | gentoo-d8f46c453cfcbcde59efc0be020c299eca80475f.tar.gz gentoo-d8f46c453cfcbcde59efc0be020c299eca80475f.tar.bz2 gentoo-d8f46c453cfcbcde59efc0be020c299eca80475f.zip |
sci-libs/alglib: Drop 3.10.0-r1
Closes: https://bugs.gentoo.org/789246
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-libs/alglib')
-rw-r--r-- | sci-libs/alglib/Manifest | 1 | ||||
-rw-r--r-- | sci-libs/alglib/alglib-3.10.0-r1.ebuild | 33 |
2 files changed, 0 insertions, 34 deletions
diff --git a/sci-libs/alglib/Manifest b/sci-libs/alglib/Manifest index addc7ce57858..7b791354efa4 100644 --- a/sci-libs/alglib/Manifest +++ b/sci-libs/alglib/Manifest @@ -1,2 +1 @@ -DIST alglib-3.10.0.cpp.gpl.tgz 1991101 BLAKE2B 884b80becce676285b7bc1f26ed8917c4c82f53b41c0350dfc8bff6573e2e6f12183e82fc317b54a8021b1f931eb7d5b55944902d0816f7097fdc05632128bdc SHA512 f02b3db5ab8dee841f27186b6693997c4e6876e75310b0a31a04593dbcb41d300920404e32e7aecb39c8dd15e54cfee05b725caa27397a67b453f6e64cd1ef5e DIST alglib-3.17.0.cpp.gpl.tgz 3065026 BLAKE2B bc939568a6bfb5e2717995e31b9d7cb485885217ff8d15c2bea3185b1ef62536766f80e02d43999c016e24b10181bddd4ad4ff27611ab19ebcc778a5cb15d55e SHA512 0e4b943b03707950813aea707ae3569ce75a22216c9a4b256b646db16609995b3b63a958b0b8fbe3d7d623d5ac03efbe7c4b1589961f2ca9cdefbd7e1cc0c721 diff --git a/sci-libs/alglib/alglib-3.10.0-r1.ebuild b/sci-libs/alglib/alglib-3.10.0-r1.ebuild deleted file mode 100644 index 234a3c9e71fa..000000000000 --- a/sci-libs/alglib/alglib-3.10.0-r1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils flag-o-matic - -DESCRIPTION="Numerical analysis and data processing library" -HOMEPAGE="https://www.alglib.net/" -SRC_URI="https://www.alglib.net/translator/re/${P}.cpp.gpl.tgz" - -SLOT="0/3.8" -LICENSE="GPL-2+" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" -IUSE="test" -RESTRICT="!test? ( test )" - -S="${WORKDIR}"/cpp/ - -PATCHES=( "${FILESDIR}/${P}-disable-minlm-test.patch" ) - -src_prepare() { - cp "${FILESDIR}"/CMakeLists.txt-3.8.2 CMakeLists.txt || die - use x86 && append-cppflags -ffloat-store - cmake-utils_src_prepare -} - -src_configure() { - local mycmakeargs=( - -DBUILD_TEST=$(usex test) - ) - cmake-utils_src_configure -} |