summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJingbei Li2019-07-02 15:12:32 +0800
committerJingbei Li2019-07-02 15:12:32 +0800
commit1a54286c0264bea3399268e9419ad34cc8257791 (patch)
treea83dd84a9b8ed39465ce5972538d439841b4ceb7 /PKGBUILD
parenteb005e01cee8bec399a9dade6d2953af59a539b2 (diff)
downloadaur-cntk.tar.gz
fixed depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f9e2f530bc0c..5bb0eeff4aec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@ pkgdesc="Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolki
arch=('x86_64')
url="https://github.com/Microsoft/cntk"
license=('CUSTOM')
-depends=('boost' 'libzip' 'openmp' 'openmpi' 'protobuf-static')
-makedepends=('cmake' 'gcc7' 'git' 'inetutils' 'nccl' 'openblas-lapack' 'python-numpy' 'python-pip' 'python-scipy' 'python-setuptools' 'python-wheel' 'swig')
+depends=('boost' 'libzip' 'openblas-lapack' 'openmp' 'openmpi' 'protobuf-static' 'python-numpy' 'python-scipy')
+makedepends=('cmake' 'gcc7' 'git' 'inetutils' 'python-pip' 'python-setuptools' 'python-wheel' 'swig')
source=("${pkgname}::git+$url#tag=v$pkgver"
'git+https://github.com/onnx/onnx'
'git+https://github.com/Microsoft/onnxruntime'