summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJingbei Li2016-11-01 19:02:50 +0800
committerJingbei Li2016-11-01 19:02:50 +0800
commitede16b945f6147f4a6d8760c5b4afcf0aeaa855f (patch)
treeab506475de643177f90da32576ad18859c6fe00e /PKGBUILD
parent3ea0808cf23569f71ce3135aba68248ea0f905c2 (diff)
downloadaur-torch7-nngraph-git.tar.gz
add torch7-graph-git as dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 14d5507b502e..474a856ff574 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc='Graph Computation for nn'
pkgver=r211.f6aeb88
pkgrel=1
makedepends=('cmake' 'git')
-depends=('torch7-git>=r819' 'torch7-nn-git')
+depends=('torch7-git>=r819' 'torch7-nn-git' 'torch7-graph-git')
optdepends=('graphviz: To display the graphs that you have created.')
arch=('x86_64' 'i686')
url='https://github.com/torch/nngraph'