From: "Christoph Junghans" <ottxor@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: dev-util/intel-ocl-sdk/
Date: Thu, 4 Jul 2013 19:10:51 +0000 (UTC) [thread overview]
Message-ID: <1372795361.5ebc74c604e825550d6540cadc13fd2bbdf5da61.ottxor@gentoo> (raw)
commit: 5ebc74c604e825550d6540cadc13fd2bbdf5da61
Author: Andreas Schäfer <gentryx <AT> gmx <DOT> de>
AuthorDate: Tue Jul 2 20:02:41 2013 +0000
Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Tue Jul 2 20:02:41 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=5ebc74c6
moving variable declaration to src_prepare()
---
dev-util/intel-ocl-sdk/intel-ocl-sdk-3.0.67279.ebuild | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/dev-util/intel-ocl-sdk/intel-ocl-sdk-3.0.67279.ebuild b/dev-util/intel-ocl-sdk/intel-ocl-sdk-3.0.67279.ebuild
index 69f86f0..175c989 100644
--- a/dev-util/intel-ocl-sdk/intel-ocl-sdk-3.0.67279.ebuild
+++ b/dev-util/intel-ocl-sdk/intel-ocl-sdk-3.0.67279.ebuild
@@ -6,8 +6,6 @@ EAPI=5
inherit rpm multilib
-INTEL_CL=usr/$(get_libdir)/OpenCL/vendors/intel/
-
DESCRIPTION="Intel's implementation of the OpenCL standard optimized for Intel processors"
HOMEPAGE="http://software.intel.com/en-us/articles/opencl-sdk/"
SRC_URI="http://registrationcenter.intel.com/irc_nas/3142/intel_sdk_for_ocl_applications_2013_xe_sdk_${PV}_x64.tgz"
@@ -45,6 +43,10 @@ src_unpack() {
use mic && rpm_unpack "./opencl-1.2-intel-mic-${PV}-1.x86_64.rpm"
}
+src_prepare() {
+ INTEL_CL=usr/$(get_libdir)/OpenCL/vendors/intel/
+}
+
src_install() {
doins -r etc
doins -r opt
next reply other threads:[~2013-07-04 19:10 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-04 19:10 Christoph Junghans [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-04-02 10:34 [gentoo-commits] proj/sci:master commit in: dev-util/intel-ocl-sdk/ Justin Lecher
2014-03-03 20:37 Sebastien Fabbro
2013-12-04 12:29 Justin Lecher
2013-12-04 12:25 Justin Lecher
2013-07-04 19:10 Christoph Junghans
2013-07-04 19:10 Christoph Junghans
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=1372795361.5ebc74c604e825550d6540cadc13fd2bbdf5da61.ottxor@gentoo \
--to=ottxor@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