summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Anderson2018-10-16 16:37:05 +0100
committerAndrew Anderson2018-10-16 16:37:05 +0100
commitd05579f0973b1d5e23735a2e52edcdb1bf5bbc8a (patch)
treef1ca83352673c43ddb6d0003c3cae0e2e8dd9cf7 /PKGBUILD
parentccf7cbbb41753310acfab3471dcbfc9fffcf6d3f (diff)
downloadaur-d05579f0973b1d5e23735a2e52edcdb1bf5bbc8a.tar.gz
Turn on HDF5, HSA off
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e98da0f1538a..7cbcc3fbd637 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=caffe-opencl-slim-git
_srcname=caffe
pkgver=1.0
-pkgrel=12
+pkgrel=13
pkgdesc="A slimmed-down build of Caffe based on caffe-opencl-git"
arch=('x86_64')
url="http://caffe.berkeleyvision.org/"
@@ -46,7 +46,7 @@ prepare() {
-DUSE_INT_QUANT_64=OFF \
-DUSE_CUDA=OFF \
-DUSE_OPENCL=ON \
- -DUSE_HSA=ON \
+ -DUSE_HSA=OFF \
-DUSE_HIP=OFF \
-DFORCE_COMPILE_CU_AS_CPP=OFF \
-DDISABLE_DEVICE_HOST_UNIFIED_MEMORY=OFF \
@@ -64,7 +64,7 @@ prepare() {
-DUSE_OPENCV=OFF \
-DUSE_LEVELDB=OFF \
-DUSE_LMDB=OFF \
- -DUSE_HDF5=OFF \
+ -DUSE_HDF5=ON \
-DALLOW_LMDB_NOLOCK=OFF \
-DUSE_OPENMP=OFF \
-DUSE_FFT=OFF \