summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMitch Bigelow2020-02-11 16:07:16 -0500
committerMitch Bigelow2020-02-11 16:07:16 -0500
commit1e8aee63fa3eb5a854f56bd87709451c1d4a0451 (patch)
treeec082977f9fa81a1076f52c3959765509c6eadd5 /PKGBUILD
parent266de71f0e499279d63abfcc83628f52b5c8d946 (diff)
downloadaur-1e8aee63fa3eb5a854f56bd87709451c1d4a0451.tar.gz
Disable building examples
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4fa8ccf8e0fe..78ce34685146 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ncnn-git
_pkgname=ncnn
-pkgver=20200106.r30.ge8052e8
+pkgver=20200106.r52.g0185301
pkgrel=1
pkgdesc="High-performance neural network inference framework optimized for the mobile platform"
url="https://github.com/Tencent/ncnn"
@@ -30,6 +30,7 @@ build() {
cmake \
-DCMAKE_TOOLCHAIN_FILE=../toolchains/host.gcc.toolchain.cmake \
-DCMAKE_INSTALL_PREFIX=/usr \
+ -DNCNN_BUILD_EXAMPLES=OFF \
-DNCNN_VULKAN=ON \
..
make