You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: