Gentoo Archives: gentoo-commits

From: Aisha Tammy <gentoo@×××××.cc>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/lapackpp/
Date: Thu, 01 Oct 2020 15:26:37
Message-Id: 1601565954.a478b2a3cd5be6c2a4015e44d4fa0db90858a471.epsilon-0@gentoo
1 commit: a478b2a3cd5be6c2a4015e44d4fa0db90858a471
2 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
3 AuthorDate: Thu Oct 1 15:25:54 2020 +0000
4 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
5 CommitDate: Thu Oct 1 15:25:54 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a478b2a3
7
8 sci-libs/lapackpp: drop dead package
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
12
13 sci-libs/lapackpp/lapackpp-2.5.4.ebuild | 46 ---------------------------------
14 sci-libs/lapackpp/metadata.xml | 23 -----------------
15 2 files changed, 69 deletions(-)
16
17 diff --git a/sci-libs/lapackpp/lapackpp-2.5.4.ebuild b/sci-libs/lapackpp/lapackpp-2.5.4.ebuild
18 deleted file mode 100644
19 index 0b04b4ba1..000000000
20 --- a/sci-libs/lapackpp/lapackpp-2.5.4.ebuild
21 +++ /dev/null
22 @@ -1,46 +0,0 @@
23 -# Copyright 1999-2015 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=5
27 -
28 -inherit toolchain-funcs
29 -
30 -DESCRIPTION="C++ wrapper for LAPACK libraries"
31 -HOMEPAGE="http://lapackpp.sourceforge.net"
32 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
33 -
34 -LICENSE="LGPL-2.1"
35 -
36 -SLOT="0"
37 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
38 -IUSE="doc static-libs"
39 -
40 -RDEPEND="
41 - virtual/blas
42 - virtual/lapack"
43 -DEPEND="${RDEPEND}
44 - virtual/pkgconfig
45 - doc? ( app-doc/doxygen[latex] )"
46 -
47 -src_prepare() {
48 - # Parallel build issues
49 - sed -i 's/\bmake\b/$(MAKE)/' Makefile.in || die
50 -}
51 -
52 -src_configure() {
53 - econf \
54 - $(use_enable static-libs static) \
55 - --disable-atlas \
56 - --with-blas="$($(tc-getPKG_CONFIG) --libs blas)" \
57 - --with-lapack="$($(tc-getPKG_CONFIG) --libs lapack)"
58 -}
59 -
60 -src_compile() {
61 - default
62 - use doc && emake srcdoc
63 -}
64 -
65 -src_install() {
66 - default
67 - use doc && dohtml -r api-doc/html/*
68 -}
69
70 diff --git a/sci-libs/lapackpp/metadata.xml b/sci-libs/lapackpp/metadata.xml
71 deleted file mode 100644
72 index 762285c1d..000000000
73 --- a/sci-libs/lapackpp/metadata.xml
74 +++ /dev/null
75 @@ -1,23 +0,0 @@
76 -<?xml version="1.0" encoding="UTF-8"?>
77 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
78 -<pkgmetadata>
79 - <maintainer type="project">
80 - <email>sci@g.o</email>
81 - <name>Gentoo Science Project</name>
82 - </maintainer>
83 - <longdescription lang="en">
84 -LAPACK++ (Linear Algebra PACKage in C++) is a software library for
85 -numerical linear algebra that solves systems of linear equations and
86 -eigenvalue problems on high performance computer architectures.
87 -Computational support is provided for supports various matrix classes
88 -for vectors, non-symmetric matrices, SPD matrices, symmetric matrices,
89 -banded, triangular, and tridiagonal matrices; however, it does not
90 -include all of the capabilities of original f77 LAPACK. Emphasis is
91 -given to routines for solving linear systems consisting of non-symmetric
92 -matrices, symmetric positive definite systems, and solving linear
93 -least-square systems.
94 -</longdescription>
95 - <upstream>
96 - <remote-id type="sourceforge">lapackpp</remote-id>
97 - </upstream>
98 -</pkgmetadata>