summaryrefslogtreecommitdiffstats
path: root/development/cudatoolkit/files/curand.pc
diff options
context:
space:
mode:
author Giorgio Peron2020-06-19 10:18:14 +0200
committer Willy Sudiarto Raharjo2020-06-20 02:59:31 +0200
commit540f5d09b7e266a8bfbe45d7fb6e12a275ffb95c (patch)
treeca958480c987a85cce02095c83ef51ea045aab82 /development/cudatoolkit/files/curand.pc
parent1da455f73a35faa8e39434a647a8980e6316d7c3 (diff)
downloadslackbuilds-540f5d09b7e266a8bfbe45d7fb6e12a275ffb95c.tar.gz
development/cudatoolkit: Updated for version 10.2.89.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/cudatoolkit/files/curand.pc')
-rw-r--r--development/cudatoolkit/files/curand.pc9
1 files changed, 9 insertions, 0 deletions
diff --git a/development/cudatoolkit/files/curand.pc b/development/cudatoolkit/files/curand.pc
new file mode 100644
index 0000000000..11038f0576
--- /dev/null
+++ b/development/cudatoolkit/files/curand.pc
@@ -0,0 +1,9 @@
+cudaroot=/usr/share/cuda
+libdir=/usr/lib64
+includedir=/usr/include
+
+Name: curand
+Description: CUDA Random Number Generation Library
+Version: 10.2
+Libs: -L${libdir} -lcurand
+Cflags: -I${includedir}