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

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

[Octave-bug-tracker] [bug #50339] configure detection for BLAS does not


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #50339] configure detection for BLAS does not use -fdefault-integer-8
Date: Fri, 24 Feb 2017 17:59:37 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0

Follow-up Comment #6, bug #50339 (project octave):

I should also say, my goal is for this to work now without needing --enable-64
since that is now the default.

The idea is that Octave will use 64-bit indexing internally, but will check
the BLAS to determine whether 64-bit indexing should be used for Fortran (and
other) libraries that depend on the BLAS.  If the BLAS is determined to use
64-bit indexing, then we should attempt to use the -fdefault-integer-8 (or
equivalent) option to compile the Fortran bits of Octave.  Since I only know
what the right option is for gfortran, users of other compilers will have to
supply this option.

Anyway, probably I just have the logic mixed up in the configure script.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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