summarylogtreecommitdiffstats
path: root/curand.pc
blob: b6ba7b27977064d4f6f3b80989538b977db3c331 (plain)
1
2
3
4
5
6
7
8
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}