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

github.com/torch/distro.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsoumith <soumith@gmail.com>2015-12-30 00:45:57 +0300
committersoumith <soumith@gmail.com>2015-12-30 00:45:57 +0300
commit2876224c7ea5f71672490a750d3d2e128ad003f4 (patch)
tree6ef1e390b1cc9175b0e131e72407016f78a0e87c /install.sh
parent99081d95148631c581891d74e626d09078895a93 (diff)
installing luaffifb always
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh6
1 files changed, 2 insertions, 4 deletions
diff --git a/install.sh b/install.sh
index 9466eec..23dcac8 100755
--- a/install.sh
+++ b/install.sh
@@ -100,10 +100,8 @@ then
cd ${THIS_DIR}/extra/cunn && $PREFIX/bin/luarocks make rocks/cunn-scm-1.rockspec || exit 1
fi
-# if installing vanilla lua, install luaffifb
-if [ ${TORCH_LUA_VERSION} == "LUA51" ] || [ ${TORCH_LUA_VERSION} == "LUA52" ] ; then
- cd ${THIS_DIR}/extra/luaffifb && $PREFIX/bin/luarocks make
-fi
+# install luaffifb
+cd ${THIS_DIR}/extra/luaffifb && $PREFIX/bin/luarocks make
# Optional packages
echo "Installing optional Torch packages"