summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2016-10-21 09:38:25 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2016-10-21 09:38:25 +0200
commit3797d144cc8d7cf3de55f4804cb5e81e2436571f (patch)
tree3dbca3fd7e5ab3babcd8d55b5e741b32abe90cf5 /src
parent115af8c78ed93894b1e3021d9612df89d2cef3d4 (diff)
Generate and install pkg-config description
Diffstat (limited to 'src')
-rw-r--r--src/clblast.pc.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/clblast.pc.in b/src/clblast.pc.in
new file mode 100644
index 00000000..2538add8
--- /dev/null
+++ b/src/clblast.pc.in
@@ -0,0 +1,10 @@
+prefix=@CMAKE_INSTALL_PREFIX@
+exec_prefix=${prefix}
+includedir=${prefix}/include
+libdir=${exec_prefix}/lib
+
+Name: CLBlast
+Description: CLBlast is a modern, lightweight, performant and tunable OpenCL BLAS library written in C++11
+Version: @clblast_VERSION_MAJOR@.@clblast_VERSION_MINOR@.@clblast_VERSION_PATCH@
+Libs: -L${libdir} -lclblast
+Cflags: -I${includedir}