summaryrefslogtreecommitdiff
path: root/math/lapack/patches/patch-CBLAS_cblas.pc.in
blob: 42c10ce49771c09e5da1f90ee0459997742c34a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-CBLAS_cblas.pc.in,v 1.2 2021/05/12 14:32:51 thor Exp $

Install BLAS libs here rather than from a separate package

--- CBLAS/cblas.pc.in.orig	2021-03-25 18:25:15.000000000 +0000
+++ CBLAS/cblas.pc.in
@@ -6,5 +6,5 @@ Description: C Standard Interface to BLA
 Version: @LAPACK_VERSION@
 URL: http://www.netlib.org/blas/#_cblas
 Libs: -L${libdir} -l@CBLASLIB@
+Libs.private: @BLAS_LIBRARIES@
 Cflags: -I${includedir}
-Requires.private: @BLASLIB@