commit: 7b42d757d2f63e1288bff32a59b4106ea5b47281 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc> AuthorDate: Wed Jan 27 02:33:03 2021 +0000 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc> CommitDate: Wed Jan 27 02:33:03 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=7b42d757
dev-util/VampirTrace: drop dead package upstream has abandoned it and suggests using Score-P, which is not in the repos Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc> dev-util/VampirTrace/VampirTrace-5.14.3.ebuild | 35 ---------------------- dev-util/VampirTrace/VampirTrace-5.14.4.ebuild | 40 -------------------------- dev-util/VampirTrace/metadata.xml | 19 ------------ 3 files changed, 94 deletions(-) diff --git a/dev-util/VampirTrace/VampirTrace-5.14.3.ebuild b/dev-util/VampirTrace/VampirTrace-5.14.3.ebuild deleted file mode 100644 index f31fb00d3..000000000 --- a/dev-util/VampirTrace/VampirTrace-5.14.3.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit eutils cuda - -DESCRIPTION="Library for detailed logging of program execution for parallel applications" -HOMEPAGE="http://www.tu-dresden.de/die_tu_dresden/zentrale_einrichtungen/zih/forschung/software_werkzeuge_zur_unterstuetzung_von_programmierung_und_optimierung/vampirtrace" -SRC_URI="http://wwwpub.zih.tu-dresden.de/%7Emlieber/dcount/dcount.php?package=vampirtrace&get=${P}.tar.gz" - -SLOT="0" -LICENSE="vampir" -KEYWORDS="~amd64" -IUSE="cuda" - -DEPEND=" - virtual/mpi - cuda? ( >=dev-util/nvidia-cuda-toolkit-4.0.0 )" - -src_prepare() { - use cuda && cuda_src_prepare -} - -src_configure() { - econf $(use_with cuda cuda-dir "${EPREFIX}"/opt/cuda) -} - -src_install() { - default - # avoid collisions with app-text/lcdf-typetools: - mv "${ED}"/usr/bin/otfinfo{,.vampir} || die - # libtool is already installed: - rm "${ED}"/usr/share/libtool || die -} diff --git a/dev-util/VampirTrace/VampirTrace-5.14.4.ebuild b/dev-util/VampirTrace/VampirTrace-5.14.4.ebuild deleted file mode 100644 index ace9370fe..000000000 --- a/dev-util/VampirTrace/VampirTrace-5.14.4.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit eutils cuda - -MY_PV="${PV}-gpu2" -MY_P="${PN}-${MY_PV}" - -DESCRIPTION="Library for detailed logging of program execution for parallel applications" -HOMEPAGE="http://tu-dresden.de/die_tu_dresden/zentrale_einrichtungen/zih/forschung/projekte/vampirtrace/accelerator" -SRC_URI="http://wwwpub.zih.tu-dresden.de/~mlieber/dcount/dcount.php?package=gputrace&get=${MY_P}.tar.gz" - -SLOT="0" -LICENSE="vampir" -KEYWORDS="~amd64" -IUSE="cuda" - -S="${WORKDIR}/${MY_P}" - -DEPEND=" - virtual/mpi - cuda? ( >=dev-util/nvidia-cuda-toolkit-4.0.0 )" - -src_prepare() { - use cuda && cuda_src_prepare -} - -src_configure() { - econf $(use_with cuda cuda-dir "${EPREFIX}"/opt/cuda) -} - -src_install() { - default - # avoid collisions with app-text/lcdf-typetools: - mv "${ED}"/usr/bin/otfinfo{,.vampir} || die - # libtool is already installed: - rm "${ED}"/usr/share/libtool || die -} diff --git a/dev-util/VampirTrace/metadata.xml b/dev-util/VampirTrace/metadata.xml deleted file mode 100644 index 08eda31af..000000000 --- a/dev-util/VampirTrace/metadata.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <longdescription> -VampirTrace is an open source library that allows detailed logging of program execution for parallel applications using message passing (MPI) and threads (OpenMP), Pthreads). Besides these typical parallelization paradigms, VampirTrace is capable of tracing GPU accelerated applications and generates exact time stamps for all GPU related events. -</longdescription> - <maintainer type="person"> - <email>[email protected]</email> - </maintainer> - <maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo Cluster Project</name> - </maintainer> - <use> - <flag name="cuda"> -Enable tracing of CUDA calls and GPU kernels. -</flag> - </use> -</pkgmetadata>
