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

github.com/torch/xlua.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Farabet <clement.farabet@gmail.com>2012-12-04 01:59:29 +0400
committerClement Farabet <clement.farabet@gmail.com>2012-12-04 01:59:29 +0400
commitd24158b3c2b7dd9e0689ffaaf89f7830a119d4f5 (patch)
tree1d752f82d4621eb87d0a9771578dd12d004f2db4
parent61991ac17be580e7fadccd4ac812a5efc2ab1271 (diff)
parentc5ec62564cc7d2e284970cf7e452dbf05abc0848 (diff)
Merge branch 'test'
-rw-r--r--xlua-1.0-0.rockspec8
1 files changed, 5 insertions, 3 deletions
diff --git a/xlua-1.0-0.rockspec b/xlua-1.0-0.rockspec
index 20eb69b..1a1cbdc 100644
--- a/xlua-1.0-0.rockspec
+++ b/xlua-1.0-0.rockspec
@@ -23,8 +23,10 @@ dependencies = {
}
build = {
- type = "cmake",
- variables = {
- LUAROCKS_PREFIX = "$(PREFIX)"
+ type = "builtin",
+ modules = {
+ ['xlua.init'] = 'init.lua',
+ ['xlua.OptionParser'] = 'OptionParser.lua',
+ ['xlua.Profiler'] = 'Profiler.lua'
}
}