pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [pkgsrc-2022Q3] pkgsrc/mk



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Mon Oct  3 11:25:45 UTC 2022

Modified Files:
        pkgsrc/mk [pkgsrc-2022Q3]: blas.buildlink3.mk

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.3.2.1 pkgsrc/mk/blas.buildlink3.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mk/blas.buildlink3.mk
diff -u pkgsrc/mk/blas.buildlink3.mk:1.3 pkgsrc/mk/blas.buildlink3.mk:1.3.2.1
--- pkgsrc/mk/blas.buildlink3.mk:1.3    Tue Aug 30 14:54:22 2022
+++ pkgsrc/mk/blas.buildlink3.mk        Mon Oct  3 11:25:45 2022
@@ -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 @@ BLAS_LIBS=  -lopenblas${_BLAS_64}_pthread
 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