Allow building octave w/ Intel compiler (#31346)
This commit is contained in:
parent
93c16f1ee3
commit
53001cc28c
@ -305,9 +305,8 @@ def configure_args(self):
|
||||
spec.satisfies('^intel-parallel-studio+mkl+ilp64')):
|
||||
config_args.append('F77_INTEGER_8_FLAG=-fdefault-integer-8')
|
||||
|
||||
# Use gfortran calling-convention %fj
|
||||
if spec.satisfies('%fj'):
|
||||
config_args.append('--enable-fortran-calling-convention=gfortran')
|
||||
# Use gfortran calling-convention
|
||||
config_args.append('--enable-fortran-calling-convention=gfortran')
|
||||
|
||||
# Make sure we do not use qtchooser
|
||||
config_args.append('ac_cv_prog_ac_ct_QTCHOOSER=')
|
||||
|
Loading…
Reference in New Issue
Block a user