Changeset 2530
- Timestamp:
- Feb 5, 2012 5:19:36 PM (9 years ago)
- Location:
- ThirdParty/SCIP/stable/1.1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/SCIP/stable/1.1/configure
r2474 r2530 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.59 for ThirdPartyScip 1.1. 3 # Generated by GNU Autoconf 2.59 for ThirdPartyScip 1.1.0. 4 4 # 5 5 # Report bugs to <http://projects.coin-or.org/BuildTools/newticket>. … … 430 430 PACKAGE_NAME='ThirdPartyScip' 431 431 PACKAGE_TARNAME='thirdpartyscip' 432 PACKAGE_VERSION='1.1 '433 PACKAGE_STRING='ThirdPartyScip 1.1 '432 PACKAGE_VERSION='1.1.0' 433 PACKAGE_STRING='ThirdPartyScip 1.1.0' 434 434 PACKAGE_BUGREPORT='http://projects.coin-or.org/BuildTools/newticket' 435 435 … … 1006 1006 # This message is too long to be a string in the A/UX 3.1 sh. 1007 1007 cat <<_ACEOF 1008 \`configure' configures ThirdPartyScip 1.1 to adapt to many kinds of systems.1008 \`configure' configures ThirdPartyScip 1.1.0 to adapt to many kinds of systems. 1009 1009 1010 1010 Usage: $0 [OPTION]... [VAR=VALUE]... … … 1072 1072 if test -n "$ac_init_help"; then 1073 1073 case $ac_init_help in 1074 short | recursive ) echo "Configuration of ThirdPartyScip 1.1 :";;1074 short | recursive ) echo "Configuration of ThirdPartyScip 1.1.0:";; 1075 1075 esac 1076 1076 cat <<\_ACEOF … … 1281 1281 if $ac_init_version; then 1282 1282 cat <<\_ACEOF 1283 ThirdPartyScip configure 1.1 1283 ThirdPartyScip configure 1.1.0 1284 1284 generated by GNU Autoconf 2.59 1285 1285 … … 1301 1301 running configure, to aid debugging if configure makes a mistake. 1302 1302 1303 It was created by ThirdPartyScip $as_me 1.1 , which was1303 It was created by ThirdPartyScip $as_me 1.1.0, which was 1304 1304 generated by GNU Autoconf 2.59. Invocation command line was 1305 1305 … … 1760 1760 1761 1761 # Capture libtool library version, if given. 1762 coin_libversion=2:0:1 1762 1763 1763 1764 … … 1982 1983 if test x"$CXX" != x; then 1983 1984 case "$CXX" in 1985 clang* ) ;; 1984 1986 cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) 1985 1987 if test x"$CC" = x; then … … 2801 2803 # Autoconf incorrectly concludes that cl recognises -g. It doesn't. 2802 2804 case "$CC" in 2805 clang* ) ;; 2803 2806 cl* | */cl* | CL* | */CL* ) 2804 2807 if test "$ac_cv_prog_cc_g" = yes ; then … … 2813 2816 coin_cc_is_cl=false 2814 2817 case "$CC" in 2818 clang* ) ;; 2815 2819 cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) 2816 2820 coin_cc_is_cl=true … … 2916 2920 *-cygwin* | *-mingw*) 2917 2921 case "$CC" in 2922 clang* ) ;; 2918 2923 cl* | */cl* | CL* | */CL*) 2919 2924 coin_opt_cflags='-MT -O2' … … 3237 3242 # Correct the LD variable if we are using the MS or Intel-windows compiler 3238 3243 case "$CC" in 3244 clang* ) ;; 3239 3245 cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) 3240 3246 case $build in … … 3730 3736 # It seems that we need to cleanup something here for the Windows 3731 3737 case "$CXX" in 3738 clang* ) ;; 3732 3739 cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) 3733 3740 sed -e 's/^void exit (int);//' confdefs.h >> confdefs.hh … … 3751 3758 # Autoconf incorrectly concludes that cl recognises -g. It doesn't. 3752 3759 case "$CXX" in 3760 clang* ) ;; 3753 3761 cl* | */cl* | CL* | */CL* ) 3754 3762 if test "$ac_cv_prog_cxx_g" = yes ; then … … 3854 3862 *-cygwin* | *-mingw*) 3855 3863 case "$CXX" in 3864 clang* ) ;; 3856 3865 cl* | */cl* | CL* | */CL*) 3857 3866 # The MT and MTd options are mutually exclusive … … 4183 4192 # correct the LD variable in a mingw build with MS or intel compiler 4184 4193 case "$CXX" in 4194 clang* ) ;; 4185 4195 cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) 4186 4196 case $build in … … 4662 4672 # Define the identity of the package. 4663 4673 PACKAGE='thirdpartyscip' 4664 VERSION='1.1 '4674 VERSION='1.1.0' 4665 4675 4666 4676 … … 5958 5968 *-*-irix6*) 5959 5969 # Find out which ABI we are using. 5960 echo '#line 59 60 "configure"' > conftest.$ac_ext5970 echo '#line 5970 "configure"' > conftest.$ac_ext 5961 5971 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5962 5972 (eval $ac_compile) 2>&5 … … 7092 7102 7093 7103 # Provide some information about the compiler. 7094 echo "$as_me:7 094:" \7104 echo "$as_me:7104:" \ 7095 7105 "checking for Fortran 77 compiler version" >&5 7096 7106 ac_compiler=`set X $ac_compile; echo $2` … … 8159 8169 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8160 8170 -e 's:$: $lt_compiler_flag:'` 8161 (eval echo "\"\$as_me:81 61: $lt_compile\"" >&5)8171 (eval echo "\"\$as_me:8171: $lt_compile\"" >&5) 8162 8172 (eval "$lt_compile" 2>conftest.err) 8163 8173 ac_status=$? 8164 8174 cat conftest.err >&5 8165 echo "$as_me:81 65: \$? = $ac_status" >&58175 echo "$as_me:8175: \$? = $ac_status" >&5 8166 8176 if (exit $ac_status) && test -s "$ac_outfile"; then 8167 8177 # The compiler can only warn and ignore the option if not recognized … … 8427 8437 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8428 8438 -e 's:$: $lt_compiler_flag:'` 8429 (eval echo "\"\$as_me:84 29: $lt_compile\"" >&5)8439 (eval echo "\"\$as_me:8439: $lt_compile\"" >&5) 8430 8440 (eval "$lt_compile" 2>conftest.err) 8431 8441 ac_status=$? 8432 8442 cat conftest.err >&5 8433 echo "$as_me:84 33: \$? = $ac_status" >&58443 echo "$as_me:8443: \$? = $ac_status" >&5 8434 8444 if (exit $ac_status) && test -s "$ac_outfile"; then 8435 8445 # The compiler can only warn and ignore the option if not recognized … … 8531 8541 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8532 8542 -e 's:$: $lt_compiler_flag:'` 8533 (eval echo "\"\$as_me:85 33: $lt_compile\"" >&5)8543 (eval echo "\"\$as_me:8543: $lt_compile\"" >&5) 8534 8544 (eval "$lt_compile" 2>out/conftest.err) 8535 8545 ac_status=$? 8536 8546 cat out/conftest.err >&5 8537 echo "$as_me:85 37: \$? = $ac_status" >&58547 echo "$as_me:8547: \$? = $ac_status" >&5 8538 8548 if (exit $ac_status) && test -s out/conftest2.$ac_objext 8539 8549 then … … 10876 10886 lt_status=$lt_dlunknown 10877 10887 cat > conftest.$ac_ext <<EOF 10878 #line 108 78 "configure"10888 #line 10888 "configure" 10879 10889 #include "confdefs.h" 10880 10890 … … 10976 10986 lt_status=$lt_dlunknown 10977 10987 cat > conftest.$ac_ext <<EOF 10978 #line 109 78 "configure"10988 #line 10988 "configure" 10979 10989 #include "confdefs.h" 10980 10990 … … 13320 13330 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 13321 13331 -e 's:$: $lt_compiler_flag:'` 13322 (eval echo "\"\$as_me:133 22: $lt_compile\"" >&5)13332 (eval echo "\"\$as_me:13332: $lt_compile\"" >&5) 13323 13333 (eval "$lt_compile" 2>conftest.err) 13324 13334 ac_status=$? 13325 13335 cat conftest.err >&5 13326 echo "$as_me:133 26: \$? = $ac_status" >&513336 echo "$as_me:13336: \$? = $ac_status" >&5 13327 13337 if (exit $ac_status) && test -s "$ac_outfile"; then 13328 13338 # The compiler can only warn and ignore the option if not recognized … … 13424 13434 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 13425 13435 -e 's:$: $lt_compiler_flag:'` 13426 (eval echo "\"\$as_me:134 26: $lt_compile\"" >&5)13436 (eval echo "\"\$as_me:13436: $lt_compile\"" >&5) 13427 13437 (eval "$lt_compile" 2>out/conftest.err) 13428 13438 ac_status=$? 13429 13439 cat out/conftest.err >&5 13430 echo "$as_me:134 30: \$? = $ac_status" >&513440 echo "$as_me:13440: \$? = $ac_status" >&5 13431 13441 if (exit $ac_status) && test -s out/conftest2.$ac_objext 13432 13442 then … … 14994 15004 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 14995 15005 -e 's:$: $lt_compiler_flag:'` 14996 (eval echo "\"\$as_me:1 4996: $lt_compile\"" >&5)15006 (eval echo "\"\$as_me:15006: $lt_compile\"" >&5) 14997 15007 (eval "$lt_compile" 2>conftest.err) 14998 15008 ac_status=$? 14999 15009 cat conftest.err >&5 15000 echo "$as_me:150 00: \$? = $ac_status" >&515010 echo "$as_me:15010: \$? = $ac_status" >&5 15001 15011 if (exit $ac_status) && test -s "$ac_outfile"; then 15002 15012 # The compiler can only warn and ignore the option if not recognized … … 15098 15108 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 15099 15109 -e 's:$: $lt_compiler_flag:'` 15100 (eval echo "\"\$as_me:151 00: $lt_compile\"" >&5)15110 (eval echo "\"\$as_me:15110: $lt_compile\"" >&5) 15101 15111 (eval "$lt_compile" 2>out/conftest.err) 15102 15112 ac_status=$? 15103 15113 cat out/conftest.err >&5 15104 echo "$as_me:151 04: \$? = $ac_status" >&515114 echo "$as_me:15114: \$? = $ac_status" >&5 15105 15115 if (exit $ac_status) && test -s out/conftest2.$ac_objext 15106 15116 then … … 17305 17315 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17306 17316 -e 's:$: $lt_compiler_flag:'` 17307 (eval echo "\"\$as_me:173 07: $lt_compile\"" >&5)17317 (eval echo "\"\$as_me:17317: $lt_compile\"" >&5) 17308 17318 (eval "$lt_compile" 2>conftest.err) 17309 17319 ac_status=$? 17310 17320 cat conftest.err >&5 17311 echo "$as_me:173 11: \$? = $ac_status" >&517321 echo "$as_me:17321: \$? = $ac_status" >&5 17312 17322 if (exit $ac_status) && test -s "$ac_outfile"; then 17313 17323 # The compiler can only warn and ignore the option if not recognized … … 17573 17583 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17574 17584 -e 's:$: $lt_compiler_flag:'` 17575 (eval echo "\"\$as_me:175 75: $lt_compile\"" >&5)17585 (eval echo "\"\$as_me:17585: $lt_compile\"" >&5) 17576 17586 (eval "$lt_compile" 2>conftest.err) 17577 17587 ac_status=$? 17578 17588 cat conftest.err >&5 17579 echo "$as_me:175 79: \$? = $ac_status" >&517589 echo "$as_me:17589: \$? = $ac_status" >&5 17580 17590 if (exit $ac_status) && test -s "$ac_outfile"; then 17581 17591 # The compiler can only warn and ignore the option if not recognized … … 17677 17687 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17678 17688 -e 's:$: $lt_compiler_flag:'` 17679 (eval echo "\"\$as_me:176 79: $lt_compile\"" >&5)17689 (eval echo "\"\$as_me:17689: $lt_compile\"" >&5) 17680 17690 (eval "$lt_compile" 2>out/conftest.err) 17681 17691 ac_status=$? 17682 17692 cat out/conftest.err >&5 17683 echo "$as_me:176 83: \$? = $ac_status" >&517693 echo "$as_me:17693: \$? = $ac_status" >&5 17684 17694 if (exit $ac_status) && test -s out/conftest2.$ac_objext 17685 17695 then … … 20417 20427 *-cygwin* | *-mingw*) 20418 20428 case "$CXX" in 20429 clang* ) 20430 # we assume that libtool patches for CLANG are the same as for GNU compiler - correct??? 20431 { echo "$as_me:$LINENO: Applying patches to libtool for CLANG compiler" >&5 20432 echo "$as_me: Applying patches to libtool for CLANG compiler" >&6;} 20433 sed -e 's|fix_srcfile_path=\"`cygpath -w \"\$srcfile\"`\"|fix_srcfile_path=\"\\\`'"$CYGPATH_W"' \\\"\\$srcfile\\\"\\\`\"|' \ 20434 -e 's|"lib /OUT:\\$oldlib\\$oldobjs\\$old_deplibs"|"\\$AR \\$AR_FLAGS \\$oldlib\\$oldobjs\\$old_deplibs~\\$RANLIB \\$oldlib"|' \ 20435 -e 's|libext="lib"|libext="a"|' \ 20436 libtool > conftest.bla 20437 ;; 20419 20438 cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) 20420 20439 { echo "$as_me:$LINENO: Applying patches to libtool for cl compiler" >&5 … … 20432 20451 -e 's%old_archive_cmds="lib -OUT:\\$oldlib\\$oldobjs\\$old_deplibs"%old_archive_cmds="if test -r \\$oldlib; then bla=\\"\\$oldlib\\"; else bla=; fi; lib -OUT:\\$oldlib \\\\\\$bla\\$oldobjs\\$old_deplibs"%' \ 20433 20452 libtool > conftest.bla 20434 20435 mv conftest.bla libtool20436 chmod 755 libtool20437 20453 ;; 20438 20454 *) … … 20443 20459 -e 's|libext="lib"|libext="a"|' \ 20444 20460 libtool > conftest.bla 20445 20446 mv conftest.bla libtool20447 chmod 755 libtool20448 20461 ;; 20449 20462 esac 20463 mv conftest.bla libtool 20464 chmod 755 libtool 20465 20450 20466 ;; 20451 20467 *-darwin*) … … 25491 25507 fi 25492 25508 case "$CC" in 25509 clang* ) ;; 25493 25510 cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) 25494 25511 coin_link_input_cmd=cp ;; … … 25504 25521 25505 25522 case "$CC" in 25523 clang* ) 25524 LIBEXT=a ;; 25506 25525 cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) 25507 25526 LIBEXT=lib ;; … … 26128 26147 cat >&5 <<_CSEOF 26129 26148 26130 This file was extended by ThirdPartyScip $as_me 1.1 , which was26149 This file was extended by ThirdPartyScip $as_me 1.1.0, which was 26131 26150 generated by GNU Autoconf 2.59. Invocation command line was 26132 26151 … … 26191 26210 cat >>$CONFIG_STATUS <<_ACEOF 26192 26211 ac_cs_version="\\ 26193 ThirdPartyScip config.status 1.1 26212 ThirdPartyScip config.status 1.1.0 26194 26213 configured by $0, generated by GNU Autoconf 2.59, 26195 26214 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" -
ThirdParty/SCIP/stable/1.1/configure.ac
r2474 r2530 11 11 AC_PREREQ(2.59) 12 12 13 AC_INIT([ThirdPartyScip],[1.1 ],[http://projects.coin-or.org/BuildTools/newticket])13 AC_INIT([ThirdPartyScip],[1.1.0],[http://projects.coin-or.org/BuildTools/newticket]) 14 14 15 15 AC_COPYRIGHT([ … … 29 29 AC_PREFIX_DEFAULT([`pwd`]) 30 30 31 AC_COIN_PROJECTDIR_INIT(SCIP )31 AC_COIN_PROJECTDIR_INIT(SCIP,2:0:1) 32 32 33 33 #############################################################################
Note: See TracChangeset
for help on using the changeset viewer.