We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb3d80c commit 7c0977cCopy full SHA for 7c0977c
cmake/openblas.pc.in
@@ -7,5 +7,5 @@ Name: OpenBLAS
7
Description: OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version
8
Version: @OPENBLAS_VERSION@
9
URL: https://github.com/xianyi/OpenBLAS
10
-Libs: -L${libdir} -lopenblas${libsuffix}
+Libs: @OpenMP_C_FLAGS@ -L${libdir} -lopenblas${libsuffix}
11
Cflags: -I${includedir}
0 commit comments