summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c784d349cc09..d60b2936aee9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="Tensors and Dynamic neural networks in Python with strong GPU accelerat
arch=('x86_64')
url="https://github.com/pytorch/pytorch"
license=('BSD')
-makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools' 'gcc5')
+makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools' 'gcc5' 'cmake')
depennds=('cuda' 'cudnn')
source=("git://github.com/pytorch/pytorch")
sha256sums=('SKIP')