Skip to content

Commit

Permalink
dev-util/nvidia-cuda-toolkit: add missing dependency, bug #622256
Browse files Browse the repository at this point in the history
Support for GCC 6 is only available starting with CUDA 9:
https://devblogs.nvidia.com/parallelforall/cuda-9-features-revealed

Package-Manager: Portage-2.3.6, Repoman-2.3.2
  • Loading branch information
amadio committed Jul 6, 2017
1 parent 57e4ff2 commit b22237d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6
Expand All @@ -18,6 +18,7 @@ IUSE="debugger doc eclipse profiler"
DEPEND=""
RDEPEND="${DEPEND}
>=sys-devel/gcc-4.7[cxx]
<sys-devel/gcc-6[cxx]
>=x11-drivers/nvidia-drivers-367.44[X,uvm]
debugger? (
sys-libs/libtermcap-compat
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ IUSE="debugger doc eclipse profiler"
DEPEND=""
RDEPEND="${DEPEND}
>=sys-devel/gcc-4.7[cxx]
<sys-devel/gcc-6[cxx]
>=x11-drivers/nvidia-drivers-375.26[X,uvm]
debugger? (
sys-libs/libtermcap-compat
Expand Down

0 comments on commit b22237d

Please sign in to comment.