git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
7ff29af
)
openblas: avoid using make -j when building
author
Eneas U de Queiroz
<redacted>
Wed, 6 Oct 2021 19:26:23 +0000
(16:26 -0300)
committer
Eneas U de Queiroz
<redacted>
Wed, 6 Oct 2021 20:09:10 +0000
(17:09 -0300)
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 <redacted>
libs/openblas/Makefile
patch
|
blob
|
history
diff --git
a/libs/openblas/Makefile
b/libs/openblas/Makefile
index bc28e79f68d615bd76ee2abd154fc37ad41b90f1..86c50790090c97aaaf67c3a3a0d7758134a6948f 100644
(file)
--- a/
libs/openblas/Makefile
+++ b/
libs/openblas/Makefile
@@
-81,6
+81,7
@@
MAKE_FLAGS += \
HOSTCC=$(HOSTCC_NOCACHE) \
CROSS_SUFFIX=$(TARGET_CROSS) \
BINARY=$(OPENBLAS_BINARY) \
+ MAKE_NB_JOBS=-1 \
NUM_THREADS=2 \
PREFIX=/usr \
COMMON_OPT="" \
git clone https://git.99rst.org/PROJECT