Add cmake template for openblas.pc

This commit is contained in:
Martin Kroeker 2017-02-12 14:38:32 +01:00 committed by GitHub
parent cd8f80634f
commit c4ea9eea67
1 changed files with 10 additions and 0 deletions

10
cmake/openblas.pc.in Normal file
View File

@ -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}