summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorDaniel Bermond2018-09-29 01:04:43 +0000
committerDaniel Bermond2018-09-29 01:04:43 +0000
commit213ddfea35bf7110130b1ecfb03420ef7d3b33c1 (patch)
tree200f6ac985ebcb4d294b538ed25df17ceb1dad03 /.SRCINFO
parent1f471c31db593e94cd9a97ea7b09d6a91b47431e (diff)
downloadaur-213ddfea35bf7110130b1ecfb03420ef7d3b33c1.tar.gz
Add nccl support
nccl is now open source again as of version 2.3.5.5 and has landed on the official repositories. Since there is no more manual download required to build nccl, we can add it here.
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO5
1 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 799f01befe69..81f8038183d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = caffe-cuda
pkgdesc = A deep learning framework made with expression, speed, and modularity in mind (with cuda)
pkgver = 1.0
- pkgrel = 1
+ pkgrel = 2
url = http://caffe.berkeleyvision.org/
arch = x86_64
license = BSD
@@ -21,6 +21,7 @@ pkgbase = caffe-cuda
depends = lmdb
depends = cuda
depends = cudnn
+ depends = nccl
depends = python
depends = cython
depends = python-numpy
@@ -51,7 +52,7 @@ pkgbase = caffe-cuda
source = caffe-cuda-1.0.tar.gz::https://github.com/BVLC/caffe/archive/1.0.tar.gz
source = Makefile.config
sha256sums = 71d3c9eb8a183150f965a465824d01fe82826c22505f7aa314f700ace03fa77f
- sha256sums = 2f1b37655332587c599791a4e307321bdce7f6acdbc014ecf28a1f3c9bf0d785
+ sha256sums = 9426828e7598bc85ae0ded53779643d99072e4e9c49f8a8b1deab8c166cbc2e7
pkgname = caffe-cuda