summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorDaniel Bermond2017-09-03 12:40:24 -0300
committerPeter Babič2021-11-23 19:08:36 +0100
commit2662fca159e6798c216710f5ae563439653ed27a (patch)
tree44b0c3d9e142078768bafc8d0cf863a3f3422bc0 /.SRCINFO
parent006d0d64c6b3c6b5871e7c8fc5d52546dd6a90f9 (diff)
downloadaur-2662fca159e6798c216710f5ae563439653ed27a.tar.gz
Removed NCCL support (it can be enabled by uncommenting the proper lines)
The newly released NCCL version 2 requires registration at the NVIDIA developer webiste and a manual download. As this breaks automated builds by AUR helpers, NCCL was disabled by default in this package. It can still be enabled by uncommenting the proper lines in the PKGBUILD file (instructions are at the top of the PKGBUILD file).
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO5
1 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d41fc3d15854..56e5efdda868 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Aug 6 13:20:29 UTC 2017
+# Sun Sep 3 15:40:18 UTC 2017
pkgbase = caffe
pkgdesc = A deep learning framework made with expression, speed, and modularity in mind (gpu enabled)
pkgver = 1.0
- pkgrel = 5
+ pkgrel = 6
url = http://caffe.berkeleyvision.org/
arch = x86_64
license = BSD
@@ -38,7 +38,6 @@ pkgbase = caffe
depends = python-pillow
depends = python-six
depends = openblas-lapack
- depends = nccl
depends = python-leveldb
depends = python-scikit-image
depends = python-pydotplus