summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Anderson2018-10-25 16:37:24 +0100
committerAndrew Anderson2018-10-25 16:37:24 +0100
commitab31a3834350ec0ba9badf68e0540e7192116e59 (patch)
treee89469f04c1dea9acf4e3a7f2b0d99ff7f842710
parent7f5f10248e733703e3bc2e5c95f2232acd885472 (diff)
downloadaur-ab31a3834350ec0ba9badf68e0540e7192116e59.tar.gz
Update: enable pycaffe
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 378157cead43..07c0d8e7a4af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = caffe-opencl-slim-git
pkgdesc = A slimmed-down build of Caffe based on caffe-opencl-git
pkgver = 1.0
- pkgrel = 30
+ pkgrel = 31
url = http://caffe.berkeleyvision.org/
arch = x86_64
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 49b5ea14b2cc..c7a40ec66ec8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=caffe-opencl-slim-git
_srcname=caffe
pkgver=1.0
-pkgrel=30
+pkgrel=31
pkgdesc="A slimmed-down build of Caffe based on caffe-opencl-git"
arch=('x86_64')
url="http://caffe.berkeleyvision.org/"
@@ -63,7 +63,7 @@ prepare() {
-DBUILD_python=ON \
-DBUILD_matlab=OFF \
-DBUILD_docs=OFF \
- -DBUILD_python_layer=OFF \
+ -DBUILD_python_layer=ON \
-DUSE_OPENCV=ON \
-DUSE_LEVELDB=OFF \
-DUSE_LMDB=OFF \