yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #12291
[Bug 1480173] Re: Yade dependency libopenblas breaks octave
I reported it here, because OpenBLAS doesn't even seem to be necessary! (at least for the yade examples I have) Well I found this out after posting this bug, but anyway
I solve my problem by hardcopying the original BLAS files (in order to not make apt hiccup because of missing dependencies):
sudo cp /usr/lib/libblas/libblas.so.3 /usr/lib/libblas.so.3
sudo cp /usr/lib/liblapack/liblapack.so.3 /usr/lib/liblapack.so.3
--
You received this bug notification because you are a member of Yade
developers, which is subscribed to Yade.
https://bugs.launchpad.net/bugs/1480173
Title:
Yade dependency libopenblas breaks octave
Status in Yade:
Invalid
Bug description:
When openblas is installed Octave quits with a segmentation fault when trying to invert matrices sized 10x10 or bigger.
Openblas is a dependency for libyade.
See also https://savannah.gnu.org/bugs/?45651
To manage notifications about this bug go to:
https://bugs.launchpad.net/yade/+bug/1480173/+subscriptions
References