summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e15759b8ac93..e6c63809c714 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=caffe-opencl-slim-git
_srcname=caffe
pkgver=1.0
-pkgrel=23
+pkgrel=24
pkgdesc="A slimmed-down build of Caffe based on caffe-opencl-git"
arch=('x86_64')
url="http://caffe.berkeleyvision.org/"
@@ -35,7 +35,7 @@ prepare() {
mkdir -p build
cd build
- CPLUS_INCLUDE_PATH=/usr/include/python3.7m/ \
+ CPLUS_INCLUDE_PATH=/usr/include/python2.7/ \
CMAKE_PARALLEL_LEVEL=`grep processor /proc/cpuinfo | wc -l` \
cmake \
-DCMAKE_CXX_FLAGS="-Os" \