diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2021-11-09 22:40:54 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2021-11-09 22:40:54 +0100 |
commit | af99414285d7be2942aea1a5aa5dc10db8e70223 (patch) | |
tree | 4483bb11290e1c99592d1653715a45f56b5e8603 /sci-libs/lmfit | |
parent | sci-libs/superlu: drop 5.2.2 (diff) | |
download | gentoo-af99414285d7be2942aea1a5aa5dc10db8e70223.tar.gz gentoo-af99414285d7be2942aea1a5aa5dc10db8e70223.tar.bz2 gentoo-af99414285d7be2942aea1a5aa5dc10db8e70223.zip |
sci-libs/lmfit: drop 8.2.2
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'sci-libs/lmfit')
-rw-r--r-- | sci-libs/lmfit/Manifest | 1 | ||||
-rw-r--r-- | sci-libs/lmfit/lmfit-8.2.2.ebuild | 24 |
2 files changed, 0 insertions, 25 deletions
diff --git a/sci-libs/lmfit/Manifest b/sci-libs/lmfit/Manifest index 727926140589..19a3cc374bc9 100644 --- a/sci-libs/lmfit/Manifest +++ b/sci-libs/lmfit/Manifest @@ -1,2 +1 @@ -DIST lmfit-8.2.2.tgz 31970 BLAKE2B 67eebc0e58d3d78057afcd84f35adcfea783c8501a5f8934dd07c38eb2419b1c43bedd3401a830a993005913138bdf8d1dc73c2142983b9f881f0db9bec06b93 SHA512 5835dce914027429cb36765543cf6b872e4ef1acd8feaeca281f9edf286fda89db78fbc0713dcfea4e4f2fe55a1b05317e6428980060bc3acce579ef1fa0c271 DIST lmfit-9.0.tar.gz 36686 BLAKE2B 34d77a9101dcea1387df09e58cf8b69e51b1961ba8f1f73ac070abcc4c6ddbf1a1cd1f4bf2568942442f0c4c3815288959259c16e505ad1a91a4db2a2753bed6 SHA512 523d18c75498f5586c55e6dfcab8d1005aaef61d60e8d482814ced4f90bcd14d72c53ee71ed1991651d38845cce67e3da756fab9500431d6f435fa5ad998c2b1 diff --git a/sci-libs/lmfit/lmfit-8.2.2.ebuild b/sci-libs/lmfit/lmfit-8.2.2.ebuild deleted file mode 100644 index 954e91ac7e70..000000000000 --- a/sci-libs/lmfit/lmfit-8.2.2.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake - -DESCRIPTION="library for Levenberg-Marquardt least-squares minimization and curve fitting" -HOMEPAGE="https://jugit.fz-juelich.de/mlz/lmfit" -SRC_URI="http://apps.jcns.fz-juelich.de/src/lmfit/${P}.tgz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="amd64 arm x86" -IUSE="" - -PATCHES=( "${FILESDIR}/${P}-cmake.patch" ) - -src_configure() { - local mycmakeargs=( - -DINJECT_C_FLAGS=OFF - ) - cmake_src_configure -} |