summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 400b8998f1de..d63372df0351 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = caffe2
pkgdesc = A new lightweight, modular, and scalable deep learning framework
pkgver = 0.8.2.pytorch.1.0rc1
- pkgrel = 2
+ pkgrel = 3
url = http://caffe2.ai/
arch = i686
arch = x86_64
@@ -42,7 +42,7 @@ pkgbase = caffe2
depends = python-tornado
depends = python-gflags
depends = python-pyzmq
- depends = libibverbs
+ depends = rdma-core
depends = python-nvd3
depends = python-scikit-image
depends = python-glog
diff --git a/PKGBUILD b/PKGBUILD
index d2acdf0403bd..ea0a3447f6ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer : Daniel Bermond < yahoo-com: danielbermond >
+# Maintainer : Daniel Bermond < gmail-com: danielbermond >
_catch_commit='0a34cc201ef28bf25c88b0062f331369596cb7b7'
_pybind11_commit='5c8746ff135abb390bf95944be593e895a586a50'
@@ -31,7 +31,7 @@ _pytorchver=1.0rc1 # pytorch stable release version
pkgname=caffe2
pkgver="0.8.2.pytorch.${_pytorchver}"
-pkgrel=2
+pkgrel=3
pkgdesc='A new lightweight, modular, and scalable deep learning framework'
arch=('i686' 'x86_64')
url='http://caffe2.ai/'
@@ -50,7 +50,7 @@ depends=(
'python-tornado' 'python-gflags' 'python-pyzmq'
# AUR:
# not required but enabled in build:
- 'libibverbs'
+ 'rdma-core'
# python:
'python-nvd3' 'python-scikit-image' 'python-glog' 'python-leveldb'
'python-lmdb'