summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStephen Zhang2017-03-19 00:09:19 +0800
committerStephen Zhang2017-03-19 00:09:19 +0800
commitc155cd29bb63b1fd066b8ce0bf0df0b92fe178de (patch)
tree00a78d5e0d433b914f30c378b1ec7ba5e06b98f8 /PKGBUILD
parent509a1fbe48b19aa26253e1b3c34dd0d51becd2f7 (diff)
downloadaur-c155cd29bb63b1fd066b8ce0bf0df0b92fe178de.tar.gz
add cmake as makedepends
Diffstat (limited to 'PKGBUILD')
-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')