Skip to content

Commit

Permalink
do not hardcode lapack library name
Browse files Browse the repository at this point in the history
Use @LAPACKLIB@ instead hardcodes -llapack to generate correc
lapack64.pc file with -llapack64.

Signed-off-by: Tomasz Kłoczko <kloczek@github.com>
  • Loading branch information
kloczek committed May 15, 2024
1 parent 59fe295 commit 139bcec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lapack.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ Name: LAPACK
Description: FORTRAN reference implementation of LAPACK Linear Algebra PACKage
Version: @LAPACK_VERSION@
URL: http://www.netlib.org/lapack/
Libs: -L${libdir} -llapack
Libs: -L${libdir} -l@LAPACKLIB@
Requires.private: blas

0 comments on commit 139bcec

Please sign in to comment.