summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Anderson2018-10-25 16:19:01 +0100
committerAndrew Anderson2018-10-25 16:19:01 +0100
commit92e4dab3175167e92b436cf56a6ffb1ca5ba9160 (patch)
tree59a46bc5d5ee9c54dde9e8007c2fbd054b8e06fb
parenta79b177656247c98944de6d96722114ebfd6381d (diff)
downloadaur-92e4dab3175167e92b436cf56a6ffb1ca5ba9160.tar.gz
Update: enable pycaffe
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3269b921c4a1..df60e2c8337f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = caffe-slim-git
pkgdesc = A slimmed-down build of Caffe based on caffe-opencl-git
pkgver = 1.0
- pkgrel = 6
+ pkgrel = 7
url = http://caffe.berkeleyvision.org/
arch = x86_64
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index a47a28097e67..2bec026d0ffd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=caffe-slim-git
_srcname=caffe
pkgver=1.0
-pkgrel=6
+pkgrel=7
pkgdesc="A slimmed-down build of Caffe based on caffe-opencl-git"
arch=('x86_64')
url="http://caffe.berkeleyvision.org/"
@@ -58,7 +58,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 \
@@ -82,7 +82,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() {