summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJingbei Li2017-10-12 12:35:48 +0800
committerJingbei Li2017-10-12 12:35:48 +0800
commitb2023376da636de97f4a39aa9c9ab04c439d5121 (patch)
tree623aef45b541b58e322f987c77656e743a4fbc0b /PKGBUILD
parent21343d81c992ae47bd8f6496b8cc6a9fd3c89f77 (diff)
downloadaur-b2023376da636de97f4a39aa9c9ab04c439d5121.tar.gz
change openblas to openblas-lapack
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 20e5c3c04c8d..2900f2db0260 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolki
arch=('x86_64')
url="https://github.com/Microsoft/$_gitname"
license=('CUSTOM')
-depends=('boost' 'cub' 'cuda' 'cudnn6' 'libzip' 'nccl' 'nvidia-utils' 'openblas' 'opencv' 'openmpi' 'protobuf' 'python-numpy' 'python-scipy')
+depends=('boost' 'cub' 'cuda' 'cudnn6' 'libzip' 'nccl' 'nvidia-utils' 'openblas-lapack' 'opencv' 'openmpi' 'protobuf' 'python-numpy' 'python-scipy')
makedepends=('cmake' 'git' 'inetutils' 'java-environment' 'python-pip' 'python-setuptools' 'python-wheel' 'swig' )
optdepends=('swig' 'java-environment' )
source=("git+$url#tag=v$pkgver")