commit: a478b2a3cd5be6c2a4015e44d4fa0db90858a471 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc> AuthorDate: Thu Oct 1 15:25:54 2020 +0000 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc> CommitDate: Thu Oct 1 15:25:54 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a478b2a3
sci-libs/lapackpp: drop dead package Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc> sci-libs/lapackpp/lapackpp-2.5.4.ebuild | 46 --------------------------------- sci-libs/lapackpp/metadata.xml | 23 ----------------- 2 files changed, 69 deletions(-) diff --git a/sci-libs/lapackpp/lapackpp-2.5.4.ebuild b/sci-libs/lapackpp/lapackpp-2.5.4.ebuild deleted file mode 100644 index 0b04b4ba1..000000000 --- a/sci-libs/lapackpp/lapackpp-2.5.4.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit toolchain-funcs - -DESCRIPTION="C++ wrapper for LAPACK libraries" -HOMEPAGE="http://lapackpp.sourceforge.net" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2.1" - -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="doc static-libs" - -RDEPEND=" - virtual/blas - virtual/lapack" -DEPEND="${RDEPEND} - virtual/pkgconfig - doc? ( app-doc/doxygen[latex] )" - -src_prepare() { - # Parallel build issues - sed -i 's/\bmake\b/$(MAKE)/' Makefile.in || die -} - -src_configure() { - econf \ - $(use_enable static-libs static) \ - --disable-atlas \ - --with-blas="$($(tc-getPKG_CONFIG) --libs blas)" \ - --with-lapack="$($(tc-getPKG_CONFIG) --libs lapack)" -} - -src_compile() { - default - use doc && emake srcdoc -} - -src_install() { - default - use doc && dohtml -r api-doc/html/* -} diff --git a/sci-libs/lapackpp/metadata.xml b/sci-libs/lapackpp/metadata.xml deleted file mode 100644 index 762285c1d..000000000 --- a/sci-libs/lapackpp/metadata.xml +++ /dev/null @@ -1,23 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo Science Project</name> - </maintainer> - <longdescription lang="en"> -LAPACK++ (Linear Algebra PACKage in C++) is a software library for -numerical linear algebra that solves systems of linear equations and -eigenvalue problems on high performance computer architectures. -Computational support is provided for supports various matrix classes -for vectors, non-symmetric matrices, SPD matrices, symmetric matrices, -banded, triangular, and tridiagonal matrices; however, it does not -include all of the capabilities of original f77 LAPACK. Emphasis is -given to routines for solving linear systems consisting of non-symmetric -matrices, symmetric positive definite systems, and solving linear -least-square systems. -</longdescription> - <upstream> - <remote-id type="sourceforge">lapackpp</remote-id> - </upstream> -</pkgmetadata>
