mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
540f5d09b7
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
3 lines
146 B
Bash
3 lines
146 B
Bash
# install GCC 6 and link the compiler in cuda bin folder
|
|
ln -sf usr/bin/gcc-6 usr/share/cuda/bin/gcc
|
|
ln -sf usr/bin/g++-6 usr/share/cuda/bin/g++
|