summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Anderson2018-10-25 04:37:21 +0100
committerAndrew Anderson2018-10-25 04:37:21 +0100
commit4751da3f0d52b644395ca20984b50d22cddd4bd9 (patch)
tree1563ecbf3697b956322a7bafd34389c2a4426a58 /PKGBUILD
parent9965dd836979e43d118b3d1db1090f21d41ced87 (diff)
downloadaur-4751da3f0d52b644395ca20984b50d22cddd4bd9.tar.gz
Update to 18.08
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c65f09790a04..04ee4879ba49 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andrew Anderson <aanderso@tcd.ie>
pkgname=aarch64-linux-gnu-armcl-neon
-pkgver=17.12
+pkgver=18.08
pkgrel=0
epoch=
@@ -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=arm64-v8a build=cross_compile \
Werror=0 debug=0 asserts=0 \
neon=1 \