- Timestamp:
- Aug 8, 2009 11:48:28 AM (12 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r1220 r1411 474 474 #endif" 475 475 476 ac_subdirs_all="$ac_subdirs_all ThirdParty/Blas" 477 ac_subdirs_all="$ac_subdirs_all ThirdParty/Lapack" 476 478 ac_subdirs_all="$ac_subdirs_all CoinUtils" 477 ac_subdirs_all="$ac_subdirs_all Data/Netlib"478 479 ac_subdirs_all="$ac_subdirs_all Data/Sample" 479 480 ac_subdirs_all="$ac_subdirs_all Clp" 480 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 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 MPICC CXXDEFS ADD_CXXFLAGS DBG_CXXFLAGS OPT_CXXFLAGS CXX CXXFLAGS ac_ct_CXX MPICXX ADD_FFLAGS DBG_FFLAGS OPT_FFLAGS F77 FFLAGS ac_ct_F77 MPIF77 EGREP 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 CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_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 LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CPP CXXCPP LIBTOOL ac_c_preproc_warn_flag ac_cxx_preproc_warn_flag RPATH_FLAGS LT_LDFLAGS COIN_SKIP_PROJECTS subdirsLIBEXT VPATH_DISTCLEANFILES LIBOBJS LTLIBOBJS'481 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 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 MPICC CXXDEFS ADD_CXXFLAGS DBG_CXXFLAGS OPT_CXXFLAGS CXX CXXFLAGS ac_ct_CXX MPICXX ADD_FFLAGS DBG_FFLAGS OPT_FFLAGS F77 FFLAGS ac_ct_F77 MPIF77 EGREP 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 CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_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 LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CPP CXXCPP LIBTOOL ac_c_preproc_warn_flag ac_cxx_preproc_warn_flag RPATH_FLAGS LT_LDFLAGS subdirs COIN_SKIP_PROJECTS LIBEXT VPATH_DISTCLEANFILES LIBOBJS LTLIBOBJS' 481 482 ac_subst_files='' 482 483 … … 2647 2648 coin_add_cflags="-pipe" 2648 2649 coin_dbg_cflags="-g" 2649 coin_warn_cflags="-pedantic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall" 2650 coin_warn_cflags="-Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas" 2651 case $build in 2652 *-darwin*) 2653 ;; 2654 *) 2655 coin_warn_cflags="-pedantic-errors $coin_warn_cflags" 2656 ;; 2657 esac 2650 2658 case $enable_doscompile in 2651 2659 mingw) … … 2720 2728 case "$CC" in 2721 2729 icc* | */icc*) 2722 coin_opt_cflags="-O3 -ip "2730 coin_opt_cflags="-O3 -ip -mp1" 2723 2731 coin_add_cflags="" 2724 2732 coin_dbg_cflags="-g" … … 3077 3085 fi ;; 3078 3086 *-*-solaris*) 3079 comps="CC xlC aCC g++ c++ pgCC icpc gpp cxx cc++ cl FCC KCC RCC" ;;3087 comps="CC xlC_r aCC g++ c++ pgCC icpc gpp cxx cc++ cl FCC KCC RCC" ;; 3080 3088 *-darwin*) comps="g++ c++ CC" ;; 3081 *) comps="xlC aCC CC g++ c++ pgCC icpc gpp cxx cc++ cl FCC KCC RCC" ;;3089 *) comps="xlC_r aCC CC g++ c++ pgCC icpc gpp cxx cc++ cl FCC KCC RCC" ;; 3082 3090 esac 3083 3091 … … 3441 3449 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 3442 3450 3443 if test -z "$CXX" ; then 3444 { { echo "$as_me:$LINENO: error: Failed to find a C++ compiler!" >&5 3445 echo "$as_me: error: Failed to find a C++ compiler!" >&2;} 3451 3452 #AC_PROG_CXX sets CXX to g++ if it cannot find a working C++ compiler 3453 #thus, we test here whether $CXX is actually working 3454 ac_ext=cc 3455 ac_cpp='$CXXCPP $CPPFLAGS' 3456 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 3457 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 3458 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 3459 3460 echo "$as_me:$LINENO: checking whether C++ compiler $CXX works" >&5 3461 echo $ECHO_N "checking whether C++ compiler $CXX works... $ECHO_C" >&6; 3462 cat >conftest.$ac_ext <<_ACEOF 3463 /* confdefs.h. */ 3464 _ACEOF 3465 cat confdefs.h >>conftest.$ac_ext 3466 cat >>conftest.$ac_ext <<_ACEOF 3467 /* end confdefs.h. */ 3468 3469 int 3470 main () 3471 { 3472 int i=0; 3473 ; 3474 return 0; 3475 } 3476 _ACEOF 3477 rm -f conftest.$ac_objext 3478 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 3479 (eval $ac_compile) 2>conftest.er1 3480 ac_status=$? 3481 grep -v '^ *+' conftest.er1 >conftest.err 3482 rm -f conftest.er1 3483 cat conftest.err >&5 3484 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3485 (exit $ac_status); } && 3486 { ac_try='test -z "$ac_cxx_werror_flag" 3487 || test ! -s conftest.err' 3488 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3489 (eval $ac_try) 2>&5 3490 ac_status=$? 3491 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3492 (exit $ac_status); }; } && 3493 { ac_try='test -s conftest.$ac_objext' 3494 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3495 (eval $ac_try) 2>&5 3496 ac_status=$? 3497 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3498 (exit $ac_status); }; }; then 3499 echo "$as_me:$LINENO: result: yes" >&5 3500 echo "${ECHO_T}yes" >&6 3501 else 3502 echo "$as_me: failed program was:" >&5 3503 sed 's/^/| /' conftest.$ac_ext >&5 3504 3505 echo "$as_me:$LINENO: result: no" >&5 3506 echo "${ECHO_T}no" >&6 3507 { { echo "$as_me:$LINENO: error: failed to find a C++ compiler or C++ compiler $CXX does not work" >&5 3508 echo "$as_me: error: failed to find a C++ compiler or C++ compiler $CXX does not work" >&2;} 3446 3509 { (exit 1); exit 1; }; } 3447 fi 3510 3511 fi 3512 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 3513 ac_ext=cc 3514 ac_cpp='$CXXCPP $CPPFLAGS' 3515 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 3516 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 3517 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 3518 3448 3519 3449 3520 # It seems that we need to cleanup something here for the Windows … … 3491 3562 coin_add_cxxflags="-pipe" 3492 3563 coin_dbg_cxxflags="-g" 3493 coin_warn_cxxflags="-pedantic-errors -Wimplicit -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion" 3494 case $enable_doscompile in 3495 mingw) 3496 CXXFLAGS="-mno-cygwin" 3497 cat >conftest.$ac_ext <<_ACEOF 3564 coin_warn_cxxflags="-Wimplicit -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas" 3565 case $build in 3566 *-darwin*) 3567 ;; 3568 *) 3569 coin_warn_cxxflags="-pedantic-errors $coin_warn_cxxflags" 3570 ;; 3571 esac 3572 3573 case $enable_doscompile in 3574 mingw) 3575 CXXFLAGS="-mno-cygwin" 3576 cat >conftest.$ac_ext <<_ACEOF 3498 3577 /* confdefs.h. */ 3499 3578 _ACEOF … … 3540 3619 rm -f conftest.err conftest.$ac_objext \ 3541 3620 conftest$ac_exeext conftest.$ac_ext 3542 3543 3544 3621 CXXFLAGS= 3622 ;; 3623 esac 3545 3624 esac 3546 3625 fi … … 3569 3648 case "$CXX" in 3570 3649 icpc* | */icpc*) 3571 coin_opt_cxxflags="-O3 -ip "3650 coin_opt_cxxflags="-O3 -ip -mp1" 3572 3651 coin_add_cxxflags="" 3573 3652 coin_dbg_cxxflags="-g" … … 3632 3711 xlC* | */xlC* | mpxlC* | */mpxlC*) 3633 3712 coin_opt_cxxflags="-O -qarch=auto -qcache=auto -qtune=auto -qmaxmem=-1" 3634 coin_add_cxxflags="-bmaxdata:0x80000000 -qrtti=dyna -qsuppress=1500-036 -qsuppress=1500-029 "3713 coin_add_cxxflags="-bmaxdata:0x80000000 -qrtti=dyna -qsuppress=1500-036 -qsuppress=1500-029 -qsourcetype=c++" 3635 3714 coin_dbg_cxxflags="-g" 3636 3715 ;; … … 3911 3990 fi ;; 3912 3991 *-*-solaris*) 3913 coin_f77_comps="f95 f90 f77 xlf fort77 gfortran g77 pgf90 pgf77 ifort ifc frt af77" ;;3914 *) coin_f77_comps="xlf fort77 gfortran f77 g77 pgf90 pgf77 ifort ifc frt af77" ;;3992 coin_f77_comps="f95 f90 f77 xlf_r fort77 gfortran g77 pgf90 pgf77 ifort ifc frt af77" ;; 3993 *) coin_f77_comps="xlf_r fort77 gfortran f77 g77 pgf90 pgf77 ifort ifc frt af77" ;; 3915 3994 esac 3916 3995 … … 4083 4162 4084 4163 # Provide some information about the compiler. 4085 echo "$as_me:4 085:" \4164 echo "$as_me:4164:" \ 4086 4165 "checking for Fortran 77 compiler version" >&5 4087 4166 ac_compiler=`set X $ac_compile; echo $2` … … 4298 4377 case $F77 in 4299 4378 ifort* | */ifort* | IFORT* | */IFORT* ) 4300 coin_opt_fflags='- O3'4301 coin_add_fflags='-fpp -nologo -MT'4302 coin_dbg_fflags='- debug'4379 coin_opt_fflags='-MT -O3' 4380 coin_add_fflags='-fpp -nologo' 4381 coin_dbg_fflags='-MTd -debug' 4303 4382 ;; 4304 4383 compile_f2c*) … … 6342 6421 *-*-irix6*) 6343 6422 # Find out which ABI we are using. 6344 echo '#line 6 344"configure"' > conftest.$ac_ext6423 echo '#line 6423 "configure"' > conftest.$ac_ext 6345 6424 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6346 6425 (eval $ac_compile) 2>&5 … … 8306 8385 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8307 8386 -e 's:$: $lt_compiler_flag:'` 8308 (eval echo "\"\$as_me:83 08: $lt_compile\"" >&5)8387 (eval echo "\"\$as_me:8387: $lt_compile\"" >&5) 8309 8388 (eval "$lt_compile" 2>conftest.err) 8310 8389 ac_status=$? 8311 8390 cat conftest.err >&5 8312 echo "$as_me:83 12: \$? = $ac_status" >&58391 echo "$as_me:8391: \$? = $ac_status" >&5 8313 8392 if (exit $ac_status) && test -s "$ac_outfile"; then 8314 8393 # The compiler can only warn and ignore the option if not recognized … … 8574 8653 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8575 8654 -e 's:$: $lt_compiler_flag:'` 8576 (eval echo "\"\$as_me:8 576: $lt_compile\"" >&5)8655 (eval echo "\"\$as_me:8655: $lt_compile\"" >&5) 8577 8656 (eval "$lt_compile" 2>conftest.err) 8578 8657 ac_status=$? 8579 8658 cat conftest.err >&5 8580 echo "$as_me:8 580: \$? = $ac_status" >&58659 echo "$as_me:8659: \$? = $ac_status" >&5 8581 8660 if (exit $ac_status) && test -s "$ac_outfile"; then 8582 8661 # The compiler can only warn and ignore the option if not recognized … … 8678 8757 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8679 8758 -e 's:$: $lt_compiler_flag:'` 8680 (eval echo "\"\$as_me:8 680: $lt_compile\"" >&5)8759 (eval echo "\"\$as_me:8759: $lt_compile\"" >&5) 8681 8760 (eval "$lt_compile" 2>out/conftest.err) 8682 8761 ac_status=$? 8683 8762 cat out/conftest.err >&5 8684 echo "$as_me:8 684: \$? = $ac_status" >&58763 echo "$as_me:8763: \$? = $ac_status" >&5 8685 8764 if (exit $ac_status) && test -s out/conftest2.$ac_objext 8686 8765 then … … 11023 11102 lt_status=$lt_dlunknown 11024 11103 cat > conftest.$ac_ext <<EOF 11025 #line 11 025"configure"11104 #line 11104 "configure" 11026 11105 #include "confdefs.h" 11027 11106 … … 11123 11202 lt_status=$lt_dlunknown 11124 11203 cat > conftest.$ac_ext <<EOF 11125 #line 11 125"configure"11204 #line 11204 "configure" 11126 11205 #include "confdefs.h" 11127 11206 … … 13467 13546 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 13468 13547 -e 's:$: $lt_compiler_flag:'` 13469 (eval echo "\"\$as_me:13 469: $lt_compile\"" >&5)13548 (eval echo "\"\$as_me:13548: $lt_compile\"" >&5) 13470 13549 (eval "$lt_compile" 2>conftest.err) 13471 13550 ac_status=$? 13472 13551 cat conftest.err >&5 13473 echo "$as_me:13 473: \$? = $ac_status" >&513552 echo "$as_me:13552: \$? = $ac_status" >&5 13474 13553 if (exit $ac_status) && test -s "$ac_outfile"; then 13475 13554 # The compiler can only warn and ignore the option if not recognized … … 13571 13650 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 13572 13651 -e 's:$: $lt_compiler_flag:'` 13573 (eval echo "\"\$as_me:13 573: $lt_compile\"" >&5)13652 (eval echo "\"\$as_me:13652: $lt_compile\"" >&5) 13574 13653 (eval "$lt_compile" 2>out/conftest.err) 13575 13654 ac_status=$? 13576 13655 cat out/conftest.err >&5 13577 echo "$as_me:13 577: \$? = $ac_status" >&513656 echo "$as_me:13656: \$? = $ac_status" >&5 13578 13657 if (exit $ac_status) && test -s out/conftest2.$ac_objext 13579 13658 then … … 15141 15220 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 15142 15221 -e 's:$: $lt_compiler_flag:'` 15143 (eval echo "\"\$as_me:15 143: $lt_compile\"" >&5)15222 (eval echo "\"\$as_me:15222: $lt_compile\"" >&5) 15144 15223 (eval "$lt_compile" 2>conftest.err) 15145 15224 ac_status=$? 15146 15225 cat conftest.err >&5 15147 echo "$as_me:15 147: \$? = $ac_status" >&515226 echo "$as_me:15226: \$? = $ac_status" >&5 15148 15227 if (exit $ac_status) && test -s "$ac_outfile"; then 15149 15228 # The compiler can only warn and ignore the option if not recognized … … 15245 15324 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 15246 15325 -e 's:$: $lt_compiler_flag:'` 15247 (eval echo "\"\$as_me:15 247: $lt_compile\"" >&5)15326 (eval echo "\"\$as_me:15326: $lt_compile\"" >&5) 15248 15327 (eval "$lt_compile" 2>out/conftest.err) 15249 15328 ac_status=$? 15250 15329 cat out/conftest.err >&5 15251 echo "$as_me:15 251: \$? = $ac_status" >&515330 echo "$as_me:15330: \$? = $ac_status" >&5 15252 15331 if (exit $ac_status) && test -s out/conftest2.$ac_objext 15253 15332 then … … 17452 17531 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17453 17532 -e 's:$: $lt_compiler_flag:'` 17454 (eval echo "\"\$as_me:17 454: $lt_compile\"" >&5)17533 (eval echo "\"\$as_me:17533: $lt_compile\"" >&5) 17455 17534 (eval "$lt_compile" 2>conftest.err) 17456 17535 ac_status=$? 17457 17536 cat conftest.err >&5 17458 echo "$as_me:17 458: \$? = $ac_status" >&517537 echo "$as_me:17537: \$? = $ac_status" >&5 17459 17538 if (exit $ac_status) && test -s "$ac_outfile"; then 17460 17539 # The compiler can only warn and ignore the option if not recognized … … 17720 17799 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17721 17800 -e 's:$: $lt_compiler_flag:'` 17722 (eval echo "\"\$as_me:17 722: $lt_compile\"" >&5)17801 (eval echo "\"\$as_me:17801: $lt_compile\"" >&5) 17723 17802 (eval "$lt_compile" 2>conftest.err) 17724 17803 ac_status=$? 17725 17804 cat conftest.err >&5 17726 echo "$as_me:17 726: \$? = $ac_status" >&517805 echo "$as_me:17805: \$? = $ac_status" >&5 17727 17806 if (exit $ac_status) && test -s "$ac_outfile"; then 17728 17807 # The compiler can only warn and ignore the option if not recognized … … 17824 17903 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17825 17904 -e 's:$: $lt_compiler_flag:'` 17826 (eval echo "\"\$as_me:17 826: $lt_compile\"" >&5)17905 (eval echo "\"\$as_me:17905: $lt_compile\"" >&5) 17827 17906 (eval "$lt_compile" 2>out/conftest.err) 17828 17907 ac_status=$? 17829 17908 cat out/conftest.err >&5 17830 echo "$as_me:17 830: \$? = $ac_status" >&517909 echo "$as_me:17909: \$? = $ac_status" >&5 17831 17910 if (exit $ac_status) && test -s out/conftest2.$ac_objext 17832 17911 then … … 20716 20795 20717 20796 ############################################################################# 20797 # Check which ThirdParty sources are available # 20798 ############################################################################# 20799 20800 echo "$as_me:$LINENO: checking whether code for third party package Blas is available" >&5 20801 echo $ECHO_N "checking whether code for third party package Blas is available... $ECHO_C" >&6 20802 coin_skip=no 20803 if test x"$COIN_SKIP_PROJECTS" != x; then 20804 for dir in $COIN_SKIP_PROJECTS; do 20805 if test $dir = ThirdParty/Blas; then 20806 coin_skip=yes 20807 fi 20808 done 20809 fi 20810 if test $coin_skip = yes; then 20811 echo "$as_me:$LINENO: result: skipping" >&5 20812 echo "${ECHO_T}skipping" >&6 20813 else 20814 coin_tmp=`echo $srcdir/ThirdParty/Blas/daxpy.f` 20815 # There is probably a more elegant way to get the first thing out here... 20816 for i in $coin_tmp; do 20817 coin_tmp2=$i 20818 #break 1 20819 done 20820 if test -r $coin_tmp2; then 20821 coin_subdirs="$coin_subdirs ThirdParty/Blas" 20822 echo "$as_me:$LINENO: result: yes" >&5 20823 echo "${ECHO_T}yes" >&6 20824 20825 20826 subdirs="$subdirs ThirdParty/Blas" 20827 20828 else 20829 echo "$as_me:$LINENO: result: no" >&5 20830 echo "${ECHO_T}no" >&6 20831 fi 20832 fi 20833 20834 echo "$as_me:$LINENO: checking whether code for third party package Lapack is available" >&5 20835 echo $ECHO_N "checking whether code for third party package Lapack is available... $ECHO_C" >&6 20836 coin_skip=no 20837 if test x"$COIN_SKIP_PROJECTS" != x; then 20838 for dir in $COIN_SKIP_PROJECTS; do 20839 if test $dir = ThirdParty/Lapack; then 20840 coin_skip=yes 20841 fi 20842 done 20843 fi 20844 if test $coin_skip = yes; then 20845 echo "$as_me:$LINENO: result: skipping" >&5 20846 echo "${ECHO_T}skipping" >&6 20847 else 20848 coin_tmp=`echo $srcdir/ThirdParty/Lapack/LAPACK/SRC/dlarf.f` 20849 # There is probably a more elegant way to get the first thing out here... 20850 for i in $coin_tmp; do 20851 coin_tmp2=$i 20852 #break 1 20853 done 20854 if test -r $coin_tmp2; then 20855 coin_subdirs="$coin_subdirs ThirdParty/Lapack" 20856 echo "$as_me:$LINENO: result: yes" >&5 20857 echo "${ECHO_T}yes" >&6 20858 20859 20860 subdirs="$subdirs ThirdParty/Lapack" 20861 20862 else 20863 echo "$as_me:$LINENO: result: no" >&5 20864 echo "${ECHO_T}no" >&6 20865 fi 20866 fi 20867 20868 20869 ############################################################################# 20718 20870 # Check which subprojects are there # 20719 20871 ############################################################################# … … 20741 20893 20742 20894 subdirs="$subdirs CoinUtils" 20743 20744 else20745 echo "$as_me:$LINENO: result: no" >&520746 echo "${ECHO_T}no" >&620747 fi20748 20749 20750 20751 20752 20753 20754 20755 20756 20757 20758 20759 20760 20761 echo "$as_me:$LINENO: checking whether directory Data/Netlib is available" >&520762 echo $ECHO_N "checking whether directory Data/Netlib is available... $ECHO_C" >&620763 coin_skip=no20764 if test x"$COIN_SKIP_PROJECTS" != x; then20765 for dir in $COIN_SKIP_PROJECTS; do20766 if test $dir = Data/Netlib; then20767 coin_skip=yes20768 fi20769 done20770 fi20771 if test $coin_skip = yes; then20772 echo "$as_me:$LINENO: result: skipping" >&520773 echo "${ECHO_T}skipping" >&620774 elif test -r $srcdir/Data/Netlib/configure; then20775 coin_subdirs="$coin_subdirs Data/Netlib"20776 echo "$as_me:$LINENO: result: yes" >&520777 echo "${ECHO_T}yes" >&620778 20779 20780 subdirs="$subdirs Data/Netlib"20781 20895 20782 20896 else … … 21720 21834 s,@RPATH_FLAGS@,$RPATH_FLAGS,;t t 21721 21835 s,@LT_LDFLAGS@,$LT_LDFLAGS,;t t 21836 s,@subdirs@,$subdirs,;t t 21722 21837 s,@COIN_SKIP_PROJECTS@,$COIN_SKIP_PROJECTS,;t t 21723 s,@subdirs@,$subdirs,;t t21724 21838 s,@LIBEXT@,$LIBEXT,;t t 21725 21839 s,@VPATH_DISTCLEANFILES@,$VPATH_DISTCLEANFILES,;t t -
trunk/configure.ac
r1220 r1411 40 40 41 41 ############################################################################# 42 # Check which ThirdParty sources are available # 43 ############################################################################# 44 45 AC_COIN_THIRDPARTY_SUBDIRS([Blas],[ThirdParty/Blas],[daxpy.f]) 46 AC_COIN_THIRDPARTY_SUBDIRS([Lapack],[ThirdParty/Lapack],[LAPACK/SRC/dlarf.f]) 47 48 ############################################################################# 42 49 # Check which subprojects are there # 43 50 ############################################################################# 44 51 45 52 AC_COIN_MAIN_SUBDIRS(CoinUtils) 46 AC_COIN_MAIN_SUBDIRS(Data/Netlib)47 53 AC_COIN_MAIN_SUBDIRS(Data/Sample) 48 54 AC_COIN_MAIN_SUBDIRS(Clp)
Note: See TracChangeset
for help on using the changeset viewer.