dev-util/nvidia-cuda-toolkit: allow gcc-8.4 for cuda-10.{1,2}.

Reported-By: Alexey <alexey+gentoo@asokolov.org>
Closes: https://bugs.gentoo.org/721722
Package-Manager: Portage-2.3.88, Repoman-2.3.18
Signed-off-by: Benda Xu <heroxbd@gentoo.org>
This commit is contained in:
Benda Xu
2020-05-12 12:02:51 +08:00
parent 4baca001c0
commit 1700a99d77
4 changed files with 4 additions and 4 deletions

View File

@@ -43,7 +43,7 @@ pkg_setup() {
src_prepare() {
local cuda_supported_gcc
cuda_supported_gcc="4.7 4.8 4.9 5.3 5.4 6.3 6.4 7.2 7.3 8.2 8.3"
cuda_supported_gcc="4.7 4.8 4.9 5.3 5.4 6.3 6.4 7.2 7.3 8.2 8.3 8.4"
sed \
-e "s:CUDA_SUPPORTED_GCC:${cuda_supported_gcc}:g" \

View File

@@ -43,7 +43,7 @@ pkg_setup() {
src_prepare() {
local cuda_supported_gcc
cuda_supported_gcc="4.7 4.8 4.9 5.3 5.4 6.3 6.4 7.2 7.3 8.2 8.3"
cuda_supported_gcc="4.7 4.8 4.9 5.3 5.4 6.3 6.4 7.2 7.3 8.2 8.3 8.4"
sed \
-e "s:CUDA_SUPPORTED_GCC:${cuda_supported_gcc}:g" \

View File

@@ -50,7 +50,7 @@ pkg_setup() {
src_prepare() {
local cuda_supported_gcc
cuda_supported_gcc="4.7 4.8 4.9 5.3 5.4 6.3 6.4 7.2 7.3 8.2 8.3"
cuda_supported_gcc="4.7 4.8 4.9 5.3 5.4 6.3 6.4 7.2 7.3 8.2 8.3 8.4"
sed \
-e "s:CUDA_SUPPORTED_GCC:${cuda_supported_gcc}:g" \

View File

@@ -50,7 +50,7 @@ pkg_setup() {
src_prepare() {
local cuda_supported_gcc
cuda_supported_gcc="4.7 4.8 4.9 5.3 5.4 6.3 6.4 7.2 7.3 8.2 8.3"
cuda_supported_gcc="4.7 4.8 4.9 5.3 5.4 6.3 6.4 7.2 7.3 8.2 8.3 8.4"
sed \
-e "s:CUDA_SUPPORTED_GCC:${cuda_supported_gcc}:g" \