mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-util/nvidia-cuda-toolkit: add missing dependency, bug #622256
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
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user