summarylogtreecommitdiffstats
path: root/curand.pc
blob: e959f5ae229218eabe9332d7b180e508ac8ffacf (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: 12.5
Libs: -L${libdir} -lcurand
Cflags: -I${includedir}