summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9186d2141b98..aa7113e39306 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = caffe2-git
pkgdesc = A new lightweight, modular, and scalable deep learning framework (git version)
- pkgver = 0.8.2.r13687.gd1ac1eba3b
+ pkgver = 0.8.2.r14121.g478886be30
pkgrel = 1
epoch = 1
url = http://caffe2.ai/
@@ -50,9 +50,9 @@ pkgbase = caffe2-git
depends = python-leveldb
depends = python-lmdb
provides = caffe2
+ provides = caffe2-cpu-git
conflicts = caffe2
- conflicts = caffe2-cuda
- conflicts = caffe2-cuda-git
+ conflicts = caffe2-cpu-git
replaces = caffe2-cpu-git
options = !emptydirs
source = pytorch-git::git+https://github.com/pytorch/pytorch.git
diff --git a/PKGBUILD b/PKGBUILD
index 6d6f4b268338..0a584ba4b18c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer : Daniel Bermond < yahoo-com: danielbermond >
pkgname=caffe2-git
-pkgver=0.8.2.r13687.gd1ac1eba3b
+pkgver=0.8.2.r14121.g478886be30
pkgrel=1
epoch=1
pkgdesc='A new lightweight, modular, and scalable deep learning framework (git version)'
@@ -28,8 +28,8 @@ depends=(
'python-lmdb'
)
makedepends=('git' 'cmake')
-provides=('caffe2')
-conflicts=('caffe2' 'caffe2-cuda' 'caffe2-cuda-git')
+provides=('caffe2' 'caffe2-cpu-git')
+conflicts=('caffe2' 'caffe2-cpu-git')
replaces=('caffe2-cpu-git')
options=('!emptydirs')
source=(
@@ -161,7 +161,7 @@ build() {
-DPYTHON_LIBRARY:FILEPATH="/usr/lib/libpython${_pythonver}m.so" \
\
-DUSE_ACL:BOOL='OFF' \
- -DUSE_ASAN:BOOL='ON' \
+ -DUSE_ASAN:BOOL='OFF' \
-DUSE_CUDA:BOOL='OFF' \
-DUSE_CUDNN:BOOL='OFF' \
-DUSE_DISTRIBUTED:BOOL='ON' \