summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2013-06-19 15:45:58 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2013-06-19 15:45:58 +0000
commit931bd366e067794bd6cff1142d8110d65d26c020 (patch)
treee21e19cb30d06916bc0eddd85dd9c6d3d59e3502 /virtual/opencl/opencl-0-r3.ebuild
parentNew snapshot. Add opencl support, bug #439018. (diff)
downloadgentoo-2-931bd366e067794bd6cff1142d8110d65d26c020.tar.gz
gentoo-2-931bd366e067794bd6cff1142d8110d65d26c020.tar.bz2
gentoo-2-931bd366e067794bd6cff1142d8110d65d26c020.zip
New revision with adds mesa[opencl] as an option and drops REQUIRED_USE.
(Portage version: 2.1.12.2/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'virtual/opencl/opencl-0-r3.ebuild')
-rw-r--r--virtual/opencl/opencl-0-r3.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/virtual/opencl/opencl-0-r3.ebuild b/virtual/opencl/opencl-0-r3.ebuild
new file mode 100644
index 000000000000..90c1d6259ab4
--- /dev/null
+++ b/virtual/opencl/opencl-0-r3.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/opencl/opencl-0-r3.ebuild,v 1.1 2013/06/19 15:45:58 chithanh Exp $
+
+EAPI=5
+
+DESCRIPTION="Virtual for OpenCL implementations"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+CARDS=( fglrx nvidia )
+IUSE="${CARDS[@]/#/video_cards_}"
+
+DEPEND=""
+RDEPEND="app-admin/eselect-opencl
+ || (
+ media-libs/mesa[opencl]
+ video_cards_fglrx? ( >=x11-drivers/ati-drivers-12.1-r1 )
+ video_cards_nvidia? ( >=x11-drivers/nvidia-drivers-290.10-r2 )
+ dev-util/intel-ocl-sdk
+ )"