Skip to content

Commit 7d75645

Browse files
authored
Add build-time configuration options to pkgconfig file
1 parent 88e224f commit 7d75645

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/openblas.pc.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
22
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
33

4+
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@
45
Name: OpenBLAS
56
Description: OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version
67
Version: @OPENBLAS_VERSION@

0 commit comments

Comments
 (0)