public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/intel-ocl-sdk/
Date: Tue, 21 Jul 2020 19:10:35 +0000 (UTC)	[thread overview]
Message-ID: <1595358628.ff90de987e23b5796320ff81e157f0d5d4bd6c90.mattst88@gentoo> (raw)

commit:     ff90de987e23b5796320ff81e157f0d5d4bd6c90
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 21 19:09:32 2020 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Jul 21 19:10:28 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff90de98

dev-util/intel-ocl-sdk: Drop old versions

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 dev-util/intel-ocl-sdk/Manifest                    |  1 -
 .../intel-ocl-sdk/intel-ocl-sdk-2.0.31360.ebuild   | 70 ------------------
 .../intel-ocl-sdk-4.4.0.117-r1.ebuild              | 82 ----------------------
 dev-util/intel-ocl-sdk/metadata.xml                |  1 -
 4 files changed, 154 deletions(-)

diff --git a/dev-util/intel-ocl-sdk/Manifest b/dev-util/intel-ocl-sdk/Manifest
index 6aad3ec8cc6..4a096001185 100644
--- a/dev-util/intel-ocl-sdk/Manifest
+++ b/dev-util/intel-ocl-sdk/Manifest
@@ -1,2 +1 @@
-DIST intel_sdk_for_ocl_applications_2012_x64.tgz 28302946 BLAKE2B 991fe387c3bb0ce572db9bb6856141eedf8e3ba1b1d6f50e5ef9166047d610bbef49e72e44618d3761dc5cb828537a14dc7b66256968943238808a620a8533ef SHA512 6974dd67d8292400f1d0c80fd137f39290fe7dcab5146b9f0613ae48484f84e1b523f710dcc07c8600919ce01ab2dd91ab0e2d693e3723ffa9a744fcc52151dd
 DIST intel_sdk_for_ocl_applications_2014_ubuntu_4.4.0.117_x64.tgz 105808431 BLAKE2B 58b9bdf1979c070757beff7abaa2b16d43993e7dd4aeda05843facd556f25f3c695a6b2de4745890ce6b7b1a5cee1113b62ffae4059aad49a462d28d6d3461c3 SHA512 c0f65bf4d9b894f11076995744d32aef983e01b40472028e411c7be6b9117ef8b260b9abe46d6e936333aca525f98f81aaca2ab3e093ccefb09f525a3646d7e9

diff --git a/dev-util/intel-ocl-sdk/intel-ocl-sdk-2.0.31360.ebuild b/dev-util/intel-ocl-sdk/intel-ocl-sdk-2.0.31360.ebuild
deleted file mode 100644
index b2153e78d16..00000000000
--- a/dev-util/intel-ocl-sdk/intel-ocl-sdk-2.0.31360.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-MY_P=${PN//-/_}_2012_x64
-
-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/2563/intel_sdk_for_ocl_applications_2012_x64.tgz"
-
-LICENSE="Intel-SDP"
-SLOT="0"
-IUSE="tools"
-KEYWORDS="amd64 -x86"
-
-RDEPEND="app-eselect/eselect-opencl
-	dev-cpp/tbb
-	sys-process/numactl
-	tools? (
-		sys-devel/llvm
-		>=virtual/jre-1.6
-	)"
-DEPEND=""
-
-RESTRICT="bindist mirror"
-QA_EXECSTACK="${INTEL_CL/\//}libcpu_device.so
-	${INTEL_CL/\//}libOclCpuBackEnd.so
-	${INTEL_CL/\//}libtask_executor.so"
-QA_PREBUILT="${INTEL_CL}*"
-
-S=${WORKDIR}
-
-src_unpack() {
-	default
-	rpm_unpack ./${MY_P}.rpm
-}
-
-src_prepare() {
-	# Remove unnecessary and bundled stuff
-	rm -rf ${INTEL_CL}/{docs,version.txt,llc}
-	rm -f ${INTEL_CL}/libboost*.so
-	rm -f ${INTEL_CL}/libtbb*
-	if ! use tools; then
-		rm -rf usr/bin
-		rm -f ${INTEL_CL}/{ioc64,ioc.jar}
-		rm -f ${INTEL_CL}/libboost*
-	fi
-}
-
-src_install() {
-	doins -r etc
-
-	insinto ${INTEL_CL}
-	doins -r usr/include
-
-	insopts -m 755
-	newins usr/$(get_libdir)/libOpenCL.so libOpenCL.so.1
-	dosym libOpenCL.so.1 ${INTEL_CL}/libOpenCL.so
-
-	doins ${INTEL_CL}/*
-}
-
-pkg_postinst() {
-	eselect opencl set --use-old intel
-}

diff --git a/dev-util/intel-ocl-sdk/intel-ocl-sdk-4.4.0.117-r1.ebuild b/dev-util/intel-ocl-sdk/intel-ocl-sdk-4.4.0.117-r1.ebuild
deleted file mode 100644
index df63eebf81f..00000000000
--- a/dev-util/intel-ocl-sdk/intel-ocl-sdk-4.4.0.117-r1.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-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/4181/intel_sdk_for_ocl_applications_2014_ubuntu_${PV}_x64.tgz"
-
-LICENSE="Intel-SDP"
-SLOT="0"
-IUSE="android +system-tbb system-clang +system-boost"
-KEYWORDS="-* ~amd64"
-RESTRICT="bindist mirror"
-
-RDEPEND="app-eselect/eselect-opencl
-	sys-process/numactl
-	system-tbb? ( >=dev-cpp/tbb-4.2.20131118 )
-	system-clang? ( =sys-devel/clang-3.4* )
-	system-boost? ( >=dev-libs/boost-1.52.0:= )
-"
-DEPEND=""
-
-S=${WORKDIR}/intel_sdk_for_ocl_applications_2014_ubuntu_${PV}_x64/
-INTEL_CL=opt/intel/opencl-1.2-${PV}
-INTEL_VENDOR_DIR=usr/$(get_libdir)/OpenCL/vendors/intel/
-
-QA_PREBUILT="${INTEL_OCL}/*"
-
-src_unpack() {
-	default
-
-	PKGS="base devel intel-cpu intel-devel"
-
-	use android && PKGS="$PKGS intel-devel-android"
-
-	for PKG in ${PKGS}; do
-		FILENAME="opencl-1.2-${PKG}-4.4.0.117-1.x86_64.deb"
-		einfo "Extracting \"${FILENAME}\"..."
-		ar x "${S}/$FILENAME" || die
-		unpack ./data.tar.gz
-	done
-}
-
-src_prepare() {
-	# Remove bundled stuff
-	if use system-boost; then
-		rm -f "${WORKDIR}/${INTEL_CL}"/lib64/libboost*.so*
-	fi
-	if use system-clang; then
-		rm -f "${WORKDIR}/${INTEL_CL}"/lib64/libclang*
-	fi
-	if use system-tbb; then
-		rm -f "${WORKDIR}/${INTEL_CL}"/lib64/libtbb*
-	fi
-}
-
-src_install() {
-	insinto /etc/OpenCL/vendors/
-	doins "${WORKDIR}/${INTEL_CL}"/etc/intel64.icd
-
-	insinto /"${INTEL_CL}"/lib64
-	insopts -m 755
-	doins "${WORKDIR}/${INTEL_CL}"/lib64/*
-
-	insinto /"${INTEL_CL}"/bin
-	doins "${WORKDIR}"/"${INTEL_CL}"/bin/*
-
-	# TODO put this somewhere
-	# doins ${INTEL_CL}/eclipse-plug-in/OpenCL_SDK_0.1.0.jar
-
-	dodir "${INTEL_VENDOR_DIR}"
-	dosym "/opt/intel/opencl-1.2-${PV}/lib64/libOpenCL.so"     "${INTEL_VENDOR_DIR}/libOpenCL.so"
-	dosym "/opt/intel/opencl-1.2-${PV}/lib64/libOpenCL.so.1"   "${INTEL_VENDOR_DIR}/libOpenCL.so.1"
-	dosym "/opt/intel/opencl-1.2-${PV}/lib64/libOpenCL.so.1.2" "${INTEL_VENDOR_DIR}/libOpenCL.so.1.2"
-}
-
-pkg_postinst() {
-	eselect opencl set --use-old intel
-}

diff --git a/dev-util/intel-ocl-sdk/metadata.xml b/dev-util/intel-ocl-sdk/metadata.xml
index 2b3e89f60bc..61f0f571848 100644
--- a/dev-util/intel-ocl-sdk/metadata.xml
+++ b/dev-util/intel-ocl-sdk/metadata.xml
@@ -7,7 +7,6 @@
 	</maintainer>
 	<use>
 		<flag name="android">Install android related files</flag>
-		<flag name="tools">Install Intel Offline Compiler</flag>
 		<flag name="system-boost">Use system boost (dev-libs/boost) instead of bundled one</flag>
 		<flag name="system-clang">Use system clang (sys-devel/clang) instead of bundled one</flag>
 		<flag name="system-tbb">Use system Thread Building Blocks (dev-cpp/tbb) instead of bundled one</flag>


             reply	other threads:[~2020-07-21 19:10 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-21 19:10 Matt Turner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-11-21  8:14 [gentoo-commits] repo/gentoo:master commit in: dev-util/intel-ocl-sdk/ Sam James
2022-11-21  8:14 Sam James
2021-04-23 11:17 Guilherme Amadio
2021-04-23 10:58 Guilherme Amadio
2020-09-21 18:05 Rick Farina
2020-06-29  6:19 Agostino Sarubbo
2020-04-09 18:01 Marek Szuba
2019-09-23 17:16 Michał Górny
2018-05-27  7:23 Andreas Sturmlechner
2018-04-09 18:59 Jonas Stein
2017-12-10 14:13 Michał Górny

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=1595358628.ff90de987e23b5796320ff81e157f0d5d4bd6c90.mattst88@gentoo \
    --to=mattst88@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