diff options
author | Giorgio Peron <giorgio.peron@gmail.com> | 2014-12-21 11:15:59 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-12-22 01:41:38 +0700 |
commit | fce5c971a30faac40f4bfcd896d194fdb33264d0 (patch) | |
tree | f0815bdc1c283a62c1d6caa2d964e6c1db2ac3ae /development/cudatoolkit/files/cuda.sh | |
parent | 3279ab2b7019f7a6fef52acab4fc6fffcc73e3fe (diff) | |
download | slackbuilds-fce5c971a30faac40f4bfcd896d194fdb33264d0.tar.gz |
development/cudatoolkit: Updated for version 6.5.14.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/cudatoolkit/files/cuda.sh')
-rw-r--r-- | development/cudatoolkit/files/cuda.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/development/cudatoolkit/files/cuda.sh b/development/cudatoolkit/files/cuda.sh new file mode 100644 index 0000000000..900549c746 --- /dev/null +++ b/development/cudatoolkit/files/cuda.sh @@ -0,0 +1,2 @@ +#!/bin/sh +export PATH="${PATH}:/usr/share/cuda/bin" |