summarylogtreecommitdiffstats
path: root/curand.pc
diff options
context:
space:
mode:
authorKostas Georgiadis2020-11-28 12:11:13 +0200
committerKostas Georgiadis2020-11-28 12:11:13 +0200
commitf88706509cb6807ab93fd053f43320adaf121ffe (patch)
tree102b8a2ea1b46f165a6333d99716791eb7a0bf1b /curand.pc
downloadaur-f88706509cb6807ab93fd053f43320adaf121ffe.tar.gz
initial commit
Diffstat (limited to 'curand.pc')
-rw-r--r--curand.pc9
1 files changed, 9 insertions, 0 deletions
diff --git a/curand.pc b/curand.pc
new file mode 100644
index 000000000000..b6ba7b279770
--- /dev/null
+++ b/curand.pc
@@ -0,0 +1,9 @@
+cudaroot=/opt/cuda
+libdir=${cudaroot}/targets/x86_64-linux/lib
+includedir=${cudaroot}/targets/x86_64-linux/include
+
+Name: curand
+Description: CUDA Random Number Generation Library
+Version: 11.0
+Libs: -L${libdir} -lcurand
+Cflags: -I${includedir}