Add build-time configuration options to pkgconfig file
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Sun, 13 May 2018 22:09:35 +0000 (00:09 +0200)
committerGitHub <noreply@github.com>
Sun, 13 May 2018 22:09:35 +0000 (00:09 +0200)
cmake/openblas.pc.in

index 113ba85..35973b0 100644 (file)
@@ -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@