Skip to content

Commit 139bcec

Browse files
committed
do not hardcode lapack library name
Use @LAPACKLIB@ instead hardcodes -llapack to generate correc lapack64.pc file with -llapack64. Signed-off-by: Tomasz Kłoczko <[email protected]>
1 parent 59fe295 commit 139bcec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lapack.pc.in

+1-1
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
8+
Libs: -L${libdir} -l@LAPACKLIB@
99
Requires.private: blas

0 commit comments

Comments
 (0)