mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
pentoo-opencl: keep dev-util/opencl-headers on system
This commit is contained in:
parent
783e9a8101
commit
7a398f1a0f
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright 2020-2023 Gentoo Authors
|
# Copyright 2020-2025 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
@ -13,6 +13,7 @@ IUSE="opencl-cpu video_cards_amdgpu video_cards_nvidia"
|
||||||
REQUIRED_USE="|| ( opencl-cpu video_cards_amdgpu video_cards_nvidia )"
|
REQUIRED_USE="|| ( opencl-cpu video_cards_amdgpu video_cards_nvidia )"
|
||||||
|
|
||||||
RDEPEND="virtual/opencl
|
RDEPEND="virtual/opencl
|
||||||
|
dev-util/opencl-headers
|
||||||
opencl-cpu? ( amd64? ( || ( dev-libs/pocl dev-util/intel-ocl-sdk ) ) )
|
opencl-cpu? ( amd64? ( || ( dev-libs/pocl dev-util/intel-ocl-sdk ) ) )
|
||||||
video_cards_amdgpu? ( dev-libs/rocm-opencl-runtime )
|
video_cards_amdgpu? ( dev-libs/rocm-opencl-runtime )
|
||||||
video_cards_nvidia? ( x11-drivers/nvidia-drivers )
|
video_cards_nvidia? ( x11-drivers/nvidia-drivers )
|
||||||
Loading…
Reference in a new issue