summaryrefslogtreecommitdiff
path: root/cuda-compat/cusparse.pc
blob: 12eb1fa67f947300d33c42a19be04a59673c6ac7 (plain)
    1 cudaroot=/opt/cuda
    2 libdir=${cudaroot}/targets/x86_64-linux/lib
    3 includedir=${cudaroot}/targets/x86_64-linux/include
    4 
    5 Name: cusparse
    6 Description: CUDA Sparse Matrix Library
    7 Version: 11.0
    8 Libs: -L${libdir} -lcusparse
    9 Cflags: -I${includedir}

Generated by cgit