Browse Source
openblas: avoid using make -j when building
Set MAKE_NB_JOBS=-1 so that no -j parameter is passed to make when
building the package, honoring the parent make's setting.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
lilik-openwrt-22.03
Eneas U de Queiroz
3 years ago
No known key found for this signature in database
GPG Key ID: 5FB9FAF260B80AEA
1 changed files with
1 additions and
0 deletions
libs/openblas/Makefile
@ -81,6 +81,7 @@ MAKE_FLAGS += \
HOSTCC = $( HOSTCC_NOCACHE) \
HOSTCC = $( HOSTCC_NOCACHE) \
CROSS_SUFFIX = $( TARGET_CROSS) \
CROSS_SUFFIX = $( TARGET_CROSS) \
BINARY = $( OPENBLAS_BINARY) \
BINARY = $( OPENBLAS_BINARY) \
MAKE_NB_JOBS = -1 \
NUM_THREADS = 2 \
NUM_THREADS = 2 \
PREFIX = /usr \
PREFIX = /usr \
COMMON_OPT = "" \
COMMON_OPT = "" \