Skip to content

Commit 7c0977c

Browse files
authored
Add OpenMP dependency to pkgconfig file if needed
1 parent fb3d80c commit 7c0977c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/openblas.pc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ Name: OpenBLAS
77
Description: OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version
88
Version: @OPENBLAS_VERSION@
99
URL: https://github.com/xianyi/OpenBLAS
10-
Libs: -L${libdir} -lopenblas${libsuffix}
10+
Libs: @OpenMP_C_FLAGS@ -L${libdir} -lopenblas${libsuffix}
1111
Cflags: -I${includedir}

0 commit comments

Comments
 (0)