python3-scipy: set parallel builds the right way
This commit is contained in:
parent
0ffa67c9ea
commit
5f86233bba
@ -32,7 +32,7 @@ esac
|
|||||||
LDFLAGS+=" -shared"
|
LDFLAGS+=" -shared"
|
||||||
|
|
||||||
# Tell numpy to build in parallel
|
# Tell numpy to build in parallel
|
||||||
export NPY_NUM_BUILD_JOBS="${makejobs/-j/}"
|
export NPY_NUM_BUILD_JOBS="${XBPS_MAKEJOBS}"
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
# Find the right linear algebra subroutines on the target arch
|
# Find the right linear algebra subroutines on the target arch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user