public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kacper Kowalik" <xarthisius@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: dev-util/VampirTrace/
Date: Wed,  1 May 2013 20:09:37 +0000 (UTC)	[thread overview]
Message-ID: <1367432963.9d423fc0b72551e4597916718b5306dc6a8faf5e.xarthisius@gentoo> (raw)

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)
 }


             reply	other threads:[~2013-05-01 20:09 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-01 20:09 Kacper Kowalik [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-01-27  2:33 [gentoo-commits] proj/sci:master commit in: dev-util/VampirTrace/ 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-04-29 16:32 Sebastien Fabbro
2013-04-29 16:32 Sebastien Fabbro
2013-04-29 16:32 Sebastien Fabbro
2013-04-29 16:32 Sebastien Fabbro

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1367432963.9d423fc0b72551e4597916718b5306dc6a8faf5e.xarthisius@gentoo \
    --to=xarthisius@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox