summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67f295bb3e93..96bcc6da0196 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Oct 9 10:10:01 UTC 2017
+# Thu Oct 12 04:35:43 UTC 2017
pkgbase = cntk
pkgdesc = Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit
pkgver = 2.2
@@ -22,7 +22,7 @@ pkgbase = cntk
depends = libzip
depends = nccl
depends = nvidia-utils
- depends = openblas
+ depends = openblas-lapack
depends = opencv
depends = openmpi
depends = protobuf
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")