pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/openblas
Module Name: pkgsrc
Committed By: thor
Date: Sun Jun 1 16:55:21 UTC 2025
Modified Files:
pkgsrc/math/openblas: Makefile.common
Log Message:
math/openblas: use mk/openmp.mk for openmp variant
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/math/openblas/Makefile.common
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/openblas/Makefile.common
diff -u pkgsrc/math/openblas/Makefile.common:1.10 pkgsrc/math/openblas/Makefile.common:1.11
--- pkgsrc/math/openblas/Makefile.common:1.10 Thu Apr 25 08:27:08 2024
+++ pkgsrc/math/openblas/Makefile.common Sun Jun 1 16:55:21 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.10 2024/04/25 08:27:08 jperkin Exp $
+# $NetBSD: Makefile.common,v 1.11 2025/06/01 16:55:21 thor Exp $
#
# used by math/openblas_pthread/Makefile
# used by math/openblas_openmp/Makefile
@@ -81,6 +81,7 @@ BENCHMARK_ENV= OPENBLAS_NUM_THREADS=${BE
MAKE_FLAGS+= LIBNAMESUFFIX=openmp
MAKE_FLAGS+= USE_OPENMP=1 NO_AFFINITY=1
BENCHMARK_ENV= OMP_NUM_THREADS=${BENCHMARK_MAXTHREADS}
+.include "../../mk/openmp.mk"
.endif
.if !empty(OPENBLAS_VARIANT:M*64*)
Home |
Main Index |
Thread Index |
Old Index