Changeset 2484
- Timestamp:
- Jan 20, 2012 4:12:26 AM (9 years ago)
- Location:
- ThirdParty/HSL/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/HSL/trunk/Makefile.am
r2469 r2484 39 39 40 40 if COIN_HAS_HSL_MC68 41 libcoinhsl_la_SOURCES += hsl_mc68/ C/hsl_mc68i_ciface.f9041 libcoinhsl_la_SOURCES += hsl_mc68/hsl_mc68i.f90 hsl_mc68/C/hsl_mc68i_ciface.f90 42 42 includecoin_HEADERS += hsl_mc68/C/hsl_mc68i.h 43 43 endif … … 67 67 # dependencies 68 68 hsl_ma86d_ciface.lo: hsl_ma86d.lo 69 hsl_ma97d_ciface.lo: hsl_ma97d.lo 69 hsl_ma97d_ciface.lo: hsl_ma97d.lo hsl_mc68i.lo 70 70 hsl_mc68i_ciface.lo: deps90.lo 71 71 -
ThirdParty/HSL/trunk/Makefile.in
r2469 r2484 58 58 @BUILD_COINHSL_TRUE@@COIN_HAS_MA57_TRUE@am__append_4 = ma57/ma57d.f 59 59 @BUILD_COINHSL_TRUE@@COIN_HAS_DEPSF90_TRUE@am__append_5 = common/deps90.f90 60 @BUILD_COINHSL_TRUE@@COIN_HAS_HSL_MC68_TRUE@am__append_6 = hsl_mc68/ C/hsl_mc68i_ciface.f9060 @BUILD_COINHSL_TRUE@@COIN_HAS_HSL_MC68_TRUE@am__append_6 = hsl_mc68/hsl_mc68i.f90 hsl_mc68/C/hsl_mc68i_ciface.f90 61 61 @BUILD_COINHSL_TRUE@@COIN_HAS_HSL_MC68_TRUE@am__append_7 = hsl_mc68/C/hsl_mc68i.h 62 62 @BUILD_COINHSL_TRUE@@COIN_HAS_HSL_MA77_TRUE@am__append_8 = hsl_ma77/hsl_ma77d.f90 … … 98 98 am__libcoinhsl_la_SOURCES_DIST = common/deps.f mc19/mc19d.f \ 99 99 ma27/ma27d.f ma28/ma28d.f ma57/ma57d.f common/deps90.f90 \ 100 hsl_mc68/ C/hsl_mc68i_ciface.f90 hsl_ma77/hsl_ma77d.f90 \101 hsl_ma 86/hsl_ma86d.f90 hsl_ma86/C/hsl_ma86d_ciface.f90 \102 hsl_ma 97/hsl_ma97d.f90 hsl_ma97/C/hsl_ma97d_ciface.f90 \103 metis_dummy.c100 hsl_mc68/hsl_mc68i.f90 hsl_mc68/C/hsl_mc68i_ciface.f90 \ 101 hsl_ma77/hsl_ma77d.f90 hsl_ma86/hsl_ma86d.f90 \ 102 hsl_ma86/C/hsl_ma86d_ciface.f90 hsl_ma97/hsl_ma97d.f90 \ 103 hsl_ma97/C/hsl_ma97d_ciface.f90 metis_dummy.c 104 104 @BUILD_COINHSL_TRUE@@COIN_HAS_MC19_TRUE@am__objects_1 = mc19d.lo 105 105 @BUILD_COINHSL_TRUE@@COIN_HAS_MA27_TRUE@am__objects_2 = ma27d.lo … … 107 107 @BUILD_COINHSL_TRUE@@COIN_HAS_MA57_TRUE@am__objects_4 = ma57d.lo 108 108 @BUILD_COINHSL_TRUE@@COIN_HAS_DEPSF90_TRUE@am__objects_5 = deps90.lo 109 @BUILD_COINHSL_TRUE@@COIN_HAS_HSL_MC68_TRUE@am__objects_6 = hsl_mc68i_ciface.lo 109 @BUILD_COINHSL_TRUE@@COIN_HAS_HSL_MC68_TRUE@am__objects_6 = \ 110 @BUILD_COINHSL_TRUE@@COIN_HAS_HSL_MC68_TRUE@ hsl_mc68i.lo \ 111 @BUILD_COINHSL_TRUE@@COIN_HAS_HSL_MC68_TRUE@ hsl_mc68i_ciface.lo 110 112 @BUILD_COINHSL_TRUE@@COIN_HAS_HSL_MA77_TRUE@am__objects_7 = \ 111 113 @BUILD_COINHSL_TRUE@@COIN_HAS_HSL_MA77_TRUE@ hsl_ma77d.lo … … 563 565 $(LIBTOOL) --mode=compile $(FC) $(AM_FCFLAGS) $(FCFLAGS) -c -o deps90.lo `test -f 'common/deps90.f90' || echo '$(srcdir)/'`common/deps90.f90 564 566 567 hsl_mc68i.lo: hsl_mc68/hsl_mc68i.f90 568 $(LIBTOOL) --mode=compile $(FC) $(AM_FCFLAGS) $(FCFLAGS) -c -o hsl_mc68i.lo `test -f 'hsl_mc68/hsl_mc68i.f90' || echo '$(srcdir)/'`hsl_mc68/hsl_mc68i.f90 569 565 570 @BUILD_COINHSL_FALSE@hsl_mc68i_ciface.lo: hsl_mc68/C/hsl_mc68i_ciface.f90 566 571 $(LIBTOOL) --mode=compile $(FC) $(AM_FCFLAGS) $(FCFLAGS) -c -o hsl_mc68i_ciface.lo `test -f 'hsl_mc68/C/hsl_mc68i_ciface.f90' || echo '$(srcdir)/'`hsl_mc68/C/hsl_mc68i_ciface.f90 … … 932 937 # dependencies 933 938 @BUILD_COINHSL_TRUE@hsl_ma86d_ciface.lo: hsl_ma86d.lo 934 @BUILD_COINHSL_TRUE@hsl_ma97d_ciface.lo: hsl_ma97d.lo 939 @BUILD_COINHSL_TRUE@hsl_ma97d_ciface.lo: hsl_ma97d.lo hsl_mc68i.lo 935 940 @BUILD_COINHSL_TRUE@hsl_mc68i_ciface.lo: deps90.lo 936 941 -
ThirdParty/HSL/trunk/configure
r2469 r2484 1966 1966 if test x"$CXX" != x; then 1967 1967 case "$CXX" in 1968 clang* ) ;; 1968 1969 cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) 1969 1970 if test x"$CC" = x; then … … 2785 2786 # Autoconf incorrectly concludes that cl recognises -g. It doesn't. 2786 2787 case "$CC" in 2788 clang* ) ;; 2787 2789 cl* | */cl* | CL* | */CL* ) 2788 2790 if test "$ac_cv_prog_cc_g" = yes ; then … … 2797 2799 coin_cc_is_cl=false 2798 2800 case "$CC" in 2801 clang* ) ;; 2799 2802 cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) 2800 2803 coin_cc_is_cl=true … … 2900 2903 *-cygwin* | *-mingw*) 2901 2904 case "$CC" in 2905 clang* ) ;; 2902 2906 cl* | */cl* | CL* | */CL*) 2903 2907 coin_opt_cflags='-MT -O2' … … 3221 3225 # Correct the LD variable if we are using the MS or Intel-windows compiler 3222 3226 case "$CC" in 3227 clang* ) ;; 3223 3228 cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) 3224 3229 case $build in … … 3477 3482 3478 3483 # Provide some information about the compiler. 3479 echo "$as_me:34 79:" \3484 echo "$as_me:3484:" \ 3480 3485 "checking for Fortran 77 compiler version" >&5 3481 3486 ac_compiler=`set X $ac_compile; echo $2` … … 4250 4255 ac_save_FFLAGS=$FFLAGS 4251 4256 FFLAGS="$FFLAGS $ac_verb" 4252 (eval echo $as_me:425 2: \"$ac_link\") >&54257 (eval echo $as_me:4257: \"$ac_link\") >&5 4253 4258 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'` 4254 4259 echo "$ac_f77_v_output" >&5 … … 4328 4333 ac_save_FFLAGS=$FFLAGS 4329 4334 FFLAGS="$FFLAGS $ac_cv_prog_f77_v" 4330 (eval echo $as_me:433 0: \"$ac_link\") >&54335 (eval echo $as_me:4335: \"$ac_link\") >&5 4331 4336 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'` 4332 4337 echo "$ac_f77_v_output" >&5 … … 5206 5211 5207 5212 # Provide some information about the compiler. 5208 echo "$as_me:52 08:" \5213 echo "$as_me:5213:" \ 5209 5214 "checking for Fortran compiler version" >&5 5210 5215 ac_compiler=`set X $ac_compile; echo $2` … … 6978 6983 *-*-irix6*) 6979 6984 # Find out which ABI we are using. 6980 echo '#line 698 0"configure"' > conftest.$ac_ext6985 echo '#line 6985 "configure"' > conftest.$ac_ext 6981 6986 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6982 6987 (eval $ac_compile) 2>&5 … … 9455 9460 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 9456 9461 -e 's:$: $lt_compiler_flag:'` 9457 (eval echo "\"\$as_me:94 57: $lt_compile\"" >&5)9462 (eval echo "\"\$as_me:9462: $lt_compile\"" >&5) 9458 9463 (eval "$lt_compile" 2>conftest.err) 9459 9464 ac_status=$? 9460 9465 cat conftest.err >&5 9461 echo "$as_me:946 1: \$? = $ac_status" >&59466 echo "$as_me:9466: \$? = $ac_status" >&5 9462 9467 if (exit $ac_status) && test -s "$ac_outfile"; then 9463 9468 # The compiler can only warn and ignore the option if not recognized … … 9723 9728 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 9724 9729 -e 's:$: $lt_compiler_flag:'` 9725 (eval echo "\"\$as_me:97 25: $lt_compile\"" >&5)9730 (eval echo "\"\$as_me:9730: $lt_compile\"" >&5) 9726 9731 (eval "$lt_compile" 2>conftest.err) 9727 9732 ac_status=$? 9728 9733 cat conftest.err >&5 9729 echo "$as_me:97 29: \$? = $ac_status" >&59734 echo "$as_me:9734: \$? = $ac_status" >&5 9730 9735 if (exit $ac_status) && test -s "$ac_outfile"; then 9731 9736 # The compiler can only warn and ignore the option if not recognized … … 9827 9832 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 9828 9833 -e 's:$: $lt_compiler_flag:'` 9829 (eval echo "\"\$as_me:98 29: $lt_compile\"" >&5)9834 (eval echo "\"\$as_me:9834: $lt_compile\"" >&5) 9830 9835 (eval "$lt_compile" 2>out/conftest.err) 9831 9836 ac_status=$? 9832 9837 cat out/conftest.err >&5 9833 echo "$as_me:983 3: \$? = $ac_status" >&59838 echo "$as_me:9838: \$? = $ac_status" >&5 9834 9839 if (exit $ac_status) && test -s out/conftest2.$ac_objext 9835 9840 then … … 12244 12249 lt_status=$lt_dlunknown 12245 12250 cat > conftest.$ac_ext <<EOF 12246 #line 122 46"configure"12251 #line 12251 "configure" 12247 12252 #include "confdefs.h" 12248 12253 … … 12344 12349 lt_status=$lt_dlunknown 12345 12350 cat > conftest.$ac_ext <<EOF 12346 #line 123 46"configure"12351 #line 12351 "configure" 12347 12352 #include "confdefs.h" 12348 12353 … … 14704 14709 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 14705 14710 -e 's:$: $lt_compiler_flag:'` 14706 (eval echo "\"\$as_me:147 06: $lt_compile\"" >&5)14711 (eval echo "\"\$as_me:14711: $lt_compile\"" >&5) 14707 14712 (eval "$lt_compile" 2>conftest.err) 14708 14713 ac_status=$? 14709 14714 cat conftest.err >&5 14710 echo "$as_me:1471 0: \$? = $ac_status" >&514715 echo "$as_me:14715: \$? = $ac_status" >&5 14711 14716 if (exit $ac_status) && test -s "$ac_outfile"; then 14712 14717 # The compiler can only warn and ignore the option if not recognized … … 14808 14813 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 14809 14814 -e 's:$: $lt_compiler_flag:'` 14810 (eval echo "\"\$as_me:1481 0: $lt_compile\"" >&5)14815 (eval echo "\"\$as_me:14815: $lt_compile\"" >&5) 14811 14816 (eval "$lt_compile" 2>out/conftest.err) 14812 14817 ac_status=$? 14813 14818 cat out/conftest.err >&5 14814 echo "$as_me:1481 4: \$? = $ac_status" >&514819 echo "$as_me:14819: \$? = $ac_status" >&5 14815 14820 if (exit $ac_status) && test -s out/conftest2.$ac_objext 14816 14821 then … … 16378 16383 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 16379 16384 -e 's:$: $lt_compiler_flag:'` 16380 (eval echo "\"\$as_me:1638 0: $lt_compile\"" >&5)16385 (eval echo "\"\$as_me:16385: $lt_compile\"" >&5) 16381 16386 (eval "$lt_compile" 2>conftest.err) 16382 16387 ac_status=$? 16383 16388 cat conftest.err >&5 16384 echo "$as_me:1638 4: \$? = $ac_status" >&516389 echo "$as_me:16389: \$? = $ac_status" >&5 16385 16390 if (exit $ac_status) && test -s "$ac_outfile"; then 16386 16391 # The compiler can only warn and ignore the option if not recognized … … 16482 16487 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 16483 16488 -e 's:$: $lt_compiler_flag:'` 16484 (eval echo "\"\$as_me:1648 4: $lt_compile\"" >&5)16489 (eval echo "\"\$as_me:16489: $lt_compile\"" >&5) 16485 16490 (eval "$lt_compile" 2>out/conftest.err) 16486 16491 ac_status=$? 16487 16492 cat out/conftest.err >&5 16488 echo "$as_me:164 88: \$? = $ac_status" >&516493 echo "$as_me:16493: \$? = $ac_status" >&5 16489 16494 if (exit $ac_status) && test -s out/conftest2.$ac_objext 16490 16495 then … … 18689 18694 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 18690 18695 -e 's:$: $lt_compiler_flag:'` 18691 (eval echo "\"\$as_me:1869 1: $lt_compile\"" >&5)18696 (eval echo "\"\$as_me:18696: $lt_compile\"" >&5) 18692 18697 (eval "$lt_compile" 2>conftest.err) 18693 18698 ac_status=$? 18694 18699 cat conftest.err >&5 18695 echo "$as_me:18 695: \$? = $ac_status" >&518700 echo "$as_me:18700: \$? = $ac_status" >&5 18696 18701 if (exit $ac_status) && test -s "$ac_outfile"; then 18697 18702 # The compiler can only warn and ignore the option if not recognized … … 18957 18962 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 18958 18963 -e 's:$: $lt_compiler_flag:'` 18959 (eval echo "\"\$as_me:189 59: $lt_compile\"" >&5)18964 (eval echo "\"\$as_me:18964: $lt_compile\"" >&5) 18960 18965 (eval "$lt_compile" 2>conftest.err) 18961 18966 ac_status=$? 18962 18967 cat conftest.err >&5 18963 echo "$as_me:1896 3: \$? = $ac_status" >&518968 echo "$as_me:18968: \$? = $ac_status" >&5 18964 18969 if (exit $ac_status) && test -s "$ac_outfile"; then 18965 18970 # The compiler can only warn and ignore the option if not recognized … … 19061 19066 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 19062 19067 -e 's:$: $lt_compiler_flag:'` 19063 (eval echo "\"\$as_me:1906 3: $lt_compile\"" >&5)19068 (eval echo "\"\$as_me:19068: $lt_compile\"" >&5) 19064 19069 (eval "$lt_compile" 2>out/conftest.err) 19065 19070 ac_status=$? 19066 19071 cat out/conftest.err >&5 19067 echo "$as_me:190 67: \$? = $ac_status" >&519072 echo "$as_me:19072: \$? = $ac_status" >&5 19068 19073 if (exit $ac_status) && test -s out/conftest2.$ac_objext 19069 19074 then … … 21817 21822 *-cygwin* | *-mingw*) 21818 21823 case "$CXX" in 21824 clang* ) 21825 # we assume that libtool patches for CLANG are the same as for GNU compiler - correct??? 21826 { echo "$as_me:$LINENO: Applying patches to libtool for CLANG compiler" >&5 21827 echo "$as_me: Applying patches to libtool for CLANG compiler" >&6;} 21828 sed -e 's|fix_srcfile_path=\"`cygpath -w \"\$srcfile\"`\"|fix_srcfile_path=\"\\\`'"$CYGPATH_W"' \\\"\\$srcfile\\\"\\\`\"|' \ 21829 -e 's|"lib /OUT:\\$oldlib\\$oldobjs\\$old_deplibs"|"\\$AR \\$AR_FLAGS \\$oldlib\\$oldobjs\\$old_deplibs~\\$RANLIB \\$oldlib"|' \ 21830 -e 's|libext="lib"|libext="a"|' \ 21831 libtool > conftest.bla 21832 ;; 21819 21833 cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) 21820 21834 { echo "$as_me:$LINENO: Applying patches to libtool for cl compiler" >&5 … … 21832 21846 -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"%' \ 21833 21847 libtool > conftest.bla 21834 21835 mv conftest.bla libtool21836 chmod 755 libtool21837 21848 ;; 21838 21849 *) … … 21843 21854 -e 's|libext="lib"|libext="a"|' \ 21844 21855 libtool > conftest.bla 21845 21846 mv conftest.bla libtool21847 chmod 755 libtool21848 21856 ;; 21849 21857 esac 21858 mv conftest.bla libtool 21859 chmod 755 libtool 21860 21850 21861 ;; 21851 21862 *-darwin*) … … 23582 23593 fi 23583 23594 case "$CC" in 23595 clang* ) ;; 23584 23596 cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) 23585 23597 coin_save_LIBS="$LIBS" … … 26398 26410 fi 26399 26411 case "$CC" in 26412 clang* ) ;; 26400 26413 cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) 26401 26414 coin_link_input_cmd=cp ;; … … 26411 26424 26412 26425 case "$CC" in 26426 clang* ) 26427 LIBEXT=a ;; 26413 26428 cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) 26414 26429 LIBEXT=lib ;;
Note: See TracChangeset
for help on using the changeset viewer.