From c4ea9eea67fadc87da3ac9367918c55c9ac3ced3 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Sun, 12 Feb 2017 14:38:32 +0100 Subject: [PATCH] Add cmake template for openblas.pc --- cmake/openblas.pc.in | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 cmake/openblas.pc.in diff --git a/cmake/openblas.pc.in b/cmake/openblas.pc.in new file mode 100644 index 000000000..9bda4321d --- /dev/null +++ b/cmake/openblas.pc.in @@ -0,0 +1,10 @@ +prefix=@prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: OpenBLAS +Description: OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version +Version: @OPENBLAS_VERSION@ +URL: https://github.com/xianyi/OpenBLAS +Libs: -L${libdir} -lopenblas +Cflags: -I${includedir}