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.
2 parents 48677ee + b73a7c9 commit 9f4032eCopy full SHA for 9f4032e
lapack.pc.in
@@ -5,5 +5,5 @@ Name: LAPACK
5
Description: FORTRAN reference implementation of LAPACK Linear Algebra PACKage
6
Version: @LAPACK_VERSION@
7
URL: http://www.netlib.org/lapack/
8
-Libs: -L${libdir} -llapack
9
-Requires.private: blas
+Libs: -L${libdir} -l@LAPACKLIB@
+Requires.private: @BLASLIB@
0 commit comments