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

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

[Octave-bug-tracker] [bug #53853] configure: OCTAVE_BLAS_F77_FUNC sets a


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #53853] configure: OCTAVE_BLAS_F77_FUNC sets ax_blas_integer_size incorrectly on big endian system
Date: Sun, 6 May 2018 14:30:14 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:59.0) Gecko/20100101 Firefox/59.0

URL:
  <http://savannah.gnu.org/bugs/?53853>

                 Summary: configure: OCTAVE_BLAS_F77_FUNC sets
ax_blas_integer_size incorrectly on big endian system
                 Project: GNU Octave
            Submitted by: mtmiller
            Submitted on: Sun 06 May 2018 11:30:11 AM PDT
                Category: Configuration and Build System
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Build Failure
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

The new logic in Octave 4.4 to try to determine the BLAS integer parameter
size fails on big endian systems. The integer size is determined to be 8
bytes, even though the true integer size is 4 bytes.

With Octave 4.2 on Debian GNU/Linux mips:


checking whether the integer size is correct... yes


With Octave 4.4 on Debian GNU/Linux mips:


checking BLAS library integer size... 8
…
checking default size of Fortran INTEGER... 4
configure: adding -fdefault-integer-8 to F77_INTEGER_8_FLAG
checking default size of Fortran INTEGER... 8







    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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