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

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