pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-scipy



Module Name:    pkgsrc
Committed By:   thor
Date:           Wed Apr  3 19:36:38 UTC 2024

Modified Files:
        pkgsrc/math/py-scipy: Makefile

Log Message:
math/py-scipy: pass -j$MAKE_JOBS to ninja

This avoids hogging all (virtual) CPU cores during build. This should be
set generically in wheel.mk or such, though.


To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 pkgsrc/math/py-scipy/Makefile

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

Modified files:

Index: pkgsrc/math/py-scipy/Makefile
diff -u pkgsrc/math/py-scipy/Makefile:1.75 pkgsrc/math/py-scipy/Makefile:1.76
--- pkgsrc/math/py-scipy/Makefile:1.75  Wed Dec 27 22:42:02 2023
+++ pkgsrc/math/py-scipy/Makefile       Wed Apr  3 19:36:38 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.75 2023/12/27 22:42:02 thor Exp $
+# $NetBSD: Makefile,v 1.76 2024/04/03 19:36:38 thor Exp $
 
 DISTNAME=      scipy-1.11.4
 PKGREVISION=   2
@@ -64,6 +64,7 @@ BLAS_ACCEPTED=                ${_BLAS_TYPES}
 BLAS_C_INTERFACE=      yes
 WHEEL_ARGS+=           -Csetup-args=-Dblas=${BLAS_PC}
 WHEEL_ARGS+=           -Csetup-args=-Dlapack=${LAPACK_PC}
+WHEEL_ARGS+=           -Ccompile-args=-j${MAKE_JOBS}
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27 38
 



Home | Main Index | Thread Index | Old Index