summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStephen Zhang2017-05-05 13:34:04 +0800
committerStephen Zhang2017-05-05 13:34:04 +0800
commita8261d0151d550f0ff4e66b948ff6e13e8fc539f (patch)
tree6bf11e85046ead9aa998f9e0c5e732e4afed688d /PKGBUILD
parenta619d570cd4ffa86d1e479d9e0c97f74160ae3b0 (diff)
downloadaur-a8261d0151d550f0ff4e66b948ff6e13e8fc539f.tar.gz
update pkg && fix makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ca75466fb4b5..c2c17fcf9276 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,14 @@ pkgbase="python-pytorch-git"
pkgname=("python-pytorch-git" "python2-pytorch-git")
_pkgname="pytorch"
pkgver=0.1.10.r46.gbe6322e4
-pkgrel=1
+pkgrel=2
pkgdesc="Tensors and Dynamic neural networks in Python with strong GPU acceleration"
arch=('x86_64')
url="https://github.com/pytorch/pytorch"
license=('BSD')
-makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools' 'gcc5' 'cmake' 'git')
+makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools'
+ 'python-yaml' 'python2-yaml' 'python-numpy' 'python2-numpy'
+ 'gcc5' 'cmake' 'git')
depends=('cuda' 'cudnn')
source=("git://github.com/pytorch/pytorch")
sha256sums=('SKIP')