From 5f86233bbaad50dcf544dccbbb10f844ec348a0c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 13 Nov 2020 15:49:50 -0500 Subject: [PATCH] python3-scipy: set parallel builds the right way --- srcpkgs/python3-scipy/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-scipy/template b/srcpkgs/python3-scipy/template index 1c2952f2ee4..13fbda59749 100644 --- a/srcpkgs/python3-scipy/template +++ b/srcpkgs/python3-scipy/template @@ -32,7 +32,7 @@ esac LDFLAGS+=" -shared" # Tell numpy to build in parallel -export NPY_NUM_BUILD_JOBS="${makejobs/-j/}" +export NPY_NUM_BUILD_JOBS="${XBPS_MAKEJOBS}" pre_build() { # Find the right linear algebra subroutines on the target arch