[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Pkg-octave-devel] Bug#794443: Bug#794443: octave: should not recommend libopenblas-base



Control: fixed -1 4.0.0-3

* Wang S <wangshuo@inhand.com.cn> [2015-08-03 14:39]:

Package: octave
Version: 3.8.2-4
Severity: normal

Octave crashes when inverting matrices sized 10x10 or bigger if libopenblas-base is installed. And after I remove libopenblas-base, octave does not crash.

Additional info: GNU Octave bug #45651 http://savannah.gnu.org/bugs/?45651#comment4

I cannot reproduce this bug in Octave 4.0:

    $ dpkg -l libopenblas-base | grep ^ii
    ii   libopenblas-base 0.2.14-1     i386         Optimized BLAS (linear algebra) library (shared library)
    $ octave-cli --version | grep version
    GNU Octave, version 4.0.0
    $ echo 'inv(randn(12)); printf("Got here\n")' | octave-cli -q
    Got here

I am hereby marking this bug as fixed in version 4.0.0-3. Should we actually close it?

Rafael



Reply to: