summaryrefslogtreecommitdiffstats
path: root/development/cudatoolkit/files
diff options
context:
space:
mode:
author Giorgio Peron2014-12-21 05:15:59 +0100
committer Willy Sudiarto Raharjo2014-12-21 19:41:38 +0100
commitfce5c971a30faac40f4bfcd896d194fdb33264d0 (patch)
treef0815bdc1c283a62c1d6caa2d964e6c1db2ac3ae /development/cudatoolkit/files
parent3279ab2b7019f7a6fef52acab4fc6fffcc73e3fe (diff)
downloadslackbuilds-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')
-rw-r--r--development/cudatoolkit/files/cuda.csh2
-rw-r--r--development/cudatoolkit/files/cuda.sh2
-rw-r--r--development/cudatoolkit/files/nsight.desktop13
-rw-r--r--development/cudatoolkit/files/nvvp.desktop13
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 0000000000..582b5f8d88
--- /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 0000000000..900549c746
--- /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 0000000000..3cb66f479b
--- /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 0000000000..86c648f8b4
--- /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
+