commit:     3e1fb117de51abc3dc7e383d512646acca9e45ac
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Wed Mar  4 09:25:20 2015 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Fri Mar  6 18:15:38 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=3e1fb117

dev-util/VampirTrace: Version bump

Package-Manager: portage-2.2.14

 dev-util/VampirTrace/ChangeLog                 |  9 ++++++
 dev-util/VampirTrace/VampirTrace-5.14.4.ebuild | 44 ++++++++++++++++++++++++++
 2 files changed, 53 insertions(+)

diff --git a/dev-util/VampirTrace/ChangeLog b/dev-util/VampirTrace/ChangeLog
new file mode 100644
index 0000000..e2713a4
--- /dev/null
+++ b/dev-util/VampirTrace/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for dev-util/VampirTrace
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*VampirTrace-5.14.4 (04 Mar 2015)
+
+  04 Mar 2015; Marius Brehler <mar...@linux.sungazer.de>
+  +VampirTrace-5.14.4.ebuild:
+  Version bump

diff --git a/dev-util/VampirTrace/VampirTrace-5.14.4.ebuild 
b/dev-util/VampirTrace/VampirTrace-5.14.4.ebuild
new file mode 100644
index 0000000..5ff44d1
--- /dev/null
+++ b/dev-util/VampirTrace/VampirTrace-5.14.4.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit eutils cuda
+
+MY_PV="${PV}-gpu2"
+MY_P="${PN}-${MY_PV}"
+
+DESCRIPTION="An open source library that allows 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 "${D}/usr/bin/otfinfo" "${D}/usr/bin/otfinfo.vampir" || die
+       if [ -e "${D}/usr/lib/debug/usr/bin/otfinfo.debug" ]; then
+               mv "${D}/usr/lib/debug/usr/bin/otfinfo.debug" 
"${D}/usr/lib/debug/usr/bin/otfinfo.vampir.debug" || die
+       fi
+       # libtool is already installed:
+       rm "${D}/usr/share/libtool" || die
+}

Reply via email to