summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Anderson2018-11-26 10:43:34 +0000
committerAndrew Anderson2018-11-26 10:43:34 +0000
commit383fc341bb1543b1ccc2a70b7bd11c1891e037ed (patch)
tree899eb0a310895ef1b15df6fdc781c1d61a8ae4b7 /PKGBUILD
parentebe67c0fb875a1cc8283640114d32f6c4428930d (diff)
downloadaur-383fc341bb1543b1ccc2a70b7bd11c1891e037ed.tar.gz
Parallel build
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1e158df80f09..5afaf0a15937 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=arm-linux-gnueabihf-armcl-neon
pkgver=18.08
-pkgrel=0
+pkgrel=1
epoch=
pkgdesc="ARM Computer Vision and Machine Learning Library (armv7a NEON Backend)"
@@ -27,7 +27,7 @@ sha1sums=('SKIP')
build() {
cd "${srcdir}/ComputeLibrary"
git checkout "v$pkgver"
- scons -j2 \
+ scons -j`cat /proc/cpuinfo | grep -i "processor" | wc -l` \
os=linux arch=armv7a build=cross_compile \
Werror=0 debug=0 asserts=0 \
neon=1 \