public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sebastien Fabbro" <bicatali@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: dev-util/intel-ocl-sdk/
Date: Mon,  3 Mar 2014 20:37:43 +0000 (UTC)	[thread overview]
Message-ID: <1393858733.85eea395756b0a478c708fdec52828ccd542ebd5.bicatali@gentoo> (raw)

commit:     85eea395756b0a478c708fdec52828ccd542ebd5
Author:     Uwe L. Korn <uwelk <AT> xhochy <DOT> com>
AuthorDate: Mon Mar  3 14:58:53 2014 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Mon Mar  3 14:58:53 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=85eea395

Bump to 3.2.1.16712

Package-Manager: portage-2.2.7

---
 dev-util/intel-ocl-sdk/ChangeLog                   |  7 ++-
 .../intel-ocl-sdk/intel-ocl-sdk-3.2.1.16712.ebuild | 60 ++++++++++++++++++++++
 2 files changed, 66 insertions(+), 1 deletion(-)

diff --git a/dev-util/intel-ocl-sdk/ChangeLog b/dev-util/intel-ocl-sdk/ChangeLog
index 7b694cf..6375e9c 100644
--- a/dev-util/intel-ocl-sdk/ChangeLog
+++ b/dev-util/intel-ocl-sdk/ChangeLog
@@ -1,7 +1,12 @@
 # ChangeLog for dev-util/intel-ocl-sdk
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*intel-ocl-sdk-3.2.1.16712 (03 Mar 2014)
+
+  03 Mar 2014;  <xhochy@gentoo.org> +intel-ocl-sdk-3.2.1.16712.ebuild:
+  Bump to 3.2.1.16712
+
 *intel-ocl-sdk-3.1.1.11385 (02 Dec 2013)
 
   02 Dec 2013;  <xhochy@gentoo.org> +intel-ocl-sdk-3.1.1.11385.ebuild:

diff --git a/dev-util/intel-ocl-sdk/intel-ocl-sdk-3.2.1.16712.ebuild b/dev-util/intel-ocl-sdk/intel-ocl-sdk-3.2.1.16712.ebuild
new file mode 100644
index 0000000..7fd0f0c
--- /dev/null
+++ b/dev-util/intel-ocl-sdk/intel-ocl-sdk-3.2.1.16712.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit rpm multilib
+
+DESCRIPTION="Intel's implementation of the OpenCL standard"
+HOMEPAGE="http://software.intel.com/en-us/articles/opencl-sdk/"
+SRC_URI="http://registrationcenter.intel.com/irc_nas/3809/\
+intel_sdk_for_ocl_applications_xe_2013_r3_sdk_${PV}_x64.tgz"
+
+LICENSE="Intel-SDP"
+SLOT="0"
+IUSE="mic"
+KEYWORDS="~amd64"
+
+RDEPEND="app-admin/eselect-opencl
+		sys-process/numactl"
+
+RESTRICT="mirror strip"
+
+QA_PREBUILT="opt/*"
+
+S="${WORKDIR}/intel_sdk_for_ocl_applications_xe_2013_r3_sdk_${PV}_x64"
+
+src_unpack() {
+	default
+	cd "${S}" || die
+	rpm_unpack "./opencl-1.2-base-${PV}-1.x86_64.rpm"
+	rpm_unpack "./opencl-1.2-devel-${PV}-1.x86_64.rpm"
+	rpm_unpack "./opencl-1.2-intel-cpu-${PV}-1.x86_64.rpm"
+	rpm_unpack "./opencl-1.2-intel-devel-${PV}-1.x86_64.rpm"
+	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() {
+	insinto /
+	doins -r etc
+	doins -r opt
+	fperms 0755 "/opt/intel/opencl-1.2-${PV}/bin/ioc64"
+	fperms 0755 "/opt/intel/opencl-1.2-${PV}/bin/ioc64.bin"
+	fperms 0755 "/opt/intel/opencl-1.2-${PV}/bin/KernelBuilder64"
+	fperms 0755 "/opt/intel/opencl-1.2-${PV}/bin/KernelBuilder64.bin"
+	fperms 0755 "/opt/intel/opencl-1.2-${PV}/lib64/llc"
+	fperms 0755 "/opt/intel/opencl-1.2-${PV}/lib64/llvm-dis"
+
+	dodir "${INTEL_CL}"
+	dosym "/opt/intel/opencl-1.2-${PV}/lib64/libOpenCL.so"     "${INTEL_CL}/libOpenCL.so"
+	dosym "/opt/intel/opencl-1.2-${PV}/lib64/libOpenCL.so.1"   "${INTEL_CL}/libOpenCL.so.1"
+	dosym "/opt/intel/opencl-1.2-${PV}/lib64/libOpenCL.so.1.2" "${INTEL_CL}libOpenCL.so.1.2"
+
+	dodir "/etc/OpenCL/vendors"
+	dosym "/opt/intel/opencl-1.2-${PV}/etc/intel64.icd" "/etc/OpenCL/vendors/intel64.icd"
+}


             reply	other threads:[~2014-03-03 20:37 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-03 20:37 Sebastien Fabbro [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
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
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=1393858733.85eea395756b0a478c708fdec52828ccd542ebd5.bicatali@gentoo \
    --to=bicatali@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