summarylogtreecommitdiffstats
path: root/cusparse.pc
blob: b960cd0e0032c6a1f12f3473493dba43734b3eaa (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: cusparse
Description: CUDA Sparse Matrix Library
Version: 12.8
Libs: -L${libdir} -lcusparse
Cflags: -I${includedir}