comparison src/default-octave.mk @ 6299:b8d72e61d379 release

default-octave: Rename configure variable (bug #62715). * src/default-octave.mk: The configure variable "ax_blas_integer_size" was renamed to "ax_cv_blas_integer_size" in Octave's build system. Adapt rule for that change.
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 07 Jul 2022 20:52:36 +0200
parents 56dac5f3f3af
children b9b904d8693e d5e6775fb3bc
comparison
equal deleted inserted replaced
6290:cd0d311a91d0 6299:b8d72e61d379
110 endif 110 endif
111 endif 111 endif
112 endif 112 endif
113 113
114 ifeq ($(ENABLE_FORTRAN_INT64),yes) 114 ifeq ($(ENABLE_FORTRAN_INT64),yes)
115 $(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 115 $(PKG)_ENABLE_FORTRAN_INT64_CONFIGURE_OPTIONS := F77_INTEGER_8_FLAG=-fdefault-integer-8 ax_blas_f77_func_ok=yes ax_cv_blas_integer_size=8 octave_cv_sizeof_fortran_integer=8
116 else 116 else
117 $(PKG)_ENABLE_FORTRAN_INT64_CONFIGURE_OPTIONS := ax_blas_f77_func_ok=yes ax_blas_integer_size=4 octave_cv_sizeof_fortran_integer=4 117 $(PKG)_ENABLE_FORTRAN_INT64_CONFIGURE_OPTIONS := ax_blas_f77_func_ok=yes ax_cv_blas_integer_size=4 octave_cv_sizeof_fortran_integer=4
118 endif 118 endif
119 119
120 ifeq ($(MXE_SYSTEM),mingw) 120 ifeq ($(MXE_SYSTEM),mingw)
121 # This is very similar to CONFIGURE_CPPFLAGS and CONFIGURE_LDFLAGS but with 121 # This is very similar to CONFIGURE_CPPFLAGS and CONFIGURE_LDFLAGS but with
122 # double quoted paths. 122 # double quoted paths.