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

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

[Octave-bug-tracker] [bug #62715] ./configure could cache more values fo


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #62715] ./configure could cache more values for better performance
Date: Thu, 7 Jul 2022 13:57:14 -0400 (EDT)

Follow-up Comment #5, bug #62715 (project octave):

Oooh.
There is the following in the build rules for Octave in MXE Octave:

ifeq ($(ENABLE_FORTRAN_INT64),yes)
  $(PKG)_ENABLE_FORTRAN_INT64_CONFIGURE_OPTIONS :=
F77_INTEGER_8_FLAG=-fdefault-integer-8 ax_blas_f77_func_ok=yes
ax_blas_integer_size=8 octave_cv_sizeof_fortran_integer=8
else
  $(PKG)_ENABLE_FORTRAN_INT64_CONFIGURE_OPTIONS := ax_blas_f77_func_ok=yes
ax_blas_integer_size=4 octave_cv_sizeof_fortran_integer=4
endif


IIUC, you changed the name of that variable from `ax_blas_integer_size` to
`ax_cv_blas_integer_size`. That probably needs adapting in the build rules
now.



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?62715>

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




reply via email to

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