Changeset 2448
- Timestamp:
- Sep 20, 2011 6:00:04 AM (8 years ago)
- Location:
- ThirdParty/SCIP/stable/1.0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/SCIP/stable/1.0/configure
r2430 r2448 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.0. 3 # Generated by GNU Autoconf 2.59 for ThirdPartyScip 1.0.2. 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.0 '433 PACKAGE_STRING='ThirdPartyScip 1.0 '432 PACKAGE_VERSION='1.0.2' 433 PACKAGE_STRING='ThirdPartyScip 1.0.2' 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.0 to adapt to many kinds of systems.1008 \`configure' configures ThirdPartyScip 1.0.2 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.0 :";;1074 short | recursive ) echo "Configuration of ThirdPartyScip 1.0.2:";; 1075 1075 esac 1076 1076 cat <<\_ACEOF … … 1281 1281 if $ac_init_version; then 1282 1282 cat <<\_ACEOF 1283 ThirdPartyScip configure 1.0 1283 ThirdPartyScip configure 1.0.2 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.0 , which was1303 It was created by ThirdPartyScip $as_me 1.0.2, 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=1:2:0 1762 1763 1763 1764 … … 4558 4559 # Define the identity of the package. 4559 4560 PACKAGE='thirdpartyscip' 4560 VERSION='1.0 '4561 VERSION='1.0.2' 4561 4562 4562 4563 … … 5133 5134 # Define the identity of the package. 5134 5135 PACKAGE='thirdpartyscip' 5135 VERSION='1.0 '5136 VERSION='1.0.2' 5136 5137 5137 5138 … … 6429 6430 *-*-irix6*) 6430 6431 # Find out which ABI we are using. 6431 echo '#line 643 1"configure"' > conftest.$ac_ext6432 echo '#line 6432 "configure"' > conftest.$ac_ext 6432 6433 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6433 6434 (eval $ac_compile) 2>&5 … … 7563 7564 7564 7565 # Provide some information about the compiler. 7565 echo "$as_me:756 5:" \7566 echo "$as_me:7566:" \ 7566 7567 "checking for Fortran 77 compiler version" >&5 7567 7568 ac_compiler=`set X $ac_compile; echo $2` … … 8630 8631 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8631 8632 -e 's:$: $lt_compiler_flag:'` 8632 (eval echo "\"\$as_me:863 2: $lt_compile\"" >&5)8633 (eval echo "\"\$as_me:8633: $lt_compile\"" >&5) 8633 8634 (eval "$lt_compile" 2>conftest.err) 8634 8635 ac_status=$? 8635 8636 cat conftest.err >&5 8636 echo "$as_me:863 6: \$? = $ac_status" >&58637 echo "$as_me:8637: \$? = $ac_status" >&5 8637 8638 if (exit $ac_status) && test -s "$ac_outfile"; then 8638 8639 # The compiler can only warn and ignore the option if not recognized … … 8898 8899 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8899 8900 -e 's:$: $lt_compiler_flag:'` 8900 (eval echo "\"\$as_me:890 0: $lt_compile\"" >&5)8901 (eval echo "\"\$as_me:8901: $lt_compile\"" >&5) 8901 8902 (eval "$lt_compile" 2>conftest.err) 8902 8903 ac_status=$? 8903 8904 cat conftest.err >&5 8904 echo "$as_me:890 4: \$? = $ac_status" >&58905 echo "$as_me:8905: \$? = $ac_status" >&5 8905 8906 if (exit $ac_status) && test -s "$ac_outfile"; then 8906 8907 # The compiler can only warn and ignore the option if not recognized … … 9002 9003 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 9003 9004 -e 's:$: $lt_compiler_flag:'` 9004 (eval echo "\"\$as_me:900 4: $lt_compile\"" >&5)9005 (eval echo "\"\$as_me:9005: $lt_compile\"" >&5) 9005 9006 (eval "$lt_compile" 2>out/conftest.err) 9006 9007 ac_status=$? 9007 9008 cat out/conftest.err >&5 9008 echo "$as_me:900 8: \$? = $ac_status" >&59009 echo "$as_me:9009: \$? = $ac_status" >&5 9009 9010 if (exit $ac_status) && test -s out/conftest2.$ac_objext 9010 9011 then … … 11347 11348 lt_status=$lt_dlunknown 11348 11349 cat > conftest.$ac_ext <<EOF 11349 #line 113 49"configure"11350 #line 11350 "configure" 11350 11351 #include "confdefs.h" 11351 11352 … … 11447 11448 lt_status=$lt_dlunknown 11448 11449 cat > conftest.$ac_ext <<EOF 11449 #line 114 49"configure"11450 #line 11450 "configure" 11450 11451 #include "confdefs.h" 11451 11452 … … 13791 13792 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 13792 13793 -e 's:$: $lt_compiler_flag:'` 13793 (eval echo "\"\$as_me:1379 3: $lt_compile\"" >&5)13794 (eval echo "\"\$as_me:13794: $lt_compile\"" >&5) 13794 13795 (eval "$lt_compile" 2>conftest.err) 13795 13796 ac_status=$? 13796 13797 cat conftest.err >&5 13797 echo "$as_me:1379 7: \$? = $ac_status" >&513798 echo "$as_me:13798: \$? = $ac_status" >&5 13798 13799 if (exit $ac_status) && test -s "$ac_outfile"; then 13799 13800 # The compiler can only warn and ignore the option if not recognized … … 13895 13896 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 13896 13897 -e 's:$: $lt_compiler_flag:'` 13897 (eval echo "\"\$as_me:1389 7: $lt_compile\"" >&5)13898 (eval echo "\"\$as_me:13898: $lt_compile\"" >&5) 13898 13899 (eval "$lt_compile" 2>out/conftest.err) 13899 13900 ac_status=$? 13900 13901 cat out/conftest.err >&5 13901 echo "$as_me:1390 1: \$? = $ac_status" >&513902 echo "$as_me:13902: \$? = $ac_status" >&5 13902 13903 if (exit $ac_status) && test -s out/conftest2.$ac_objext 13903 13904 then … … 15465 15466 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 15466 15467 -e 's:$: $lt_compiler_flag:'` 15467 (eval echo "\"\$as_me:1546 7: $lt_compile\"" >&5)15468 (eval echo "\"\$as_me:15468: $lt_compile\"" >&5) 15468 15469 (eval "$lt_compile" 2>conftest.err) 15469 15470 ac_status=$? 15470 15471 cat conftest.err >&5 15471 echo "$as_me:1547 1: \$? = $ac_status" >&515472 echo "$as_me:15472: \$? = $ac_status" >&5 15472 15473 if (exit $ac_status) && test -s "$ac_outfile"; then 15473 15474 # The compiler can only warn and ignore the option if not recognized … … 15569 15570 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 15570 15571 -e 's:$: $lt_compiler_flag:'` 15571 (eval echo "\"\$as_me:1557 1: $lt_compile\"" >&5)15572 (eval echo "\"\$as_me:15572: $lt_compile\"" >&5) 15572 15573 (eval "$lt_compile" 2>out/conftest.err) 15573 15574 ac_status=$? 15574 15575 cat out/conftest.err >&5 15575 echo "$as_me:1557 5: \$? = $ac_status" >&515576 echo "$as_me:15576: \$? = $ac_status" >&5 15576 15577 if (exit $ac_status) && test -s out/conftest2.$ac_objext 15577 15578 then … … 17776 17777 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17777 17778 -e 's:$: $lt_compiler_flag:'` 17778 (eval echo "\"\$as_me:1777 8: $lt_compile\"" >&5)17779 (eval echo "\"\$as_me:17779: $lt_compile\"" >&5) 17779 17780 (eval "$lt_compile" 2>conftest.err) 17780 17781 ac_status=$? 17781 17782 cat conftest.err >&5 17782 echo "$as_me:1778 2: \$? = $ac_status" >&517783 echo "$as_me:17783: \$? = $ac_status" >&5 17783 17784 if (exit $ac_status) && test -s "$ac_outfile"; then 17784 17785 # The compiler can only warn and ignore the option if not recognized … … 18044 18045 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 18045 18046 -e 's:$: $lt_compiler_flag:'` 18046 (eval echo "\"\$as_me:1804 6: $lt_compile\"" >&5)18047 (eval echo "\"\$as_me:18047: $lt_compile\"" >&5) 18047 18048 (eval "$lt_compile" 2>conftest.err) 18048 18049 ac_status=$? 18049 18050 cat conftest.err >&5 18050 echo "$as_me:1805 0: \$? = $ac_status" >&518051 echo "$as_me:18051: \$? = $ac_status" >&5 18051 18052 if (exit $ac_status) && test -s "$ac_outfile"; then 18052 18053 # The compiler can only warn and ignore the option if not recognized … … 18148 18149 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 18149 18150 -e 's:$: $lt_compiler_flag:'` 18150 (eval echo "\"\$as_me:1815 0: $lt_compile\"" >&5)18151 (eval echo "\"\$as_me:18151: $lt_compile\"" >&5) 18151 18152 (eval "$lt_compile" 2>out/conftest.err) 18152 18153 ac_status=$? 18153 18154 cat out/conftest.err >&5 18154 echo "$as_me:1815 4: \$? = $ac_status" >&518155 echo "$as_me:18155: \$? = $ac_status" >&5 18155 18156 if (exit $ac_status) && test -s out/conftest2.$ac_objext 18156 18157 then … … 21702 21703 # construct dependencies variables from LIBS variables 21703 21704 # we add an extra space in LIBS so we can substitute out everything starting with " -" 21704 # remove everything of the form -framework xxx as used on Mac and mkl xxxas used on Windows21705 # remove everything of the form -framework xxx as used on Mac and mkl* and libiomp5* as used on Windows 21705 21706 # then remove everything of the form -xxx 21706 21707 # also remove everything of the form `xxx`yyy (may have been added for cygwin/cl) 21707 SOPLEX_DEPENDENCIES=`echo " $SOPLEX_LIBS" | sed -e 's/ mkl[^ ]*//g' -e 's/ -framework *[^ ]*//g' -e 's/ -[^ ]*//g' -e 's/\`[^\`]*\`[^ ]* //g'`21708 SOPLEX_DEPENDENCIES=`echo " $SOPLEX_LIBS" | sed -e 's/ mkl[^ ]*//g' -e 's/ libiomp5[^ ]*//g' -e 's/ -framework *[^ ]*//g' -e 's/ -[^ ]*//g' -e 's/\`[^\`]*\`[^ ]* //g'` 21708 21709 21709 21710 fi … … 22183 22184 # construct dependencies variables from LIBS variables 22184 22185 # we add an extra space in LIBS so we can substitute out everything starting with " -" 22185 # remove everything of the form -framework xxx as used on Mac and mkl xxxas used on Windows22186 # remove everything of the form -framework xxx as used on Mac and mkl* and libiomp5* as used on Windows 22186 22187 # then remove everything of the form -xxx 22187 22188 # also remove everything of the form `xxx`yyy (may have been added for cygwin/cl) 22188 CLP_DEPENDENCIES=`echo " $CLP_LIBS" | sed -e 's/ mkl[^ ]*//g' -e 's/ -framework *[^ ]*//g' -e 's/ -[^ ]*//g' -e 's/\`[^\`]*\`[^ ]* //g'`22189 CLP_DEPENDENCIES=`echo " $CLP_LIBS" | sed -e 's/ mkl[^ ]*//g' -e 's/ libiomp5[^ ]*//g' -e 's/ -framework *[^ ]*//g' -e 's/ -[^ ]*//g' -e 's/\`[^\`]*\`[^ ]* //g'` 22189 22190 22190 22191 fi … … 23804 23805 # construct dependencies variables from LIBS variables 23805 23806 # we add an extra space in LIBS so we can substitute out everything starting with " -" 23806 # remove everything of the form -framework xxx as used on Mac and mkl xxxas used on Windows23807 # remove everything of the form -framework xxx as used on Mac and mkl* and libiomp5* as used on Windows 23807 23808 # then remove everything of the form -xxx 23808 23809 # also remove everything of the form `xxx`yyy (may have been added for cygwin/cl) 23809 IPOPT_DEPENDENCIES=`echo " $IPOPT_LIBS" | sed -e 's/ mkl[^ ]*//g' -e 's/ -framework *[^ ]*//g' -e 's/ -[^ ]*//g' -e 's/\`[^\`]*\`[^ ]* //g'`23810 23811 SCIPLIB_DEPENDENCIES=`echo " $SCIPLIB_LIBS " | sed -e 's/ mkl[^ ]*//g' -e 's/ -framework *[^ ]*//g' -e 's/ -[^ ]*//g' -e 's/\`[^\`]*\`[^ ]* //g'`23810 IPOPT_DEPENDENCIES=`echo " $IPOPT_LIBS" | sed -e 's/ mkl[^ ]*//g' -e 's/ libiomp5[^ ]*//g' -e 's/ -framework *[^ ]*//g' -e 's/ -[^ ]*//g' -e 's/\`[^\`]*\`[^ ]* //g'` 23811 23812 SCIPLIB_DEPENDENCIES=`echo " $SCIPLIB_LIBS " | sed -e 's/ mkl[^ ]*//g' -e 's/ libiomp5[^ ]*//g' -e 's/ -framework *[^ ]*//g' -e 's/ -[^ ]*//g' -e 's/\`[^\`]*\`[^ ]* //g'` 23812 23813 23813 23814 fi … … 24329 24330 # construct dependencies variables from LIBS variables 24330 24331 # we add an extra space in LIBS so we can substitute out everything starting with " -" 24331 # remove everything of the form -framework xxx as used on Mac and mkl xxxas used on Windows24332 # remove everything of the form -framework xxx as used on Mac and mkl* and libiomp5* as used on Windows 24332 24333 # then remove everything of the form -xxx 24333 24334 # also remove everything of the form `xxx`yyy (may have been added for cygwin/cl) 24334 CPPAD_DEPENDENCIES=`echo " $CPPAD_LIBS" | sed -e 's/ mkl[^ ]*//g' -e 's/ -framework *[^ ]*//g' -e 's/ -[^ ]*//g' -e 's/\`[^\`]*\`[^ ]* //g'`24335 24336 SCIPLIB_DEPENDENCIES=`echo " $SCIPLIB_LIBS " | sed -e 's/ mkl[^ ]*//g' -e 's/ -framework *[^ ]*//g' -e 's/ -[^ ]*//g' -e 's/\`[^\`]*\`[^ ]* //g'`24335 CPPAD_DEPENDENCIES=`echo " $CPPAD_LIBS" | sed -e 's/ mkl[^ ]*//g' -e 's/ libiomp5[^ ]*//g' -e 's/ -framework *[^ ]*//g' -e 's/ -[^ ]*//g' -e 's/\`[^\`]*\`[^ ]* //g'` 24336 24337 SCIPLIB_DEPENDENCIES=`echo " $SCIPLIB_LIBS " | sed -e 's/ mkl[^ ]*//g' -e 's/ libiomp5[^ ]*//g' -e 's/ -framework *[^ ]*//g' -e 's/ -[^ ]*//g' -e 's/\`[^\`]*\`[^ ]* //g'` 24337 24338 24338 24339 fi … … 26611 26612 cat >&5 <<_CSEOF 26612 26613 26613 This file was extended by ThirdPartyScip $as_me 1.0 , which was26614 This file was extended by ThirdPartyScip $as_me 1.0.2, which was 26614 26615 generated by GNU Autoconf 2.59. Invocation command line was 26615 26616 … … 26674 26675 cat >>$CONFIG_STATUS <<_ACEOF 26675 26676 ac_cs_version="\\ 26676 ThirdPartyScip config.status 1.0 26677 ThirdPartyScip config.status 1.0.2 26677 26678 configured by $0, generated by GNU Autoconf 2.59, 26678 26679 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" -
ThirdParty/SCIP/stable/1.0/configure.ac
r2430 r2448 11 11 AC_PREREQ(2.59) 12 12 13 AC_INIT([ThirdPartyScip],[1.0 ],[http://projects.coin-or.org/BuildTools/newticket])13 AC_INIT([ThirdPartyScip],[1.0.2],[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,1:2:0) 32 32 33 33 #############################################################################
Note: See TracChangeset
for help on using the changeset viewer.