pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk blas.bl3: Fix BLAS_INCLUDES for openblas_pthread wi...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3fdac2f896a1
branches: trunk
changeset: 385740:3fdac2f896a1
user: thor <thor%pkgsrc.org@localhost>
date: Mon Sep 26 09:33:01 2022 +0000
description:
blas.bl3: Fix BLAS_INCLUDES for openblas_pthread with 32 bit (default) indices
diffstat:
mk/blas.buildlink3.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 3416b62b7c5f -r 3fdac2f896a1 mk/blas.buildlink3.mk
--- a/mk/blas.buildlink3.mk Mon Sep 26 09:24:52 2022 +0000
+++ b/mk/blas.buildlink3.mk Mon Sep 26 09:33:01 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: blas.buildlink3.mk,v 1.3 2022/08/30 14:54:22 thor Exp $
+# $NetBSD: blas.buildlink3.mk,v 1.4 2022/09/26 09:33:01 thor Exp $
#
# This Makefile fragment is meant to be included by packages that use any
# BLAS (Basic Linear Algebra System) implementation instead of one particular
@@ -156,7 +156,7 @@
LAPACK_LIBS= ${BLAS_LIBS}
CBLAS_LIBS= ${BLAS_LIBS}
LAPACKE_LIBS= ${BLAS_LIBS}
-BLAS_INCLUDES= -I${PREFIX}/include/openblas64_pthread
+BLAS_INCLUDES= -I${PREFIX}/include/openblas${_BLAS_64}_pthread
BLAS_PC= openblas${_BLAS_64}_pthread
LAPACK_PC= ${BLAS_PC}
CBLAS_PC= ${BLAS_PC}
Home |
Main Index |
Thread Index |
Old Index