summarylogtreecommitdiffstats
path: root/cufftw.pc
diff options
context:
space:
mode:
authorDaniel Bermond2021-02-06 22:45:16 +0000
committerDaniel Bermond2021-02-06 22:45:16 +0000
commit7c4b5a26cc98eb0ca205fe4da1cb1e34b2bc98fd (patch)
treeacf35c647b0151003a4d45eefb4d9c38b92f3d47 /cufftw.pc
downloadaur-7c4b5a26cc98eb0ca205fe4da1cb1e34b2bc98fd.tar.gz
Initial commit
Diffstat (limited to 'cufftw.pc')
-rw-r--r--cufftw.pc9
1 files changed, 9 insertions, 0 deletions
diff --git a/cufftw.pc b/cufftw.pc
new file mode 100644
index 000000000000..4a39e8db3a5b
--- /dev/null
+++ b/cufftw.pc
@@ -0,0 +1,9 @@
+cudaroot=/opt/cuda
+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}