commit:     d1de5745b540daf1149d9fd695578d2dea5e60ae
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 17 07:54:25 2018 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Wed Oct 17 07:54:25 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1de5745

Revert "cuda.eclass: Add nvidia-cuda-toolkit dep"

This reverts commit 38f0acd3a2cb845b4f03515c6203d853a0ebc05b.

Breaks dev-cpp/eigen[-cuda]

Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 eclass/cuda.eclass | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/eclass/cuda.eclass b/eclass/cuda.eclass
index f8f0822d4e0..f1c09ca2e45 100644
--- a/eclass/cuda.eclass
+++ b/eclass/cuda.eclass
@@ -41,11 +41,6 @@ inherit flag-o-matic toolchain-funcs
 # Being verbose during compilation to see underlying commands
 : ${CUDA_VERBOSE:=true}
 
-DEPEND="dev-util/nvidia-cuda-toolkit"
-if [[ ${EAPI} != [56] ]]; then
-       BDEPEND="dev-util/nvidia-cuda-toolkit"
-fi
-
 # @FUNCTION: cuda_gccdir
 # @USAGE: [-f]
 # @RETURN: gcc bindir compatible with current cuda, optionally (-f) prefixed 
with "--compiler-bindir "

Reply via email to