Skip to content

Commit 2f67ef9

Browse files
committed
do no0t 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 2f67ef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lapack.pc.in

Lines changed: 1 addition & 1 deletion
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)