Changeset 2169
- Timestamp:
- Apr 3, 2011 8:12:42 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Lapack/trunk/configure
r2158 r2169 473 473 #endif" 474 474 475 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS ALWAYS_FALSE_TRUE ALWAYS_FALSE_FALSE have_svnversion LAPACK_SVN_REV build build_cpu build_vendor build_os C OIN_CC_IS_CL_TRUE COIN_CC_IS_CL_FALSE CDEFS ADD_CFLAGS DBG_CFLAGS OPT_CFLAGS sol_cc_compiler CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXTMPICC ADD_FFLAGS DBG_FFLAGS OPT_FFLAGS F77 FFLAGS ac_ct_F77 MPIF77 FLIBS PKG_CONFIG ac_pt_PKG_CONFIG COIN_HAS_PKGCONFIG_TRUE COIN_HAS_PKGCONFIG_FALSE COIN_PKG_CONFIG_PATH COIN_PKG_CONFIG_PATH_UNINSTALLED BLAS_LIBS BLAS_CFLAGS BLAS_DATA BLAS_DEPENDENCIES BLAS_LIBS_INSTALLED BLAS_CFLAGS_INSTALLED BLAS_DATA_INSTALLED LAPACKLIB_CFLAGS LAPACKLIB_LIBS LAPACKLIB_PCLIBS LAPACKLIB_PCREQUIRES LAPACKLIB_DEPENDENCIES LAPACKLIB_CFLAGS_INSTALLED LAPACKLIB_LIBS_INSTALLED COIN_HAS_BLAS_TRUE COIN_HAS_BLAS_FALSE DLAMCH_FFLAGS EGREP LN_S INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT LIBTOOLM4 have_autoconf have_automake have_svn BUILDTOOLSDIR AUX_DIR abs_source_dir abs_lib_dir abs_include_dir abs_bin_dir HAVE_EXTERNALS_TRUE HAVE_EXTERNALS_FALSE host host_cpu host_vendor host_os ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CPP CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CXXCPP LIBTOOL ac_c_preproc_warn_flag ac_cxx_preproc_warn_flag RPATH_FLAGS LT_LDFLAGS LIBEXT VPATH_DISTCLEANFILES ABSBUILDDIR LIBOBJS LTLIBOBJS'475 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS ALWAYS_FALSE_TRUE ALWAYS_FALSE_FALSE have_svnversion LAPACK_SVN_REV build build_cpu build_vendor build_os CDEFS ADD_CFLAGS DBG_CFLAGS OPT_CFLAGS sol_cc_compiler CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT COIN_CC_IS_CL_TRUE COIN_CC_IS_CL_FALSE MPICC ADD_FFLAGS DBG_FFLAGS OPT_FFLAGS F77 FFLAGS ac_ct_F77 MPIF77 FLIBS PKG_CONFIG ac_pt_PKG_CONFIG COIN_HAS_PKGCONFIG_TRUE COIN_HAS_PKGCONFIG_FALSE COIN_PKG_CONFIG_PATH COIN_PKG_CONFIG_PATH_UNINSTALLED BLAS_LIBS BLAS_CFLAGS BLAS_DATA BLAS_DEPENDENCIES BLAS_LIBS_INSTALLED BLAS_CFLAGS_INSTALLED BLAS_DATA_INSTALLED LAPACKLIB_CFLAGS LAPACKLIB_LIBS LAPACKLIB_PCLIBS LAPACKLIB_PCREQUIRES LAPACKLIB_DEPENDENCIES LAPACKLIB_CFLAGS_INSTALLED LAPACKLIB_LIBS_INSTALLED COIN_HAS_BLAS_TRUE COIN_HAS_BLAS_FALSE DLAMCH_FFLAGS EGREP LN_S INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT LIBTOOLM4 have_autoconf have_automake have_svn BUILDTOOLSDIR AUX_DIR abs_source_dir abs_lib_dir abs_include_dir abs_bin_dir HAVE_EXTERNALS_TRUE HAVE_EXTERNALS_FALSE host host_cpu host_vendor host_os ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CPP CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CXXCPP LIBTOOL ac_c_preproc_warn_flag ac_cxx_preproc_warn_flag RPATH_FLAGS LT_LDFLAGS LIBEXT VPATH_DISTCLEANFILES ABSBUILDDIR LIBOBJS LTLIBOBJS' 476 476 ac_subst_files='' 477 477 … … 1963 1963 fi 1964 1964 1965 # add automake conditional so we can recognize cl compiler in makefile1966 coin_cc_is_cl=false1967 if test x"$CXX" != x; then1968 case "$CXX" in1969 cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*)1970 coin_cc_is_cl=true1971 ;;1972 esac1973 fi1974 1975 1976 if test $coin_cc_is_cl = true; then1977 COIN_CC_IS_CL_TRUE=1978 COIN_CC_IS_CL_FALSE='#'1979 else1980 COIN_CC_IS_CL_TRUE='#'1981 COIN_CC_IS_CL_FALSE=1982 fi1983 1984 1985 1965 1986 1966 … … 2800 2780 esac 2801 2781 CFLAGS="$save_cflags" 2782 2783 # add automake conditional so we can recognize cl compiler in makefile 2784 coin_cc_is_cl=false 2785 case "$CC" in 2786 cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) 2787 coin_cc_is_cl=true 2788 ;; 2789 esac 2790 2791 2792 if test $coin_cc_is_cl = true; then 2793 COIN_CC_IS_CL_TRUE= 2794 COIN_CC_IS_CL_FALSE='#' 2795 else 2796 COIN_CC_IS_CL_TRUE='#' 2797 COIN_CC_IS_CL_FALSE= 2798 fi 2799 2802 2800 2803 2801 # Check if a project specific CFLAGS variable has been set … … 3413 3411 3414 3412 # Provide some information about the compiler. 3415 echo "$as_me:341 5:" \3413 echo "$as_me:3413:" \ 3416 3414 "checking for Fortran 77 compiler version" >&5 3417 3415 ac_compiler=`set X $ac_compile; echo $2` … … 3984 3982 ac_save_FFLAGS=$FFLAGS 3985 3983 FFLAGS="$FFLAGS $ac_verb" 3986 (eval echo $as_me:398 6: \"$ac_link\") >&53984 (eval echo $as_me:3984: \"$ac_link\") >&5 3987 3985 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'` 3988 3986 echo "$ac_f77_v_output" >&5 … … 4062 4060 ac_save_FFLAGS=$FFLAGS 4063 4061 FFLAGS="$FFLAGS $ac_cv_prog_f77_v" 4064 (eval echo $as_me:406 4: \"$ac_link\") >&54062 (eval echo $as_me:4062: \"$ac_link\") >&5 4065 4063 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'` 4066 4064 echo "$ac_f77_v_output" >&5 … … 10033 10031 *-*-irix6*) 10034 10032 # Find out which ABI we are using. 10035 echo '#line 1003 5"configure"' > conftest.$ac_ext10033 echo '#line 10033 "configure"' > conftest.$ac_ext 10036 10034 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 10037 10035 (eval $ac_compile) 2>&5 … … 12510 12508 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 12511 12509 -e 's:$: $lt_compiler_flag:'` 12512 (eval echo "\"\$as_me:1251 2: $lt_compile\"" >&5)12510 (eval echo "\"\$as_me:12510: $lt_compile\"" >&5) 12513 12511 (eval "$lt_compile" 2>conftest.err) 12514 12512 ac_status=$? 12515 12513 cat conftest.err >&5 12516 echo "$as_me:1251 6: \$? = $ac_status" >&512514 echo "$as_me:12514: \$? = $ac_status" >&5 12517 12515 if (exit $ac_status) && test -s "$ac_outfile"; then 12518 12516 # The compiler can only warn and ignore the option if not recognized … … 12778 12776 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 12779 12777 -e 's:$: $lt_compiler_flag:'` 12780 (eval echo "\"\$as_me:127 80: $lt_compile\"" >&5)12778 (eval echo "\"\$as_me:12778: $lt_compile\"" >&5) 12781 12779 (eval "$lt_compile" 2>conftest.err) 12782 12780 ac_status=$? 12783 12781 cat conftest.err >&5 12784 echo "$as_me:1278 4: \$? = $ac_status" >&512782 echo "$as_me:12782: \$? = $ac_status" >&5 12785 12783 if (exit $ac_status) && test -s "$ac_outfile"; then 12786 12784 # The compiler can only warn and ignore the option if not recognized … … 12882 12880 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 12883 12881 -e 's:$: $lt_compiler_flag:'` 12884 (eval echo "\"\$as_me:1288 4: $lt_compile\"" >&5)12882 (eval echo "\"\$as_me:12882: $lt_compile\"" >&5) 12885 12883 (eval "$lt_compile" 2>out/conftest.err) 12886 12884 ac_status=$? 12887 12885 cat out/conftest.err >&5 12888 echo "$as_me:1288 8: \$? = $ac_status" >&512886 echo "$as_me:12886: \$? = $ac_status" >&5 12889 12887 if (exit $ac_status) && test -s out/conftest2.$ac_objext 12890 12888 then … … 15299 15297 lt_status=$lt_dlunknown 15300 15298 cat > conftest.$ac_ext <<EOF 15301 #line 15 301"configure"15299 #line 15299 "configure" 15302 15300 #include "confdefs.h" 15303 15301 … … 15399 15397 lt_status=$lt_dlunknown 15400 15398 cat > conftest.$ac_ext <<EOF 15401 #line 15 401"configure"15399 #line 15399 "configure" 15402 15400 #include "confdefs.h" 15403 15401 … … 17759 17757 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17760 17758 -e 's:$: $lt_compiler_flag:'` 17761 (eval echo "\"\$as_me:177 61: $lt_compile\"" >&5)17759 (eval echo "\"\$as_me:17759: $lt_compile\"" >&5) 17762 17760 (eval "$lt_compile" 2>conftest.err) 17763 17761 ac_status=$? 17764 17762 cat conftest.err >&5 17765 echo "$as_me:1776 5: \$? = $ac_status" >&517763 echo "$as_me:17763: \$? = $ac_status" >&5 17766 17764 if (exit $ac_status) && test -s "$ac_outfile"; then 17767 17765 # The compiler can only warn and ignore the option if not recognized … … 17863 17861 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17864 17862 -e 's:$: $lt_compiler_flag:'` 17865 (eval echo "\"\$as_me:1786 5: $lt_compile\"" >&5)17863 (eval echo "\"\$as_me:17863: $lt_compile\"" >&5) 17866 17864 (eval "$lt_compile" 2>out/conftest.err) 17867 17865 ac_status=$? 17868 17866 cat out/conftest.err >&5 17869 echo "$as_me:1786 9: \$? = $ac_status" >&517867 echo "$as_me:17867: \$? = $ac_status" >&5 17870 17868 if (exit $ac_status) && test -s out/conftest2.$ac_objext 17871 17869 then … … 19433 19431 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 19434 19432 -e 's:$: $lt_compiler_flag:'` 19435 (eval echo "\"\$as_me:1943 5: $lt_compile\"" >&5)19433 (eval echo "\"\$as_me:19433: $lt_compile\"" >&5) 19436 19434 (eval "$lt_compile" 2>conftest.err) 19437 19435 ac_status=$? 19438 19436 cat conftest.err >&5 19439 echo "$as_me:1943 9: \$? = $ac_status" >&519437 echo "$as_me:19437: \$? = $ac_status" >&5 19440 19438 if (exit $ac_status) && test -s "$ac_outfile"; then 19441 19439 # The compiler can only warn and ignore the option if not recognized … … 19537 19535 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 19538 19536 -e 's:$: $lt_compiler_flag:'` 19539 (eval echo "\"\$as_me:1953 9: $lt_compile\"" >&5)19537 (eval echo "\"\$as_me:19537: $lt_compile\"" >&5) 19540 19538 (eval "$lt_compile" 2>out/conftest.err) 19541 19539 ac_status=$? 19542 19540 cat out/conftest.err >&5 19543 echo "$as_me:1954 3: \$? = $ac_status" >&519541 echo "$as_me:19541: \$? = $ac_status" >&5 19544 19542 if (exit $ac_status) && test -s out/conftest2.$ac_objext 19545 19543 then … … 21744 21742 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 21745 21743 -e 's:$: $lt_compiler_flag:'` 21746 (eval echo "\"\$as_me:2174 6: $lt_compile\"" >&5)21744 (eval echo "\"\$as_me:21744: $lt_compile\"" >&5) 21747 21745 (eval "$lt_compile" 2>conftest.err) 21748 21746 ac_status=$? 21749 21747 cat conftest.err >&5 21750 echo "$as_me:217 50: \$? = $ac_status" >&521748 echo "$as_me:21748: \$? = $ac_status" >&5 21751 21749 if (exit $ac_status) && test -s "$ac_outfile"; then 21752 21750 # The compiler can only warn and ignore the option if not recognized … … 22012 22010 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 22013 22011 -e 's:$: $lt_compiler_flag:'` 22014 (eval echo "\"\$as_me:2201 4: $lt_compile\"" >&5)22012 (eval echo "\"\$as_me:22012: $lt_compile\"" >&5) 22015 22013 (eval "$lt_compile" 2>conftest.err) 22016 22014 ac_status=$? 22017 22015 cat conftest.err >&5 22018 echo "$as_me:2201 8: \$? = $ac_status" >&522016 echo "$as_me:22016: \$? = $ac_status" >&5 22019 22017 if (exit $ac_status) && test -s "$ac_outfile"; then 22020 22018 # The compiler can only warn and ignore the option if not recognized … … 22116 22114 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 22117 22115 -e 's:$: $lt_compiler_flag:'` 22118 (eval echo "\"\$as_me:2211 8: $lt_compile\"" >&5)22116 (eval echo "\"\$as_me:22116: $lt_compile\"" >&5) 22119 22117 (eval "$lt_compile" 2>out/conftest.err) 22120 22118 ac_status=$? 22121 22119 cat out/conftest.err >&5 22122 echo "$as_me:2212 2: \$? = $ac_status" >&522120 echo "$as_me:22120: \$? = $ac_status" >&5 22123 22121 if (exit $ac_status) && test -s out/conftest2.$ac_objext 22124 22122 then … … 25861 25859 s,@build_vendor@,$build_vendor,;t t 25862 25860 s,@build_os@,$build_os,;t t 25863 s,@COIN_CC_IS_CL_TRUE@,$COIN_CC_IS_CL_TRUE,;t t25864 s,@COIN_CC_IS_CL_FALSE@,$COIN_CC_IS_CL_FALSE,;t t25865 25861 s,@CDEFS@,$CDEFS,;t t 25866 25862 s,@ADD_CFLAGS@,$ADD_CFLAGS,;t t … … 25875 25871 s,@EXEEXT@,$EXEEXT,;t t 25876 25872 s,@OBJEXT@,$OBJEXT,;t t 25873 s,@COIN_CC_IS_CL_TRUE@,$COIN_CC_IS_CL_TRUE,;t t 25874 s,@COIN_CC_IS_CL_FALSE@,$COIN_CC_IS_CL_FALSE,;t t 25877 25875 s,@MPICC@,$MPICC,;t t 25878 25876 s,@ADD_FFLAGS@,$ADD_FFLAGS,;t t
Note: See TracChangeset
for help on using the changeset viewer.