summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Anderson2018-10-17 01:14:43 +0100
committerAndrew Anderson2018-10-17 01:14:43 +0100
commit75e62e91b53db0d3619ff09aaea9701ddd7c9857 (patch)
tree11e822ab3ed51fc046bb598c14a572a809af7bf1
parent8d24403a0298d7f2d2b79b9a3ba9576b2a22777c (diff)
downloadaur-75e62e91b53db0d3619ff09aaea9701ddd7c9857.tar.gz
Get rid of python
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f20d7126660..a4eba8d1e917 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 = 24
+ pkgrel = 25
url = http://caffe.berkeleyvision.org/
arch = x86_64
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index e6c63809c714..222275d696e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=caffe-opencl-slim-git
_srcname=caffe
pkgver=1.0
-pkgrel=24
+pkgrel=25
pkgdesc="A slimmed-down build of Caffe based on caffe-opencl-git"
arch=('x86_64')
url="http://caffe.berkeleyvision.org/"
@@ -61,7 +61,7 @@ prepare() {
-DUSE_CUDNN=OFF \
-DUSE_NCCL=OFF \
-DBUILD_SHARED_LIBS=OFF \
- -DBUILD_python=ON \
+ -DBUILD_python=OFF \
-DBUILD_matlab=OFF \
-DBUILD_docs=OFF \
-DBUILD_python_layer=OFF \