summarylogtreecommitdiffstats
path: root/cusparse.pc
blob: 97ddc0cf14c2a8c1ce92c852b8cbc1ae39a5bf7d (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.5
Libs: -L${libdir} -lcusparse
Cflags: -I${includedir}