python3-scipy: set parallel builds the right way

This commit is contained in:
Andrew J. Hesford 2020-11-13 15:49:50 -05:00
parent 0ffa67c9ea
commit 5f86233bba
1 changed files with 1 additions and 1 deletions

View File

@ -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