summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMitch Bigelow2020-02-11 16:12:23 -0500
committerMitch Bigelow2020-02-11 16:12:23 -0500
commitb79eec70c9c99c3cccfb7b11825e69f36e0d5142 (patch)
treef0a6d2175963194333fb7bc0088d25ec5c9b2478
parent1e8aee63fa3eb5a854f56bd87709451c1d4a0451 (diff)
downloadaur-b79eec70c9c99c3cccfb7b11825e69f36e0d5142.tar.gz
Disable building tools
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 837b174535da..ccee35352f3d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ncnn-git
pkgdesc = High-performance neural network inference framework optimized for the mobile platform
pkgver = 20200106.r52.g0185301
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Tencent/ncnn
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 78ce34685146..8cd045b7242f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=ncnn-git
_pkgname=ncnn
pkgver=20200106.r52.g0185301
-pkgrel=1
+pkgrel=2
pkgdesc="High-performance neural network inference framework optimized for the mobile platform"
url="https://github.com/Tencent/ncnn"
license=('BSD')
@@ -31,6 +31,7 @@ build() {
-DCMAKE_TOOLCHAIN_FILE=../toolchains/host.gcc.toolchain.cmake \
-DCMAKE_INSTALL_PREFIX=/usr \
-DNCNN_BUILD_EXAMPLES=OFF \
+ -DNCNN_BUILD_TOOLS=OFF \
-DNCNN_VULKAN=ON \
..
make