From 139bcec0419bb0a18a9656b5c466f3cf091f2dd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20K=C5=82oczko?= Date: Wed, 15 May 2024 14:16:47 +0000 Subject: [PATCH] do not hardcode lapack library name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use @LAPACKLIB@ instead hardcodes -llapack to generate correc lapack64.pc file with -llapack64. Signed-off-by: Tomasz Kłoczko --- lapack.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lapack.pc.in b/lapack.pc.in index 316c871011..413541899e 100644 --- a/lapack.pc.in +++ b/lapack.pc.in @@ -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