Skip to content

Commit

Permalink
rerun autotools, fixes #26
Browse files Browse the repository at this point in the history
  • Loading branch information
svigerske committed Dec 7, 2024
1 parent f3788e6 commit 8e4450b
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 26 deletions.
2 changes: 2 additions & 0 deletions compile
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,8 @@ EOF
cl | *[/\\]cl | cl.exe | *[/\\]cl.exe | \
clang-cl | *[/\\]clang-cl | clang-cl.exe | *[/\\]clang-cl.exe | \
icl | *[/\\]icl | icl.exe | *[/\\]icl.exe | \
icx | *[/\\]icx | icx.exe | *[/\\]icx.exe | \
ifx | *[/\\]ifx | ifx.exe | *[/\\]ifx.exe | \
ifort | *[/\\]ifort | ifort.exe | *[/\\]ifort.exe )
func_cl_wrapper "$@" # Doesn't return...
;;
Expand Down
52 changes: 26 additions & 26 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -2919,7 +2919,7 @@ else case e in #(
e) enable_msvc=no
case $build in
*-mingw* | *-cygwin* | *-msys* )
for ac_prog in gcc clang icl cl
for ac_prog in gcc clang icx icl cl
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
Expand Down Expand Up @@ -2967,7 +2967,7 @@ fi
test -n "$CC" && break
done

case "$CC" in *cl ) enable_msvc=yes ;; esac
case "$CC" in *cl | *icx ) enable_msvc=yes ;; esac
;;
esac ;;
esac
Expand Down Expand Up @@ -4006,7 +4006,7 @@ fi


if test $enable_msvc = yes ; then
for ac_prog in icl cl
for ac_prog in icx icl cl
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
Expand Down Expand Up @@ -4070,7 +4070,7 @@ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu
if test -n "$ac_tool_prefix"; then
for ac_prog in gcc clang cc icc icl cl cc xlc xlc_r pgcc
for ac_prog in gcc clang cc icx icc icl cl cc xlc xlc_r pgcc
do
# Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
Expand Down Expand Up @@ -4120,7 +4120,7 @@ fi
fi
if test -z "$CC"; then
ac_ct_CC=$CC
for ac_prog in gcc clang cc icc icl cl cc xlc xlc_r pgcc
for ac_prog in gcc clang cc icx icc icl cl cc xlc xlc_r pgcc
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
Expand Down Expand Up @@ -4978,7 +4978,7 @@ fi
# first in PATH, which causes compile and link checks to fail.)
# For the same reason, set LD to use the compile wrapper.
if test $enable_msvc = yes ; then
for ac_prog in ifort
for ac_prog in ifx ifort
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
Expand Down Expand Up @@ -5042,7 +5042,7 @@ ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_f77_compiler_gnu
if test -n "$ac_tool_prefix"; then
for ac_prog in gfortran ifort g95 fort77 f77 f95 f90 g77 pgf90 pgf77 ifc frt af77 xlf_r fl32
for ac_prog in gfortran ifx ifort flang g95 fort77 f77 f95 f90 g77 pgf90 pgf77 ifc frt af77 xlf_r fl32
do
# Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
Expand Down Expand Up @@ -5092,7 +5092,7 @@ fi
fi
if test -z "$F77"; then
ac_ct_F77=$F77
for ac_prog in gfortran ifort g95 fort77 f77 f95 f90 g77 pgf90 pgf77 ifc frt af77 xlf_r fl32
for ac_prog in gfortran ifx ifort flang g95 fort77 f77 f95 f90 g77 pgf90 pgf77 ifc frt af77 xlf_r fl32
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
Expand Down Expand Up @@ -6103,7 +6103,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
# explicitly and add compile-wrapper, because the compile-wrapper works
# around issues when having the wrong link.exe in the PATH first.
if test $enable_msvc = yes ; then
for ac_prog in ifort
for ac_prog in ifx ifort
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
Expand Down Expand Up @@ -6164,7 +6164,7 @@ ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5'
ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_fc_compiler_gnu
if test -n "$ac_tool_prefix"; then
for ac_prog in gfortran ifort g95 f95 f90 pgf90 ifc frt xlf_r fl32
for ac_prog in gfortran ifx ifort flang g95 f95 f90 pgf90 ifc frt xlf_r fl32
do
# Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
Expand Down Expand Up @@ -6214,7 +6214,7 @@ fi
fi
if test -z "$FC"; then
ac_ct_FC=$FC
for ac_prog in gfortran ifort g95 f95 f90 pgf90 ifc frt xlf_r fl32
for ac_prog in gfortran ifx ifort flang g95 f95 f90 pgf90 ifc frt xlf_r fl32
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
Expand Down Expand Up @@ -12485,8 +12485,8 @@ fi
# hardcode_libdir_flag_spec is actually meaningless, as there is
# no search path for DLLs.
case $cc_basename in
cl* | icl* | ifort*)
# Native MSVC or ICC or IFORT
cl* | icl* | ifort* | icx* | ifx*)
# Native MSVC or classic or new Intel Compilers
hardcode_libdir_flag_spec=' '
allow_undefined_flag=unsupported
always_export_symbols=yes
Expand Down Expand Up @@ -12527,7 +12527,7 @@ fi
fi'
;;
*)
# Assume MSVC and ICC and IFORT wrapper
# Assume MSVC and Intel compilers wrapper
hardcode_libdir_flag_spec=' '
allow_undefined_flag=unsupported
# Tell ltmain to make .lib files, not .a files.
Expand Down Expand Up @@ -13588,8 +13588,8 @@ cygwin* | mingw* | windows* | pw32* | cegcc*)
dynamic_linker='Win32 ld.exe'
;;

*,cl* | *,icl* | *,ifort*)
# Native MSVC or ICC or IFORT
*,cl* | *,icl* | *,ifort* | *,icx* | *,ifx*)
# Native MSVC or classic or new Intel Compilers
libname_spec='$name'
soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
library_names_spec='$libname.dll.lib'
Expand Down Expand Up @@ -17038,8 +17038,8 @@ fi
# hardcode_libdir_flag_spec is actually meaningless, as there is
# no search path for DLLs.
case $cc_basename in
cl* | icl* | ifort*)
# Native MSVC or ICC or IFORT
cl* | icl* | ifort* | icx* | ifx*)
# Native MSVC or classic or new Intel Compilers
hardcode_libdir_flag_spec_F77=' '
allow_undefined_flag_F77=unsupported
always_export_symbols_F77=yes
Expand Down Expand Up @@ -17080,7 +17080,7 @@ fi
fi'
;;
*)
# Assume MSVC and ICC and IFORT wrapper
# Assume MSVC and Intel compilers wrapper
hardcode_libdir_flag_spec_F77=' '
allow_undefined_flag_F77=unsupported
# Tell ltmain to make .lib files, not .a files.
Expand Down Expand Up @@ -17930,8 +17930,8 @@ cygwin* | mingw* | windows* | pw32* | cegcc*)
dynamic_linker='Win32 ld.exe'
;;

*,cl* | *,icl* | *,ifort*)
# Native MSVC or ICC or IFORT
*,cl* | *,icl* | *,ifort* | *,icx* | *,ifx*)
# Native MSVC or classic or new Intel Compilers
libname_spec='$name'
soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
library_names_spec='$libname.dll.lib'
Expand Down Expand Up @@ -20763,8 +20763,8 @@ fi
# hardcode_libdir_flag_spec is actually meaningless, as there is
# no search path for DLLs.
case $cc_basename in
cl* | icl* | ifort*)
# Native MSVC or ICC or IFORT
cl* | icl* | ifort* | icx* | ifx*)
# Native MSVC or classic or new Intel Compilers
hardcode_libdir_flag_spec_FC=' '
allow_undefined_flag_FC=unsupported
always_export_symbols_FC=yes
Expand Down Expand Up @@ -20805,7 +20805,7 @@ fi
fi'
;;
*)
# Assume MSVC and ICC and IFORT wrapper
# Assume MSVC and Intel compilers wrapper
hardcode_libdir_flag_spec_FC=' '
allow_undefined_flag_FC=unsupported
# Tell ltmain to make .lib files, not .a files.
Expand Down Expand Up @@ -21655,8 +21655,8 @@ cygwin* | mingw* | windows* | pw32* | cegcc*)
dynamic_linker='Win32 ld.exe'
;;

*,cl* | *,icl* | *,ifort*)
# Native MSVC or ICC or IFORT
*,cl* | *,icl* | *,ifort* | *,icx* | *,ifx*)
# Native MSVC or classic or new Intel Compilers
libname_spec='$name'
soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
library_names_spec='$libname.dll.lib'
Expand Down

0 comments on commit 8e4450b

Please sign in to comment.