blob: bc817e73db15708273b89632fe0c16ac77c01efe (
plain)
1
2
3
4
5
6
7
8
9
|
cudaroot=/usr/share/cuda
libdir=/usr/lib64
includedir=/usr/include
Name: nppc
Description: NVIDIA Performance Primitives - Core
Version: 10.2
Libs: -L${libdir} -lnppc
Cflags: -I${includedir}
|