commit: c27635c1770b03500705a33792554c2dace96e6c Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Thu Apr 16 06:31:11 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Thu Apr 16 06:31:11 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c27635c1
In CVS Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> sci-libs/levmar/ChangeLog | 12 ------- sci-libs/levmar/files/levmar-2.6-shared.patch | 12 ------- sci-libs/levmar/levmar-2.6.ebuild | 47 --------------------------- sci-libs/levmar/metadata.xml | 16 --------- 4 files changed, 87 deletions(-) diff --git a/sci-libs/levmar/ChangeLog b/sci-libs/levmar/ChangeLog deleted file mode 100644 index 3089ff1..0000000 --- a/sci-libs/levmar/ChangeLog +++ /dev/null @@ -1,12 +0,0 @@ -# ChangeLog for sci-libs/levmar -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - - 12 Dec 2012; Sébastien Fabbro <[email protected]> levmar-2.6.ebuild: - sci-libs/levmar: Use virtual/pkgconfig and prefix keywords - -*levmar-2.6 (13 Apr 2012) - - 13 Apr 2012; Sébastien Fabbro <[email protected]> - +files/levmar-2.6-shared.patch, +levmar-2.6.ebuild, +metadata.xml: - sci-libs/levmar: Initial import diff --git a/sci-libs/levmar/files/levmar-2.6-shared.patch b/sci-libs/levmar/files/levmar-2.6-shared.patch deleted file mode 100644 index e89750c..0000000 --- a/sci-libs/levmar/files/levmar-2.6-shared.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Nur levmar-2.6.orig/CMakeLists.txt levmar-2.6/CMakeLists.txt ---- levmar-2.6.orig/CMakeLists.txt 2012-04-13 04:53:53.000000000 +0100 -+++ levmar-2.6/CMakeLists.txt 2012-04-13 04:54:20.000000000 +0100 -@@ -60,7 +60,7 @@ - ENDIF(HAVE_PLASMA) - - # levmar library source files --ADD_LIBRARY(levmar STATIC -+ADD_LIBRARY(levmar SHARED - lm.c Axb.c misc.c lmlec.c lmbc.c lmblec.c lmbleic.c - levmar.h misc.h compiler.h - ) diff --git a/sci-libs/levmar/levmar-2.6.ebuild b/sci-libs/levmar/levmar-2.6.ebuild deleted file mode 100644 index 22e0b29..0000000 --- a/sci-libs/levmar/levmar-2.6.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 - -inherit cmake-utils eutils toolchain-funcs - -DESCRIPTION="Levenberg-Marquardt nonlinear least squares C library" -HOMEPAGE="http://www.ics.forth.gr/~lourakis/levmar/" -SRC_URI="${HOMEPAGE}/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="plasma" - -RDEPEND=" - virtual/blas - virtual/lapack - plasma? ( sci-libs/plasma )" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -PATCHES=( "${FILESDIR}"/${P}-shared.patch ) - -src_configure() { - local mycmakeargs+=( - -DNEED_F2C=OFF - -DHAVE_LAPACK=ON - -DLAPACKBLAS_LIB_NAMES="$($(tc-getPKG_CONFIG) --libs blas lapack)" - $(cmake-utils_use plasma PLASMA) - $(cmake-utils_use test BUILD_DEMO) - ) - cmake-utils_src_configure -} - -src_test() { - cd ${CMAKE_BUILD_DIR} - ./lmdemo || die -} - -src_install() { - dolib.so ${CMAKE_BUILD_DIR}/liblevmar.so - insinto /usr/include - doins levmar.h -} diff --git a/sci-libs/levmar/metadata.xml b/sci-libs/levmar/metadata.xml deleted file mode 100644 index 3260b94..0000000 --- a/sci-libs/levmar/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>sci</herd> -<longdescription lang="en"> - levmar is a native ANSI C implementation of the Levenberg-Marquardt - optimization algorithm. Both unconstrained and constrained (under - linear equations, inequality and box constraints) - Levenberg-Marquardt variants are included. The LM algorithm is an - iterative technique that finds a local minimum of a function that is - expressed as the sum of squares of nonlinear functions. -</longdescription> -<use> - <flag name="plasma">Use the multi-threaded <pkg>sci-libs/plasma</pkg> library for linear algebra</flag> -</use> -</pkgmetadata>
