Skip to content

Commit 9f4032e

Browse files
authored
Merge pull request #1154 from mgorny/lapack64-pc
fix library names in `lapack64.pc`
2 parents 48677ee + b73a7c9 commit 9f4032e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lapack.pc.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ Name: LAPACK
55
Description: FORTRAN reference implementation of LAPACK Linear Algebra PACKage
66
Version: @LAPACK_VERSION@
77
URL: http://www.netlib.org/lapack/
8-
Libs: -L${libdir} -llapack
9-
Requires.private: blas
8+
Libs: -L${libdir} -l@LAPACKLIB@
9+
Requires.private: @BLASLIB@

0 commit comments

Comments
 (0)