koraykv / unsup

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

install error #45

Open appleleaves opened 6 years ago

appleleaves commented 6 years ago

Thanks for sharing!

When I try luarocks install unsup

I get make[2]: No rule to make target /usr/lib/libopenblas.so', needed bylibunsup.so'. Stop. make[1]: [CMakeFiles/unsup.dir/all] Error 2 make: *** [all] Error 2 but in fact I have the file `/usr/lib/libopenblas.so' and I believe the openblas is properly installed. What should I do to make it work?

Thanks in advance.