python3-scipy: set parallel builds the right way
This commit is contained in:
parent
0ffa67c9ea
commit
5f86233bba
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue