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 for sharing!
When I try
luarocks install unsup
I get make[2]: No rule to make target
/usr/lib/libopenblas.so', needed by
libunsup.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.