summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJingbei Li2016-11-01 16:46:17 +0800
committerJingbei Li2016-11-01 16:46:17 +0800
commit3ea0808cf23569f71ce3135aba68248ea0f905c2 (patch)
tree7ec11669d84a807d87c39f7d61334d7405d71544
parentd660b3d6539aab506808acc714baee0765803734 (diff)
downloadaur-3ea0808cf23569f71ce3135aba68248ea0f905c2.tar.gz
add optdepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ea7197533e8..703ad84ba6a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Nov 1 08:34:39 UTC 2016
+# Tue Nov 1 08:46:14 UTC 2016
pkgbase = torch7-nngraph-git
pkgdesc = Graph Computation for nn
pkgver = r211.f6aeb88
@@ -12,6 +12,7 @@ pkgbase = torch7-nngraph-git
makedepends = git
depends = torch7-git>=r819
depends = torch7-nn-git
+ optdepends = graphviz: To display the graphs that you have created.
source = torch7-nngraph-git::git+https://github.com/torch/nngraph
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index b6abc5d0028c..14d5507b502e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,6 +5,7 @@ pkgver=r211.f6aeb88
pkgrel=1
makedepends=('cmake' 'git')
depends=('torch7-git>=r819' 'torch7-nn-git')
+optdepends=('graphviz: To display the graphs that you have created.')
arch=('x86_64' 'i686')
url='https://github.com/torch/nngraph'
license=('BSD')