hughperkins / DeepCL

OpenCL library to train deep convolutional neural networks
Mozilla Public License 2.0
867 stars 199 forks source link

Fix luarocks install, so it can download the source #13

Closed hughperkins closed 9 years ago

hughperkins commented 9 years ago

currently, luarocks with the rock file works, but just typing luarocks install luadeepcl fails, because it doesnt download the soruce file, or the rock, just the rockspsec, which points to a non-existent source file.

hughperkins commented 9 years ago

Works now, I think, using luarocks install --server=http://luarocks.org luadeepcl, and with appropriate compiler and lua development libraries etc installed.