pentoo/pentoo-opencl - 0-r5 (pentoo)

Search

Install

Install this version:

emerge -a =pentoo/pentoo-opencl-0-r5

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =pentoo/pentoo-opencl-0-r5

Or alternatively:

emerge --autounmask-write -a =pentoo/pentoo-opencl-0-r5

Package Information

Description:
Virtual for pulling in appropriate opencl stuffs
Homepage:
https://pentoo.org
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
0-r5 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 2020-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Virtual for pulling in appropriate opencl stuffs"
HOMEPAGE="https://pentoo.org"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="opencl-cpu video_cards_amdgpu video_cards_nvidia"
REQUIRED_USE="|| ( opencl-cpu video_cards_amdgpu video_cards_nvidia )"

RDEPEND="virtual/opencl
		dev-util/opencl-headers
		opencl-cpu? ( amd64? ( || ( dev-libs/pocl dev-util/intel-ocl-sdk ) ) )
		video_cards_amdgpu? ( dev-libs/rocm-opencl-runtime )
		video_cards_nvidia? ( x11-drivers/nvidia-drivers )
		"

pkg_setup() {
	if use opencl-cpu && ! use amd64; then
		die "opencl-cpu is only available for 64 bit systems"
	fi
}

USE Flags

Manage flags for this package: euse -i <flag> -p pentoo/pentoo-opencl | euse -E <flag> -p pentoo/pentoo-opencl | euse -D <flag> -p pentoo/pentoo-opencl

Dependencies

RDEPEND

virtual/opencl
		dev-util/opencl-headers
		opencl-cpu? ( amd64? ( || ( dev-libs/pocl dev-util/intel-ocl-sdk ) ) )
		video_cards_amdgpu? ( dev-libs/rocm-opencl-runtime )
		video_cards_nvidia? ( x11-drivers/nvidia-drivers )