summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStephen Zhang2017-03-19 00:07:54 +0800
committerStephen Zhang2017-03-19 00:07:54 +0800
commit901ee752f6c98bf9e512cb3c1bfa12043a06ec4b (patch)
tree366c79e0ebb9ad1706e98c7595bf8e511a662855 /PKGBUILD
parentcdb3399f2c265536a165e29fee9ac2f3e0c3bbff (diff)
downloadaur-901ee752f6c98bf9e512cb3c1bfa12043a06ec4b.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 4a0a93386289..a6346058a5bd 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="http://pytorch.org"
license=('BSD')
-makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools' 'gcc5')
+makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools' 'gcc5' 'cmake')
depends=('cuda' 'cudnn')
source=("https://github.com/pytorch/pytorch/archive/v${pkgver}.tar.gz")
sha256sums=('8ca58a7ab55b65bce804bf7acd55369412b6fcdc08daa4bafafb4e10c403202e')