e-lab / torch-toolbox

A collection of snippets and libraries for Torch from e-Lab
https://engineering.purdue.edu/elab/
199 stars 64 forks source link

torch package installs #7

Closed culurciello closed 8 years ago

culurciello commented 8 years ago

we now use local installation of Torch7:

remove old with: curl -s https://raw.githubusercontent.com/torch/ezinstall/master/clean-old.sh | bash from: https://github.com/torch/ezinstall

then install as: http://torch.ch/docs/getting-started.html#_

maybe the packages should go to: ~/torch/install/share/lua/5.1/

mvitez commented 8 years ago

Yes, the Makefile was wrong, as it looked for the libraries in the right place, but it installed itself in the wrong place. Fixed.

jhjin commented 8 years ago

https://github.com/e-lab/torch-toolbox/commit/296b2ec90cfe3cc4c2b5445cce1cf844cb632eea fixes #7