pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2022Q3]: pkgsrc/mk Pullup ticket #6673 - requested by thor
details: https://anonhg.NetBSD.org/pkgsrc/rev/0ef48071f4cd
branches: pkgsrc-2022Q3
changeset: 386209:0ef48071f4cd
user: bsiegert <bsiegert%pkgsrc.org@localhost>
date: Mon Oct 03 11:25:45 2022 +0000
description:
Pullup ticket #6673 - requested by thor
blas: build fix for BLAS_TYPE=openblas_pthread
Revisions pulled up:
- mk/blas.buildlink3.mk 1.4
---
Module Name: pkgsrc
Committed By: thor
Date: Mon Sep 26 09:33:01 UTC 2022
Modified Files:
pkgsrc/mk: blas.buildlink3.mk
Log Message:
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 3183639509e9 -r 0ef48071f4cd mk/blas.buildlink3.mk
--- a/mk/blas.buildlink3.mk Mon Sep 26 09:14:41 2022 +0000
+++ b/mk/blas.buildlink3.mk Mon Oct 03 11:25:45 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.3.2.1 2022/10/03 11:25:45 bsiegert 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