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 | |
parent | 3279ab2b7019f7a6fef52acab4fc6fffcc73e3fe (diff) |
development/cudatoolkit: Updated for version 6.5.14.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/cudatoolkit/files')
-rw-r--r-- | development/cudatoolkit/files/cuda.csh | 2 | ||||
-rw-r--r-- | development/cudatoolkit/files/cuda.sh | 2 | ||||
-rw-r--r-- | development/cudatoolkit/files/nsight.desktop | 13 | ||||
-rw-r--r-- | development/cudatoolkit/files/nvvp.desktop | 13 |
4 files changed, 30 insertions, 0 deletions
diff --git a/development/cudatoolkit/files/cuda.csh b/development/cudatoolkit/files/cuda.csh new file mode 100644 index 000000000000..582b5f8d88b6 --- /dev/null +++ b/development/cudatoolkit/files/cuda.csh @@ -0,0 +1,2 @@ +#!/bin/csh +setenv PATH ${PATH}:/usr/share/cuda/bin diff --git a/development/cudatoolkit/files/cuda.sh b/development/cudatoolkit/files/cuda.sh new file mode 100644 index 000000000000..900549c746f0 --- /dev/null +++ b/development/cudatoolkit/files/cuda.sh @@ -0,0 +1,2 @@ +#!/bin/sh +export PATH="${PATH}:/usr/share/cuda/bin" diff --git a/development/cudatoolkit/files/nsight.desktop b/development/cudatoolkit/files/nsight.desktop new file mode 100644 index 000000000000..3cb66f479b44 --- /dev/null +++ b/development/cudatoolkit/files/nsight.desktop @@ -0,0 +1,13 @@ +[Desktop Entry] +Type=Application +Name=Nsight Eclipse Edition +GenericName=Nsight Eclipse Edition +Icon=/usr/share/cuda/libnsight/icon.xpm +Exec=/usr/share/cuda/bin/nsight +TryExec=/usr/share/cuda/bin/nsight +Keywords=cuda;gpu;nvidia;debugger; +X-AppInstall-Keywords=cuda;gpu;nvidia;debugger; +X-GNOME-Keywords=cuda;gpu;nvidia;debugger; +Terminal=No +Categories=Development;IDE;Debugger;ParallelComputing + diff --git a/development/cudatoolkit/files/nvvp.desktop b/development/cudatoolkit/files/nvvp.desktop new file mode 100644 index 000000000000..86c648f8b4e8 --- /dev/null +++ b/development/cudatoolkit/files/nvvp.desktop @@ -0,0 +1,13 @@ +[Desktop Entry] +Type=Application +Name=NVIDIA Visual Profiler +GenericName=NVIDIA Visual Profiler +Icon=/usr/share/cuda/libnvvp/icon.xpm +Exec=/usr/share/cuda/bin/nvvp +TryExec=/usr/share/cuda/bin/nvvp +Keywords=nvvp;cuda;gpu;nsight; +X-AppInstall-Keywords=nvvp;cuda;gpu;nsight; +X-GNOME-Keywords=nvvp;cuda;gpu;nsight; +Terminal=No +Categories=Development;Profiling;ParallelComputing + |