Disable building tools

This commit is contained in:
Mitch Bigelow 2020-02-11 16:12:23 -05:00
parent 1e8aee63fa
commit b79eec70c9
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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