torch / ezinstall

One-line install scripts for Torch.
75 stars 79 forks source link

Error in install-deps script #92

Closed iftekharanam closed 8 years ago

iftekharanam commented 8 years ago

Line 95 of the ezinstall/install-deps uses "VERS" instead of VERSION, which causes the CentOS version to fail. I am trying to install torch on an HPC cluster running CentOS 6.6. Since I don't have sudo privilege, I tried to install it inside my directory changing the version. ${centos_major_version} was empty and the version check was failing.

soumith commented 8 years ago

fixed now in torch/distro