* [gentoo-commits] proj/sci:master commit in: dev-util/VampirTrace/
@ 2013-04-29 16:32 Sebastien Fabbro
0 siblings, 0 replies; 12+ messages in thread
From: Sebastien Fabbro @ 2013-04-29 16:32 UTC (permalink / raw
To: gentoo-commits
commit: 695bf6f6c75f07a010c95672ea420f738e0e23d2
Author: Andreas Schäfer <gentryx <AT> gmx <DOT> de>
AuthorDate: Sat Apr 27 19:57:47 2013 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Sat Apr 27 19:57:47 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=695bf6f6
removed superfluous dot
---
dev-util/VampirTrace/VampirTrace-5.14.3.ebuild | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dev-util/VampirTrace/VampirTrace-5.14.3.ebuild b/dev-util/VampirTrace/VampirTrace-5.14.3.ebuild
index f05edde..8aa2181 100644
--- a/dev-util/VampirTrace/VampirTrace-5.14.3.ebuild
+++ b/dev-util/VampirTrace/VampirTrace-5.14.3.ebuild
@@ -6,7 +6,7 @@ EAPI=5
inherit cuda eutils
-DESCRIPTION="An open source library that allows detailed logging of program execution for parallel applications."
+DESCRIPTION="An open source library that allows 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"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-util/VampirTrace/
@ 2021-01-27 2:33 Aisha Tammy
0 siblings, 0 replies; 12+ messages in thread
From: Aisha Tammy @ 2021-01-27 2:33 UTC (permalink / raw
To: gentoo-commits
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>gentryx@gmx.de</email>
- </maintainer>
- <maintainer type="project">
- <email>cluster@gentoo.org</email>
- <name>Gentoo Cluster Project</name>
- </maintainer>
- <use>
- <flag name="cuda">
-Enable tracing of CUDA calls and GPU kernels.
-</flag>
- </use>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-util/VampirTrace/
@ 2016-02-14 18:33 Justin Lecher
0 siblings, 0 replies; 12+ messages in thread
From: Justin Lecher @ 2016-02-14 18:33 UTC (permalink / raw
To: gentoo-commits
commit: c1a089dced55e876e5bc798e57b4ce5948c5a3fa
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 14 18:28:57 2016 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Feb 14 18:28:57 2016 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c1a089dc
dev-util/VampirTrace: Chop DESCRIPTION to 80 chars
* Bump EAPI to 6
Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-util/VampirTrace/VampirTrace-5.14.3.ebuild | 11 +++++------
dev-util/VampirTrace/VampirTrace-5.14.4.ebuild | 13 +++++--------
2 files changed, 10 insertions(+), 14 deletions(-)
diff --git a/dev-util/VampirTrace/VampirTrace-5.14.3.ebuild b/dev-util/VampirTrace/VampirTrace-5.14.3.ebuild
index aa400e7..753c3c0 100644
--- a/dev-util/VampirTrace/VampirTrace-5.14.3.ebuild
+++ b/dev-util/VampirTrace/VampirTrace-5.14.3.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
inherit eutils cuda
-DESCRIPTION="An open source library that allows detailed logging of program execution for parallel applications"
+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"
@@ -30,8 +30,7 @@ src_configure() {
src_install() {
default
# avoid collisions with app-text/lcdf-typetools:
- mv "${D}/usr/bin/otfinfo" "${D}/usr/bin/otfinfo.vampir"
- mv "${D}/usr/lib/debug/usr/bin/otfinfo.debug" "${D}/usr/lib/debug/usr/bin/otfinfo.vampir.debug"
+ mv "${ED}"/usr/bin/otfinfo{,.vampir} || die
# libtool is already installed:
- rm "${D}/usr/share/libtool"
+ 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
index 956afcb..28a5769 100644
--- a/dev-util/VampirTrace/VampirTrace-5.14.4.ebuild
+++ b/dev-util/VampirTrace/VampirTrace-5.14.4.ebuild
@@ -1,15 +1,15 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
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"
+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"
@@ -35,10 +35,7 @@ src_configure() {
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
+ mv "${ED}"/usr/bin/otfinfo{,.vampir} || die
# libtool is already installed:
- rm "${D}/usr/share/libtool" || die
+ rm "${ED}"/usr/share/libtool || die
}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-util/VampirTrace/
@ 2015-03-06 18:51 Christoph Junghans
0 siblings, 0 replies; 12+ messages in thread
From: Christoph Junghans @ 2015-03-06 18:51 UTC (permalink / raw
To: gentoo-commits
commit: f3519496d76a50ae5c08f4e57fa01e0f651836f8
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: Wed Mar 4 09:25:20 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f3519496
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 <marbre@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
+}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-util/VampirTrace/
@ 2015-03-06 18:51 Christoph Junghans
0 siblings, 0 replies; 12+ messages in thread
From: Christoph Junghans @ 2015-03-06 18:51 UTC (permalink / raw
To: gentoo-commits
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 <marbre@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
+}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-util/VampirTrace/
@ 2013-05-01 20:09 Kacper Kowalik
0 siblings, 0 replies; 12+ messages in thread
From: Kacper Kowalik @ 2013-05-01 20:09 UTC (permalink / raw
To: gentoo-commits
commit: ce24bb76c80369c25ede50bb3170580c06120872
Author: Andreas Schäfer <gentryx <AT> gmx <DOT> de>
AuthorDate: Wed May 1 19:17:46 2013 +0000
Commit: Kacper Kowalik <xarthisius <AT> gentoo <DOT> org>
CommitDate: Wed May 1 19:17:46 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=ce24bb76
reverting inheritance
---
dev-util/VampirTrace/VampirTrace-5.14.3.ebuild | 8 +++-----
1 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/dev-util/VampirTrace/VampirTrace-5.14.3.ebuild b/dev-util/VampirTrace/VampirTrace-5.14.3.ebuild
index b1b1eb8..4331320 100644
--- a/dev-util/VampirTrace/VampirTrace-5.14.3.ebuild
+++ b/dev-util/VampirTrace/VampirTrace-5.14.3.ebuild
@@ -4,7 +4,9 @@
EAPI=5
-inherit eutils
+use cuda && _CUDA_CLASS=cuda
+
+inherit eutils ${_CUDA_CLASS}
DESCRIPTION="An open source library that allows 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"
@@ -19,10 +21,6 @@ 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)
}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-util/VampirTrace/
@ 2013-05-01 20:09 Kacper Kowalik
0 siblings, 0 replies; 12+ messages in thread
From: Kacper Kowalik @ 2013-05-01 20:09 UTC (permalink / raw
To: gentoo-commits
commit: 73d67da0f5409c7483f6b8fa58bba95406cb4238
Author: Andreas Schäfer <gentryx <AT> gmx <DOT> de>
AuthorDate: Wed May 1 19:31:36 2013 +0000
Commit: Kacper Kowalik <xarthisius <AT> gentoo <DOT> org>
CommitDate: Wed May 1 19:31:36 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=73d67da0
selectively call cuda.eclass, depending on use flag
---
dev-util/VampirTrace/VampirTrace-5.14.3.ebuild | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/dev-util/VampirTrace/VampirTrace-5.14.3.ebuild b/dev-util/VampirTrace/VampirTrace-5.14.3.ebuild
index 4331320..02a8faa 100644
--- a/dev-util/VampirTrace/VampirTrace-5.14.3.ebuild
+++ b/dev-util/VampirTrace/VampirTrace-5.14.3.ebuild
@@ -4,9 +4,7 @@
EAPI=5
-use cuda && _CUDA_CLASS=cuda
-
-inherit eutils ${_CUDA_CLASS}
+inherit eutils cuda
DESCRIPTION="An open source library that allows 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"
@@ -21,6 +19,10 @@ 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)
}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-util/VampirTrace/
@ 2013-05-01 20:09 Kacper Kowalik
0 siblings, 0 replies; 12+ messages in thread
From: Kacper Kowalik @ 2013-05-01 20:09 UTC (permalink / raw
To: gentoo-commits
commit: 20ff2099fb459507974311d897ee3e0f71f1426c
Author: Andreas Schäfer <gentryx <AT> gmx <DOT> de>
AuthorDate: Wed May 1 12:27:07 2013 +0000
Commit: Kacper Kowalik <xarthisius <AT> gentoo <DOT> org>
CommitDate: Wed May 1 12:27:07 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=20ff2099
conditional inheritance to fix compilation sans CUDA
---
dev-util/VampirTrace/VampirTrace-5.14.3.ebuild | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/dev-util/VampirTrace/VampirTrace-5.14.3.ebuild b/dev-util/VampirTrace/VampirTrace-5.14.3.ebuild
index 8aa2181..4331320 100644
--- a/dev-util/VampirTrace/VampirTrace-5.14.3.ebuild
+++ b/dev-util/VampirTrace/VampirTrace-5.14.3.ebuild
@@ -4,7 +4,9 @@
EAPI=5
-inherit cuda eutils
+use cuda && _CUDA_CLASS=cuda
+
+inherit eutils ${_CUDA_CLASS}
DESCRIPTION="An open source library that allows 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"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-util/VampirTrace/
@ 2013-05-01 20:09 Kacper Kowalik
0 siblings, 0 replies; 12+ messages in thread
From: Kacper Kowalik @ 2013-05-01 20:09 UTC (permalink / raw
To: gentoo-commits
commit: 9d423fc0b72551e4597916718b5306dc6a8faf5e
Author: Andreas Schäfer <gentryx <AT> gmx <DOT> de>
AuthorDate: Wed May 1 18:29:23 2013 +0000
Commit: Kacper Kowalik <xarthisius <AT> gentoo <DOT> org>
CommitDate: Wed May 1 18:29:23 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=9d423fc0
refactoring CUDA interaction
---
dev-util/VampirTrace/VampirTrace-5.14.3.ebuild | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/dev-util/VampirTrace/VampirTrace-5.14.3.ebuild b/dev-util/VampirTrace/VampirTrace-5.14.3.ebuild
index 4331320..b1b1eb8 100644
--- a/dev-util/VampirTrace/VampirTrace-5.14.3.ebuild
+++ b/dev-util/VampirTrace/VampirTrace-5.14.3.ebuild
@@ -4,9 +4,7 @@
EAPI=5
-use cuda && _CUDA_CLASS=cuda
-
-inherit eutils ${_CUDA_CLASS}
+inherit eutils
DESCRIPTION="An open source library that allows 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"
@@ -21,6 +19,10 @@ 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)
}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-util/VampirTrace/
@ 2013-04-29 16:32 Sebastien Fabbro
0 siblings, 0 replies; 12+ messages in thread
From: Sebastien Fabbro @ 2013-04-29 16:32 UTC (permalink / raw
To: gentoo-commits
commit: 56956519a8cb8dc034bc0004605f429397d7429c
Author: Andreas Schäfer <gentryx <AT> gmx <DOT> de>
AuthorDate: Sat Apr 27 20:00:31 2013 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Sat Apr 27 20:00:31 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=56956519
added missing metadata.xml
---
dev-util/VampirTrace/metadata.xml | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/dev-util/VampirTrace/metadata.xml b/dev-util/VampirTrace/metadata.xml
new file mode 100644
index 0000000..4c72b4d
--- /dev/null
+++ b/dev-util/VampirTrace/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>cluster</herd>
+ <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>
+ <use>
+ <flag name="cuda">
+ Enable tracing of CUDA calls and GPU kernels.
+ </flag>
+ </use>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-util/VampirTrace/
@ 2013-04-29 16:32 Sebastien Fabbro
0 siblings, 0 replies; 12+ messages in thread
From: Sebastien Fabbro @ 2013-04-29 16:32 UTC (permalink / raw
To: gentoo-commits
commit: 8f2e33fa7723ccd27f7b41928d6212fc2ef00cce
Author: Andreas Schäfer <gentryx <AT> gmx <DOT> de>
AuthorDate: Sat Apr 27 10:57:40 2013 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Sat Apr 27 10:57:40 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=8f2e33fa
corrected use flag-dependend configure switch
---
dev-util/VampirTrace/VampirTrace-5.14.3.ebuild | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/dev-util/VampirTrace/VampirTrace-5.14.3.ebuild b/dev-util/VampirTrace/VampirTrace-5.14.3.ebuild
index c923872..f05edde 100644
--- a/dev-util/VampirTrace/VampirTrace-5.14.3.ebuild
+++ b/dev-util/VampirTrace/VampirTrace-5.14.3.ebuild
@@ -20,8 +20,7 @@ DEPEND="
cuda? ( >=dev-util/nvidia-cuda-toolkit-4.0.0 )"
src_configure() {
- use cuda && myconf="--with-cuda-dir=/opt/cuda"
- econf $myconf
+ econf $(use_with cuda cuda-dir "${EPREFIX}"/opt/cuda)
}
src_install() {
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-util/VampirTrace/
@ 2013-04-29 16:32 Sebastien Fabbro
0 siblings, 0 replies; 12+ messages in thread
From: Sebastien Fabbro @ 2013-04-29 16:32 UTC (permalink / raw
To: gentoo-commits
commit: 74b9d5e4c5a133f9a2305d2d7128ed201e39db5a
Author: Andreas Schäfer <gentryx <AT> gmx <DOT> de>
AuthorDate: Wed Apr 24 21:10:20 2013 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Wed Apr 24 21:10:20 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=74b9d5e4
added VampirTrace ebuild
---
dev-util/VampirTrace/VampirTrace-5.14.3.ebuild | 32 ++++++++++++++++++++++++
1 files changed, 32 insertions(+), 0 deletions(-)
diff --git a/dev-util/VampirTrace/VampirTrace-5.14.3.ebuild b/dev-util/VampirTrace/VampirTrace-5.14.3.ebuild
new file mode 100644
index 0000000..1e50645
--- /dev/null
+++ b/dev-util/VampirTrace/VampirTrace-5.14.3.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2013-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit eutils
+
+DESCRIPTION="VampirTrace is an open source library that allows 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"
+
+RDEPEND="virtual/mpi"
+
+src_configure() {
+ use cuda && myconf="--with-cuda-dir=/opt/cuda"
+ econf $myconf
+}
+
+src_install() {
+ default
+ # avoid collisions with app-text/lcdf-typetools:
+ mv ${D}/usr/bin/otfinfo ${D}/usr/bin/otfinfo.vampir
+ md ${D}/usr/lib/debug/usr/bin/otfinfo.debug ${D}/usr/lib/debug/usr/bin/otfinfo.vampir.debug
+ # libtool is already installed:
+ rm ${D}/usr/share/libtool
+}
^ permalink raw reply related [flat|nested] 12+ messages in thread
end of thread, other threads:[~2021-01-27 2:34 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-29 16:32 [gentoo-commits] proj/sci:master commit in: dev-util/VampirTrace/ Sebastien Fabbro
-- strict thread matches above, loose matches on Subject: below --
2021-01-27 2:33 Aisha Tammy
2016-02-14 18:33 Justin Lecher
2015-03-06 18:51 Christoph Junghans
2015-03-06 18:51 Christoph Junghans
2013-05-01 20:09 Kacper Kowalik
2013-05-01 20:09 Kacper Kowalik
2013-05-01 20:09 Kacper Kowalik
2013-05-01 20:09 Kacper Kowalik
2013-04-29 16:32 Sebastien Fabbro
2013-04-29 16:32 Sebastien Fabbro
2013-04-29 16:32 Sebastien Fabbro
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox