koraykv / unsup

Some unsupervised learning modules using Torch
86 stars 36 forks source link

--local flag not supported correctly #7

Closed Atcold closed 11 years ago

Atcold commented 11 years ago

This package does not interpret correctly the --local option. For getting around the bug I did the following:

git clone git://github.com/koraykv/unsup.git   
cd unsup                                       
cmake . -DCMAKE_INSTALL_PREFIX=$HOME/.luarocks/
luarocks make --local                          
clementfarabet commented 11 years ago

It does work fine for me:

git clone git://github.com/koraykv/unsup.git cd unsup luarocks make --local

Does the right thing. Luarocks is bad with caching though: you might want to make sure you don't have a previous build in the repo. git clean -df.