diff options
author | Martin Kroeker <martin@ruby.chemie.uni-freiburg.de> | 2018-05-14 00:09:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-14 00:09:35 +0200 |
commit | 7d7564568cb6641e78b17e2d31c29a2162ce6db1 (patch) | |
tree | eed3fe273553540b7d416efff828e8743a440038 | |
parent | 88e224f4c03a39c7564117bc2b0306397c9fdaac (diff) | |
download | openblas-7d7564568cb6641e78b17e2d31c29a2162ce6db1.tar.gz openblas-7d7564568cb6641e78b17e2d31c29a2162ce6db1.tar.bz2 openblas-7d7564568cb6641e78b17e2d31c29a2162ce6db1.zip |
Add build-time configuration options to pkgconfig file
-rw-r--r-- | cmake/openblas.pc.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/openblas.pc.in b/cmake/openblas.pc.in index 113ba8526..35973b09b 100644 --- a/cmake/openblas.pc.in +++ b/cmake/openblas.pc.in @@ -1,6 +1,7 @@ libdir=@CMAKE_INSTALL_FULL_LIBDIR@ includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@ +openblas_config=USE_64BITINT=@USE_64BITINT@ NO_CBLAS=@NO_CBLAS@ NO_LAPACK=@NO_LAPACK@ NO_LAPACKE=@NO_LAPACKE@ DYNAMIC_ARCH=@DYNAMIC_ARCH@ NO_AFFINITY=@NO_AFFINITY@ USE_OPENMP=@USE_OPENMP@ @CORE@ MAX_THREADS=@NUM_THREADS@ Name: OpenBLAS Description: OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version Version: @OPENBLAS_VERSION@ |