aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-benchmarks/numbench/Manifest1
-rw-r--r--app-benchmarks/numbench/metadata.xml17
-rw-r--r--app-benchmarks/numbench/numbench-0.2.ebuild37
-rw-r--r--app-benchmarks/numbench/numbench-9999.ebuild37
4 files changed, 0 insertions, 92 deletions
diff --git a/app-benchmarks/numbench/Manifest b/app-benchmarks/numbench/Manifest
deleted file mode 100644
index 9ee082cf4..000000000
--- a/app-benchmarks/numbench/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST numbench-0.2.tar.gz 78782 BLAKE2B 762e8139133a2439e23462c55d391733a530b5b5df48bcd9f3717fbeb64726d45950033e0bb9d8f93b5d76a75a78ae1b02d04a1e74a35fb171cc9b6cca5e91ee SHA512 64f177eb63dfcfebb4c20fb821fe8a730443cfbb860494cc432f8ebad717902629236a38002d27e68f6ac6bc0ea8403ac89a6167898b7ec54f23577ec8c37c83
diff --git a/app-benchmarks/numbench/metadata.xml b/app-benchmarks/numbench/metadata.xml
deleted file mode 100644
index 9851d9f74..000000000
--- a/app-benchmarks/numbench/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>andyspiros@gmail.com</email>
- <name>Andrea Arteaga</name>
- <description>Google Summer of Code 2011 student</description>
- </maintainer>
- <maintainer type="project">
- <email>sci@gentoo.org</email>
- <name>Gentoo Science Project</name>
- </maintainer>
- <longdescription>This package contains a set of scripts developed during the Google Summer of Code 2011 project. It aims to benchmark numerical libraries, and more precisely implementations of the standard BLAS, CBLAS, LAPACK, PBLAS, ScaLAPACK and the library FFTW.</longdescription>
- <upstream>
- <remote-id type="github">andyspiros/numbench</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/app-benchmarks/numbench/numbench-0.2.ebuild b/app-benchmarks/numbench/numbench-0.2.ebuild
deleted file mode 100644
index f9b79e174..000000000
--- a/app-benchmarks/numbench/numbench-0.2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 vcs-snapshot
-
-DESCRIPTION="Automated benchmarks suite"
-HOMEPAGE="http://soc.dev.gentoo.org/~spiros"
-SRC_URI="http://github.com/andyspiros/numbench/tarball/${PV} -> ${P}.tar.gz"
-CID="127a61c"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-
-RDEPEND="
- !app-eselect/eselect-blas
- !app-eselect/eselect-cblas
- !app-eselect/eselect-lapack
- >=dev-python/matplotlib-1.0.0
- >=app-admin/eselect-1.3.2-r100"
-
-python_install_all() {
- distutils-r1_python_install_all
-
- python_foreach_impl python_newscript exec.py numbench
-
- insinto /usr/share/numbench/samples
- doins samples/*.xml
-
- doman doc/numbench.1
-}
diff --git a/app-benchmarks/numbench/numbench-9999.ebuild b/app-benchmarks/numbench/numbench-9999.ebuild
deleted file mode 100644
index 831a41d6a..000000000
--- a/app-benchmarks/numbench/numbench-9999.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 git-r3
-
-DESCRIPTION="Automated benchmarks suite"
-HOMEPAGE="http://soc.dev.gentoo.org/~spiros"
-#EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/auto-numerical-bench.git"
-EGIT_REPO_URI="git://github.com/andyspiros/numbench.git"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS=""
-
-IUSE=""
-
-RDEPEND="
- !app-eselect/eselect-blas
- !app-eselect/eselect-cblas
- !app-eselect/eselect-lapack
- >=dev-python/matplotlib-1.0.0
- >=app-admin/eselect-1.3.2-r100"
-
-python_install_all() {
- distutils-r1_python_install_all
-
- python_foreach_impl python_newscript exec.py numbench
-
- insinto /usr/share/numbench/samples
- doins samples/*.xml
-
- doman doc/numbench.1
-}