mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-scipy: set parallel builds the right way
This commit is contained in:
parent
0ffa67c9ea
commit
5f86233bba
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue