koraykv / unsup

Some unsupervised learning modules using Torch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

--local flag not supported correctly

Atcold opened this issue · comments

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                          

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.