lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi,

I'm trying to install torch's nn module onto an existing installation of lua (not th), but, unfortunately, there are two modules named "nn" - the torch one, and the nanomsg one, and I get the nanomsg one.  Is there any way of telling luarocks which I'd like to install?  I could change my ~/.luarocks/config*.lua to only look at the torch repository while I install, but I fear that will just lead to pain in the long run?

Thanks in advance!
Geoff