summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Anderson2018-10-25 16:19:01 +0100
committerAndrew Anderson2018-10-25 16:19:01 +0100
commit7f5f10248e733703e3bc2e5c95f2232acd885472 (patch)
tree08fa5533b386f9febf1a2cd8a50539af56f5a775 /PKGBUILD
parentda748b85629f1d89b192034e6288b70f3583f92b (diff)
downloadaur-7f5f10248e733703e3bc2e5c95f2232acd885472.tar.gz
Update: enable pycaffe
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ac33977f1678..49b5ea14b2cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=caffe-opencl-slim-git
_srcname=caffe
pkgver=1.0
-pkgrel=29
+pkgrel=30
pkgdesc="A slimmed-down build of Caffe based on caffe-opencl-git"
arch=('x86_64')
url="http://caffe.berkeleyvision.org/"
@@ -60,7 +60,7 @@ prepare() {
-DUSE_CUDNN=OFF \
-DUSE_NCCL=OFF \
-DBUILD_SHARED_LIBS=OFF \
- -DBUILD_python=OFF \
+ -DBUILD_python=ON \
-DBUILD_matlab=OFF \
-DBUILD_docs=OFF \
-DBUILD_python_layer=OFF \
@@ -84,7 +84,7 @@ prepare() {
build() {
cd "${_srcname}/build"
- make -j`grep processor /proc/cpuinfo | wc -l` clean all
+ make -j`grep processor /proc/cpuinfo | wc -l` clean all pycaffe
}
package() {