@@ -674,7 +674,6 @@ GUNZIP
674674TAR
675675DOWNLOAD
676676CURL
677- WGET
678677RANLIB
679678AR
680679target_os
@@ -2842,7 +2841,6 @@ then :
28422841
28432842 # Conda does not set FCFLAGS, so we copy from FFLAGS here
28442843 FCFLAGS=" $FFLAGS "
2845- LDFLAGS=" $LDFLAGS -L${CONDA_PREFIX} /lib -Wl,-rpath,${CONDA_PREFIX} /lib"
28462844 # Conda pkg-config includes this already, but in case we have one from
28472845 # the system...
28482846 PKG_CONFIG_PATH=" $PKG_CONFIG_PATH :${CONDA_PREFIX} /lib/pkgconfig"
@@ -4420,108 +4418,6 @@ fi
44204418
44214419# Find tools to download and unpack with
44224420
4423- if test -n " $ac_tool_prefix " ; then
4424- # Extract the first word of "${ac_tool_prefix}wget", so it can be a program name with args.
4425- set dummy ${ac_tool_prefix} wget; ac_word=$2
4426- { printf " %s\n" " $as_me :${as_lineno-$LINENO } : checking for $ac_word " >&5
4427- printf %s " checking for $ac_word ... " >&6 ; }
4428- if test ${ac_cv_prog_WGET+y}
4429- then :
4430- printf %s " (cached) " >&6
4431- else $as_nop
4432- if test -n " $WGET " ; then
4433- ac_cv_prog_WGET=" $WGET " # Let the user override the test.
4434- else
4435- as_save_IFS=$IFS ; IFS=$PATH_SEPARATOR
4436- for as_dir in $PATH
4437- do
4438- IFS=$as_save_IFS
4439- case $as_dir in # (((
4440- ' ' ) as_dir=./ ;;
4441- * /) ;;
4442- * ) as_dir=$as_dir / ;;
4443- esac
4444- for ac_exec_ext in ' ' $ac_executable_extensions ; do
4445- if as_fn_executable_p " $as_dir$ac_word$ac_exec_ext " ; then
4446- ac_cv_prog_WGET=" ${ac_tool_prefix} wget"
4447- printf " %s\n" " $as_me :${as_lineno-$LINENO } : found $as_dir$ac_word$ac_exec_ext " >&5
4448- break 2
4449- fi
4450- done
4451- done
4452- IFS=$as_save_IFS
4453-
4454- fi
4455- fi
4456- WGET=$ac_cv_prog_WGET
4457- if test -n " $WGET " ; then
4458- { printf " %s\n" " $as_me :${as_lineno-$LINENO } : result: $WGET " >&5
4459- printf " %s\n" " $WGET " >&6 ; }
4460- else
4461- { printf " %s\n" " $as_me :${as_lineno-$LINENO } : result: no" >&5
4462- printf " %s\n" " no" >&6 ; }
4463- fi
4464-
4465-
4466- fi
4467- if test -z " $ac_cv_prog_WGET " ; then
4468- ac_ct_WGET=$WGET
4469- # Extract the first word of "wget", so it can be a program name with args.
4470- set dummy wget; ac_word=$2
4471- { printf " %s\n" " $as_me :${as_lineno-$LINENO } : checking for $ac_word " >&5
4472- printf %s " checking for $ac_word ... " >&6 ; }
4473- if test ${ac_cv_prog_ac_ct_WGET+y}
4474- then :
4475- printf %s " (cached) " >&6
4476- else $as_nop
4477- if test -n " $ac_ct_WGET " ; then
4478- ac_cv_prog_ac_ct_WGET=" $ac_ct_WGET " # Let the user override the test.
4479- else
4480- as_save_IFS=$IFS ; IFS=$PATH_SEPARATOR
4481- for as_dir in $PATH
4482- do
4483- IFS=$as_save_IFS
4484- case $as_dir in # (((
4485- ' ' ) as_dir=./ ;;
4486- * /) ;;
4487- * ) as_dir=$as_dir / ;;
4488- esac
4489- for ac_exec_ext in ' ' $ac_executable_extensions ; do
4490- if as_fn_executable_p " $as_dir$ac_word$ac_exec_ext " ; then
4491- ac_cv_prog_ac_ct_WGET=" wget"
4492- printf " %s\n" " $as_me :${as_lineno-$LINENO } : found $as_dir$ac_word$ac_exec_ext " >&5
4493- break 2
4494- fi
4495- done
4496- done
4497- IFS=$as_save_IFS
4498-
4499- fi
4500- fi
4501- ac_ct_WGET=$ac_cv_prog_ac_ct_WGET
4502- if test -n " $ac_ct_WGET " ; then
4503- { printf " %s\n" " $as_me :${as_lineno-$LINENO } : result: $ac_ct_WGET " >&5
4504- printf " %s\n" " $ac_ct_WGET " >&6 ; }
4505- else
4506- { printf " %s\n" " $as_me :${as_lineno-$LINENO } : result: no" >&5
4507- printf " %s\n" " no" >&6 ; }
4508- fi
4509-
4510- if test " x$ac_ct_WGET " = x; then
4511- WGET=" "
4512- else
4513- case $cross_compiling :$ac_tool_warned in
4514- yes:)
4515- { printf " %s\n" " $as_me :${as_lineno-$LINENO } : WARNING: using cross tools not prefixed with host triplet" >&5
4516- printf " %s\n" " $as_me : WARNING: using cross tools not prefixed with host triplet" >&2 ; }
4517- ac_tool_warned=yes ;;
4518- esac
4519- WGET=$ac_ct_WGET
4520- fi
4521- else
4522- WGET=" $ac_cv_prog_WGET "
4523- fi
4524-
45254421 if test -n " $ac_tool_prefix " ; then
45264422 # Extract the first word of "${ac_tool_prefix}curl", so it can be a program name with args.
45274423set dummy ${ac_tool_prefix} curl; ac_word=$2
@@ -4625,24 +4521,16 @@ else
46254521fi
46264522
46274523
4628- { printf " %s\n" " $as_me :${as_lineno-$LINENO } : checking for a wget or curl to download files with" >&5
4629- printf %s " checking for a wget or curl to download files with... " >&6 ; }
4630- if test " x$WGET " ! = " x"
4524+ { printf " %s\n" " $as_me :${as_lineno-$LINENO } : checking for a tool to download files with" >&5
4525+ printf %s " checking for a tool to download files with... " >&6 ; }
4526+ if test " x$CURL " ! = " x"
46314527 then
4632- # The MESA SDK server rejects wget, this is the official work-around
4633- DOWNLOAD=" $WGET --progress=bar:force:noscroll --user-agent='' -O -"
4528+ DOWNLOAD=" $CURL -L"
46344529 { printf " %s\n" " $as_me :${as_lineno-$LINENO } : result: yes" >&5
46354530printf " %s\n" " yes" >&6 ; }
46364531 else
4637- if test " x$CURL " ! = " x"
4638- then
4639- DOWNLOAD=" $CURL -L"
4640- { printf " %s\n" " $as_me :${as_lineno-$LINENO } : result: yes" >&5
4641- printf " %s\n" " yes" >&6 ; }
4642- else
4643- { printf " %s\n" " $as_me :${as_lineno-$LINENO } : result: no" >&5
4532+ { printf " %s\n" " $as_me :${as_lineno-$LINENO } : result: no" >&5
46444533printf " %s\n" " no" >&6 ; }
4645- fi
46464534 fi
46474535
46484536
@@ -6315,11 +6203,11 @@ if test x$ac_prog_cxx_stdcxx = xno
63156203then :
63166204 { printf " %s\n" " $as_me :${as_lineno-$LINENO } : checking for $CXX option to enable C++11 features" >&5
63176205printf %s " checking for $CXX option to enable C++11 features... " >&6 ; }
6318- if test ${ac_cv_prog_cxx_11 +y}
6206+ if test ${ac_cv_prog_cxx_cxx11 +y}
63196207then :
63206208 printf %s " (cached) " >&6
63216209else $as_nop
6322- ac_cv_prog_cxx_11 =no
6210+ ac_cv_prog_cxx_cxx11 =no
63236211ac_save_CXX=$CXX
63246212cat confdefs.h - << _ACEOF >conftest.$ac_ext
63256213/* end confdefs.h. */
@@ -6361,11 +6249,11 @@ if test x$ac_prog_cxx_stdcxx = xno
63616249then :
63626250 { printf " %s\n" " $as_me :${as_lineno-$LINENO } : checking for $CXX option to enable C++98 features" >&5
63636251printf %s " checking for $CXX option to enable C++98 features... " >&6 ; }
6364- if test ${ac_cv_prog_cxx_98 +y}
6252+ if test ${ac_cv_prog_cxx_cxx98 +y}
63656253then :
63666254 printf %s " (cached) " >&6
63676255else $as_nop
6368- ac_cv_prog_cxx_98 =no
6256+ ac_cv_prog_cxx_cxx98 =no
63696257ac_save_CXX=$CXX
63706258cat confdefs.h - << _ACEOF >conftest.$ac_ext
63716259/* end confdefs.h. */
0 commit comments