summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2018-10-25 03:19:16 +0000
committerDaniel Bermond2018-10-25 03:19:16 +0000
commit3b302b45995d97e71c537eb704b66a7e941ad12c (patch)
tree0f9d66ea0aab29c3b576085b51e690a724c79b19
parent2b6d6d5d642e04f05ff332de44dbe2ddf4370c54 (diff)
downloadaur-3b302b45995d97e71c537eb704b66a7e941ad12c.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 8cc9b8419090..10ccb41df7e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = caffe2-cuda-git
pkgdesc = A new lightweight, modular, and scalable deep learning framework (with cuda, git version)
- pkgver = 0.8.2.r14121.g478886be30
+ pkgver = 0.8.2.r14124.gb4d0dc77be
pkgrel = 1
url = http://caffe2.ai/
arch = x86_64
@@ -42,7 +42,7 @@ pkgbase = caffe2-cuda-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 1756a922255d..1bee6e0912b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer : Daniel Bermond < yahoo-com: danielbermond >
+# Maintainer : Daniel Bermond < gmail-com: danielbermond >
pkgname=caffe2-cuda-git
-pkgver=0.8.2.r14121.g478886be30
+pkgver=0.8.2.r14124.gb4d0dc77be
pkgrel=1
pkgdesc='A new lightweight, modular, and scalable deep learning framework (with cuda, git version)'
arch=('x86_64')
@@ -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'