aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAisha Tammy <gentoo@aisha.cc>2020-10-01 15:25:54 +0000
committerAisha Tammy <gentoo@aisha.cc>2020-10-01 15:25:54 +0000
commita478b2a3cd5be6c2a4015e44d4fa0db90858a471 (patch)
tree75b10ae2841ede64ecee52675cbf1a393dac44c0
parentnet-misc/bbscp: drop dead package (diff)
downloadsci-a478b2a3.tar.gz
sci-a478b2a3.tar.bz2
sci-a478b2a3.zip
sci-libs/lapackpp: drop dead package
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
-rw-r--r--sci-libs/lapackpp/Manifest1
-rw-r--r--sci-libs/lapackpp/lapackpp-2.5.4.ebuild46
-rw-r--r--sci-libs/lapackpp/metadata.xml23
3 files changed, 0 insertions, 70 deletions
diff --git a/sci-libs/lapackpp/Manifest b/sci-libs/lapackpp/Manifest
deleted file mode 100644
index effbb5ac0..000000000
--- a/sci-libs/lapackpp/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST lapackpp-2.5.4.tar.gz 635178 BLAKE2B e5a0ef9075c9cae81604cece514a0d0af037984a82860d619d915695a1b532bbeaf5e4003d79b46cf7b60f47455a3967c9bdb33a28a1cc0897e4f09f79fb9a26 SHA512 3c6c411a9fbb04880224c995dcdf69b4050f03691d087e6ddc0d93ffe149661511f570b8bc8c0837afdc03d5e14d39b5902890df3fe39c5eb67f7cddbbb10b6b
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>sci@gentoo.org</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>