From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 916F0138359 for ; Thu, 1 Oct 2020 15:26:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 56DABE08CA; Thu, 1 Oct 2020 15:26:36 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 409EBE08CA for ; Thu, 1 Oct 2020 15:26:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 42FE1335CC1 for ; Thu, 1 Oct 2020 15:26:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C2676379 for ; Thu, 1 Oct 2020 15:26:33 +0000 (UTC) From: "Aisha Tammy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aisha Tammy" Message-ID: <1601565954.a478b2a3cd5be6c2a4015e44d4fa0db90858a471.epsilon-0@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/lapackpp/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/lapackpp/lapackpp-2.5.4.ebuild sci-libs/lapackpp/metadata.xml X-VCS-Directories: sci-libs/lapackpp/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: a478b2a3cd5be6c2a4015e44d4fa0db90858a471 X-VCS-Branch: master Date: Thu, 1 Oct 2020 15:26:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7d1d59bc-a19b-4b3b-ae0c-9b57464c527f X-Archives-Hash: 55cce45849c7dff8cf0695d9f4326cbf commit: a478b2a3cd5be6c2a4015e44d4fa0db90858a471 Author: Aisha Tammy aisha cc> AuthorDate: Thu Oct 1 15:25:54 2020 +0000 Commit: Aisha Tammy aisha 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 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 @@ - - - - - sci@gentoo.org - Gentoo Science Project - - -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. - - - lapackpp - -