aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-04-16 08:31:11 +0200
committerJustin Lecher <jlec@gentoo.org>2015-04-16 08:31:11 +0200
commitc27635c1770b03500705a33792554c2dace96e6c (patch)
tree51f14e246fc12de8e062e285cf587a22347e3d33 /sci-libs
parentIn CVS (diff)
downloadsci-c27635c1770b03500705a33792554c2dace96e6c.tar.gz
sci-c27635c1770b03500705a33792554c2dace96e6c.tar.bz2
sci-c27635c1770b03500705a33792554c2dace96e6c.zip
In CVS
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/levmar/ChangeLog12
-rw-r--r--sci-libs/levmar/Manifest1
-rw-r--r--sci-libs/levmar/files/levmar-2.6-shared.patch12
-rw-r--r--sci-libs/levmar/levmar-2.6.ebuild47
-rw-r--r--sci-libs/levmar/metadata.xml16
5 files changed, 0 insertions, 88 deletions
diff --git a/sci-libs/levmar/ChangeLog b/sci-libs/levmar/ChangeLog
deleted file mode 100644
index 3089ff150..000000000
--- 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 <bicatali@gentoo.org> 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 <bicatali@gentoo.org>
- +files/levmar-2.6-shared.patch, +levmar-2.6.ebuild, +metadata.xml:
- sci-libs/levmar: Initial import
diff --git a/sci-libs/levmar/Manifest b/sci-libs/levmar/Manifest
deleted file mode 100644
index eed2a8fea..000000000
--- a/sci-libs/levmar/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST levmar-2.6.tgz 81143 SHA256 3bf4ef1ea4475ded5315e8d8fc992a725f2e7940a74ca3b0f9029d9e6e94bad7 SHA512 5b4c64b63be9b29d6ad2df435af86cd2c2e3216313378561a670ac6a392a51bbf1951e96c6b1afb77c570f23dd8e194017808e46929fec2d8d9a7fe6cf37022b WHIRLPOOL fd9f45474a2fbc57f3a542480271d90a15163edebc6e9b70444f2d9d4c9ad1a3c1301d77cee5c5d41944224c888547c069ee7443a09ff478ea996c3358f81023
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 e89750cc0..000000000
--- 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 22e0b29bb..000000000
--- 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 3260b94c8..000000000
--- 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>