From 3797d144cc8d7cf3de55f4804cb5e81e2436571f Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Fri, 21 Oct 2016 09:38:25 +0200 Subject: Generate and install pkg-config description --- src/clblast.pc.in | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/clblast.pc.in (limited to 'src/clblast.pc.in') 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} -- cgit v1.2.3