octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #52473] "lu" crashes on current stable branch


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #52473] "lu" crashes on current stable branch
Date: Thu, 1 Mar 2018 09:26:06 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

Follow-up Comment #7, bug #52473 (project octave):

I see now that this was a self-inflicted wound.

When we fixed Octave so that 64-bit indexing is always enabled even when the
BLAS uses 32-bit indexing, we didn't fix the configuration of stable-octave in
mxe-octave.  So it was also being built with the new default of --enable-64
but not --enable-fortran-int-64.  Since we don't want that configuration by
default for stable, we should be using --disable-64 by default with
--enable-octave=stable, but I don't see a way to do that automatically AND
still handle default Octave properly.  Sooo, I pushed the following change for
mxe-octave to prevent the bad configuration:

http://hg.octave.org/mxe-octave/rev/56a53d1315c0

I'll also update the buildbot config.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?52473>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]