pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk



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.4 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.4
--- pkgsrc/mk/blas.buildlink3.mk:1.3    Tue Aug 30 14:54:22 2022
+++ pkgsrc/mk/blas.buildlink3.mk        Mon Sep 26 09:33:01 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.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 @@ 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