Add OpenMP dependency to pkgconfig file if needed

This commit is contained in:
Martin Kroeker
2020-08-22 13:53:44 +02:00
committed by GitHub
parent fb3d80c42a
commit 7c0977c267
+1 -1
View File
@@ -7,5 +7,5 @@ Name: OpenBLAS
Description: OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version
Version: @OPENBLAS_VERSION@
URL: https://github.com/xianyi/OpenBLAS
Libs: -L${libdir} -lopenblas${libsuffix}
Libs: @OpenMP_C_FLAGS@ -L${libdir} -lopenblas${libsuffix}
Cflags: -I${includedir}