summarylogtreecommitdiffstats
path: root/cufftw.pc
blob: a43b97d32a61f1b0ae3d49af2b050c516b49a6e8 (plain)
1
2
3
4
5
6
7
8
9
cudaroot=/opt/cuda-11.1
libdir=${cudaroot}/targets/x86_64-linux/lib
includedir=${cudaroot}/targets/x86_64-linux/include

Name: cufftw
Description: CUDA Fast Fourier Transform Wide
Version: 11.1
Libs: -L${libdir} -lcufftw
Cflags: -I${includedir}