diff --git a/.SRCINFO b/.SRCINFO index 1d9e55a..d41fc3d 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,9 +1,9 @@ # Generated by mksrcinfo v8 -# Fri Jul 21 02:33:27 UTC 2017 +# Sun Aug 6 13:20:29 UTC 2017 pkgbase = caffe pkgdesc = A deep learning framework made with expression, speed, and modularity in mind (gpu enabled) pkgver = 1.0 - pkgrel = 4 + pkgrel = 5 url = http://caffe.berkeleyvision.org/ arch = x86_64 license = BSD @@ -19,6 +19,7 @@ pkgbase = caffe depends = leveldb depends = lmdb depends = cuda + depends = cudnn depends = python depends = boost depends = cython @@ -37,7 +38,6 @@ pkgbase = caffe depends = python-pillow depends = python-six depends = openblas-lapack - depends = cudnn depends = nccl depends = python-leveldb depends = python-scikit-image diff --git a/PKGBUILD b/PKGBUILD index 2af720d..183cb13 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=caffe pkgver=1.0 -pkgrel=4 +pkgrel=5 pkgdesc="A deep learning framework made with expression, speed, and modularity in mind (gpu enabled)" arch=('x86_64') url="http://caffe.berkeleyvision.org/" @@ -11,7 +11,7 @@ license=('BSD') depends=( # official repositories: 'boost-libs' 'protobuf' 'google-glog' 'gflags' 'hdf5' 'opencv' 'leveldb' - 'lmdb' 'cuda' 'python' 'boost' 'cython' 'python-numpy' 'python-scipy' + 'lmdb' 'cuda' 'cudnn' 'python' 'boost' 'cython' 'python-numpy' 'python-scipy' 'python-matplotlib' 'ipython' 'python-h5py' 'python-networkx' 'python-nose' 'python-pandas' 'python-dateutil' 'python-protobuf' 'python-gflags' 'python-yaml' 'python-pillow' 'python-six' @@ -19,7 +19,7 @@ depends=( # required: 'openblas-lapack' # not required but enabled in build: - 'cudnn' 'nccl' + 'nccl' # python: 'python-leveldb' 'python-scikit-image' 'python-pydotplus' # NOTE: