Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upOpenBLAS broken recipe #964
Closed
Comments
|
Fixed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The OpenBLAS recipe doesn't make any libopenblas.so.0 in /boot/system/lib, just in /boot/system/develop/lib, but it isn't in stander LD PATH (fixme if i'm wrong).
So Octave cannot find the installed BLAS.
I made a symlink in non-packaged/lib, now Octan can find it, but gets another problem:
Maybe it requires some extra patching.
@mmuman, @korli : any idea?