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:   wiz
Date:           Thu Apr  4 21:17:52 UTC 2024

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

Log Message:
py-scipy: fix previous: use 1 if not job limit defined


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 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.76 pkgsrc/math/py-scipy/Makefile:1.77
--- pkgsrc/math/py-scipy/Makefile:1.76  Wed Apr  3 19:36:38 2024
+++ pkgsrc/math/py-scipy/Makefile       Thu Apr  4 21:17:51 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.76 2024/04/03 19:36:38 thor Exp $
+# $NetBSD: Makefile,v 1.77 2024/04/04 21:17:51 wiz Exp $
 
 DISTNAME=      scipy-1.11.4
 PKGREVISION=   2
@@ -64,7 +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}
+WHEEL_ARGS+=           -Ccompile-args=-j${MAKE_JOBS:U1}
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27 38
 



Home | Main Index | Thread Index | Old Index