blob: 83c9488f9b65fa4a612412f9558ca7c976829f93 (
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: nppicom
Description: NVIDIA Performance Primitives - Image Processing - Compression
Version: 12.5
Libs: -L${libdir} -lnppicom
Cflags: -I${includedir}
|