Browse Source

Add cmake template for openblas.pc

tags/v0.2.20^2
Martin Kroeker GitHub 8 years ago
parent
commit
c4ea9eea67
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      cmake/openblas.pc.in

+ 10
- 0
cmake/openblas.pc.in 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}

Loading…
Cancel
Save