python3-scipy: set parallel builds the right way
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user