Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/env.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkoray kavukcuoglu <koray@kavukcuoglu.org>2014-05-07 02:56:07 +0400
committerkoray kavukcuoglu <koray@kavukcuoglu.org>2014-05-07 02:56:07 +0400
commit40d6fa037e52dca9eab161ab8f1e5496a52c3c1e (patch)
treedd4a7db9632843c57f05f0a135dc58979e7b0840
parent6c5d46c5a56f4c0d9f9031752f6b392726ccb83a (diff)
parent65c84e8775823f44435e0c644a00a389c7bf1def (diff)
Merge pull request #5 from akfidjeland/master
Added missing dependencies
-rw-r--r--env-scm-1.rockspec4
1 files changed, 3 insertions, 1 deletions
diff --git a/env-scm-1.rockspec b/env-scm-1.rockspec
index 580261d..fbbc0c7 100644
--- a/env-scm-1.rockspec
+++ b/env-scm-1.rockspec
@@ -16,6 +16,8 @@ Adds pretty printing and additional path handling to luajit
dependencies = {
"torch >= 7.0",
+ "gnuplot",
+ "dok"
}
build = {
@@ -23,4 +25,4 @@ build = {
modules = {
['env.init'] = 'init.lua',
}
-} \ No newline at end of file
+}