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

github.com/torch/sys.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSoumith Chintala <soumith@gmail.com>2016-09-15 20:31:24 +0300
committerGitHub <noreply@github.com>2016-09-15 20:31:24 +0300
commitd9803f4ac1dc39f24d7abcb9a70183f7fa48fabc (patch)
treeb28ac3e6e3673bb518cc974e6cb990be0894a07e
parent45a246e3b290aa977c4da7190358c9a24e056619 (diff)
adding luaffi dependency
-rw-r--r--sys-1.1-0.rockspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-1.1-0.rockspec b/sys-1.1-0.rockspec
index c362988..417fb3d 100644
--- a/sys-1.1-0.rockspec
+++ b/sys-1.1-0.rockspec
@@ -16,6 +16,7 @@ Provides system functionalities for Torch.
dependencies = {
"torch >= 7.0",
+ "luaffi"
}
build = {