summaryrefslogtreecommitdiff
path: root/src/clblast.pc.in
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2016-10-21 21:00:07 +0200
committerGitHub <noreply@github.com>2016-10-21 21:00:07 +0200
commit597974b40d52d9cd199e5189d6d55cd12c841e63 (patch)
tree5e98094a7681ea7dd3fc834148541f4fcd818fbb /src/clblast.pc.in
parent370105148b6c97f078ac0a0b4a08239c8e44474d (diff)
parent3797d144cc8d7cf3de55f4804cb5e81e2436571f (diff)
Merge pull request #118 from matze/add-pkg-config
Generate and install pkg-config description
Diffstat (limited to 'src/clblast.pc.in')
-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}