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 179527f commit ffbfc3cCopy full SHA for ffbfc3c
cmake/openblas.pc.in
@@ -1,4 +1,6 @@
1
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
2
+libnameprefix=@LIBNAMEPREFIX@
3
+libnamesuffix=@LIBNAMESUFFIX@
4
libsuffix=@SUFFIX64_UNDERSCORE@
5
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
6
@@ -7,5 +9,5 @@ Name: OpenBLAS
7
9
Description: OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version
8
10
Version: @OpenBLAS_VERSION@
11
URL: https://github.com/OpenMathLib/OpenBLAS
-Libs: @OpenMP_C_FLAGS@ -L${libdir} -lopenblas${libsuffix}
12
+Libs: @OpenMP_C_FLAGS@ -L${libdir} -l${libnameprefix}openblas${libnamesuffix}${libsuffix}
13
Cflags: -I${includedir}
0 commit comments