summaryrefslogtreecommitdiff
path: root/external/clBLAS/src/library/clBLAS.pc.in
blob: 433ca635a11c47d28110b024121660f5af30beaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}/bin@SUFFIX_BIN@
includedir=${prefix}/include
libdir=${prefix}/lib@SUFFIX_LIB@

Name: clBLAS
Description: Open source OpenCL BLAS library
Version: @clBLAS_VERSION@
URL: https://github.com/clMathLibraries/clBLAS

Cflags: -I${includedir}
Libs: -L${libdir} -lclBLAS