summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2018-10-25 03:18:02 +0000
committerDaniel Bermond2018-10-25 03:18:02 +0000
commit4f57072fb4bb756b4043aa92dba561d01da8b537 (patch)
tree28ec988786dc0849a59a2c98204359bdcaa808a4
parentf36b64bb8f263b88511b1068e480fca6e445f2f4 (diff)
downloadaur-4f57072fb4bb756b4043aa92dba561d01da8b537.tar.gz
Update libibverbs dependency
libibverbs was merged into rdma-core. References ---------- https://lists.archlinux.org/pipermail/aur-requests/2018-October/027305.html
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa7113e39306..c39c60cff867 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.r14121.g478886be30
+ pkgver = 0.8.2.r14124.gb4d0dc77be
pkgrel = 1
epoch = 1
url = http://caffe2.ai/
@@ -43,7 +43,7 @@ pkgbase = caffe2-git
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 0a584ba4b18c..9a1da40f3ce0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer : Daniel Bermond < yahoo-com: danielbermond >
+# Maintainer : Daniel Bermond < gmail-com: danielbermond >
pkgname=caffe2-git
-pkgver=0.8.2.r14121.g478886be30
+pkgver=0.8.2.r14124.gb4d0dc77be
pkgrel=1
epoch=1
pkgdesc='A new lightweight, modular, and scalable deep learning framework (git version)'
@@ -22,7 +22,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'