Add cmake template for openblas.pc
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Sun, 12 Feb 2017 13:38:32 +0000 (14:38 +0100)
committerGitHub <noreply@github.com>
Sun, 12 Feb 2017 13:38:32 +0000 (14:38 +0100)
cmake/openblas.pc.in [new file with mode: 0644]

diff --git a/cmake/openblas.pc.in b/cmake/openblas.pc.in
new file mode 100644 (file)
index 0000000..9bda432
--- /dev/null
@@ -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}