We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92f7a2d commit 0228d36Copy full SHA for 0228d36
cmake/openblas.pc.in
@@ -9,5 +9,5 @@ Name: OpenBLAS
9
Description: OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version
10
Version: @OpenBLAS_VERSION@
11
URL: https://github.com/OpenMathLib/OpenBLAS
12
-Libs: @OpenMP_C_FLAGS@ -L${libdir} -l${libnameprefix}openblas${libnamesuffix}${libsuffix}
13
-Cflags: -I${includedir}
+Libs: -L${libdir} -l${libnameprefix}openblas${libnamesuffix}${libsuffix}
+Cflags: -I${includedir} @OpenMP_C_FLAGS@
0 commit comments