Changeset 1920
- Timestamp:
- Dec 19, 2010 11:25:20 AM (10 years ago)
- Location:
- ThirdParty/Blas/stable/1.1
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Blas/stable/1.1
-
Property
svn:mergeinfo
set to
/ThirdParty/Blas/trunk merged eligible
-
Property
svn:mergeinfo
set to
-
ThirdParty/Blas/stable/1.1/Makefile.in
r1741 r1920 134 134 CDEFS = @CDEFS@ 135 135 CFLAGS = @CFLAGS@ 136 COIN_CC_IS_CL_FALSE = @COIN_CC_IS_CL_FALSE@ 137 COIN_CC_IS_CL_TRUE = @COIN_CC_IS_CL_TRUE@ 136 138 COIN_HAS_PKGCONFIG_FALSE = @COIN_HAS_PKGCONFIG_FALSE@ 137 139 COIN_HAS_PKGCONFIG_TRUE = @COIN_HAS_PKGCONFIG_TRUE@ -
ThirdParty/Blas/stable/1.1/coinblas-uninstalled.pc.in
r1821 r1920 5 5 Description: Basic linear algebra package 6 6 Version: @PACKAGE_VERSION@ 7 Libs: -L${libdir} -lcoinblas@BLAS_PCLIBS@7 Libs: ${libdir}/libcoinblas.la @BLAS_PCLIBS@ 8 8 Cflags: -
ThirdParty/Blas/stable/1.1/configure
r1852 r1920 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 ADDLIBS PCADDLIBS FADDLIBS ALWAYS_FALSE_TRUE ALWAYS_FALSE_FALSE have_svnversion BLAS_SVN_REV build build_cpu build_vendor build_os C DEFS ADD_CFLAGS DBG_CFLAGS OPT_CFLAGS sol_cc_compiler CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT MPICC ADD_FFLAGS DBG_FFLAGS OPT_FFLAGS F77 FFLAGS ac_ct_F77 MPIF77 FLIBS BLAS_PCLIBS PKG_CONFIG ac_pt_PKG_CONFIG COIN_HAS_PKGCONFIG_TRUE COIN_HAS_PKGCONFIG_FALSE COIN_PKG_CONFIG_PATH COIN_PKG_CONFIG_PATH_UNINSTALLED 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 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 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 ADDLIBS PCADDLIBS FADDLIBS ALWAYS_FALSE_TRUE ALWAYS_FALSE_FALSE have_svnversion BLAS_SVN_REV build build_cpu build_vendor build_os COIN_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 OBJEXT MPICC ADD_FFLAGS DBG_FFLAGS OPT_FFLAGS F77 FFLAGS ac_ct_F77 MPIF77 FLIBS BLAS_PCLIBS PKG_CONFIG ac_pt_PKG_CONFIG COIN_HAS_PKGCONFIG_TRUE COIN_HAS_PKGCONFIG_FALSE COIN_PKG_CONFIG_PATH COIN_PKG_CONFIG_PATH_UNINSTALLED 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 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 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 … … 1938 1938 fi 1939 1939 1940 # add automake conditional so we can recognize cl compiler in makefile 1941 coin_cc_is_cl=false 1942 if test x"$CXX" != x; then 1943 case "$CXX" in 1944 cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) 1945 coin_cc_is_cl=true 1946 ;; 1947 esac 1948 fi 1949 1950 1951 if test $coin_cc_is_cl = true; then 1952 COIN_CC_IS_CL_TRUE= 1953 COIN_CC_IS_CL_FALSE='#' 1954 else 1955 COIN_CC_IS_CL_TRUE='#' 1956 COIN_CC_IS_CL_FALSE= 1957 fi 1958 1959 1940 1960 1941 1961 … … 3366 3386 3367 3387 # Provide some information about the compiler. 3368 echo "$as_me:33 68:" \3388 echo "$as_me:3388:" \ 3369 3389 "checking for Fortran 77 compiler version" >&5 3370 3390 ac_compiler=`set X $ac_compile; echo $2` … … 3934 3954 ac_save_FFLAGS=$FFLAGS 3935 3955 FFLAGS="$FFLAGS $ac_verb" 3936 (eval echo $as_me:39 36: \"$ac_link\") >&53956 (eval echo $as_me:3956: \"$ac_link\") >&5 3937 3957 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'` 3938 3958 echo "$ac_f77_v_output" >&5 … … 4012 4032 ac_save_FFLAGS=$FFLAGS 4013 4033 FFLAGS="$FFLAGS $ac_cv_prog_f77_v" 4014 (eval echo $as_me:40 14: \"$ac_link\") >&54034 (eval echo $as_me:4034: \"$ac_link\") >&5 4015 4035 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'` 4016 4036 echo "$ac_f77_v_output" >&5 … … 6591 6611 *-*-irix6*) 6592 6612 # Find out which ABI we are using. 6593 echo '#line 6 593 "configure"' > conftest.$ac_ext6613 echo '#line 6613 "configure"' > conftest.$ac_ext 6594 6614 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6595 6615 (eval $ac_compile) 2>&5 … … 9068 9088 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 9069 9089 -e 's:$: $lt_compiler_flag:'` 9070 (eval echo "\"\$as_me:90 70: $lt_compile\"" >&5)9090 (eval echo "\"\$as_me:9090: $lt_compile\"" >&5) 9071 9091 (eval "$lt_compile" 2>conftest.err) 9072 9092 ac_status=$? 9073 9093 cat conftest.err >&5 9074 echo "$as_me:90 74: \$? = $ac_status" >&59094 echo "$as_me:9094: \$? = $ac_status" >&5 9075 9095 if (exit $ac_status) && test -s "$ac_outfile"; then 9076 9096 # The compiler can only warn and ignore the option if not recognized … … 9336 9356 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 9337 9357 -e 's:$: $lt_compiler_flag:'` 9338 (eval echo "\"\$as_me:93 38: $lt_compile\"" >&5)9358 (eval echo "\"\$as_me:9358: $lt_compile\"" >&5) 9339 9359 (eval "$lt_compile" 2>conftest.err) 9340 9360 ac_status=$? 9341 9361 cat conftest.err >&5 9342 echo "$as_me:93 42: \$? = $ac_status" >&59362 echo "$as_me:9362: \$? = $ac_status" >&5 9343 9363 if (exit $ac_status) && test -s "$ac_outfile"; then 9344 9364 # The compiler can only warn and ignore the option if not recognized … … 9440 9460 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 9441 9461 -e 's:$: $lt_compiler_flag:'` 9442 (eval echo "\"\$as_me:94 42: $lt_compile\"" >&5)9462 (eval echo "\"\$as_me:9462: $lt_compile\"" >&5) 9443 9463 (eval "$lt_compile" 2>out/conftest.err) 9444 9464 ac_status=$? 9445 9465 cat out/conftest.err >&5 9446 echo "$as_me:94 46: \$? = $ac_status" >&59466 echo "$as_me:9466: \$? = $ac_status" >&5 9447 9467 if (exit $ac_status) && test -s out/conftest2.$ac_objext 9448 9468 then … … 11857 11877 lt_status=$lt_dlunknown 11858 11878 cat > conftest.$ac_ext <<EOF 11859 #line 118 59 "configure"11879 #line 11879 "configure" 11860 11880 #include "confdefs.h" 11861 11881 … … 11957 11977 lt_status=$lt_dlunknown 11958 11978 cat > conftest.$ac_ext <<EOF 11959 #line 119 59 "configure"11979 #line 11979 "configure" 11960 11980 #include "confdefs.h" 11961 11981 … … 14317 14337 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 14318 14338 -e 's:$: $lt_compiler_flag:'` 14319 (eval echo "\"\$as_me:143 19: $lt_compile\"" >&5)14339 (eval echo "\"\$as_me:14339: $lt_compile\"" >&5) 14320 14340 (eval "$lt_compile" 2>conftest.err) 14321 14341 ac_status=$? 14322 14342 cat conftest.err >&5 14323 echo "$as_me:143 23: \$? = $ac_status" >&514343 echo "$as_me:14343: \$? = $ac_status" >&5 14324 14344 if (exit $ac_status) && test -s "$ac_outfile"; then 14325 14345 # The compiler can only warn and ignore the option if not recognized … … 14421 14441 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 14422 14442 -e 's:$: $lt_compiler_flag:'` 14423 (eval echo "\"\$as_me:144 23: $lt_compile\"" >&5)14443 (eval echo "\"\$as_me:14443: $lt_compile\"" >&5) 14424 14444 (eval "$lt_compile" 2>out/conftest.err) 14425 14445 ac_status=$? 14426 14446 cat out/conftest.err >&5 14427 echo "$as_me:144 27: \$? = $ac_status" >&514447 echo "$as_me:14447: \$? = $ac_status" >&5 14428 14448 if (exit $ac_status) && test -s out/conftest2.$ac_objext 14429 14449 then … … 15991 16011 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 15992 16012 -e 's:$: $lt_compiler_flag:'` 15993 (eval echo "\"\$as_me:1 5993: $lt_compile\"" >&5)16013 (eval echo "\"\$as_me:16013: $lt_compile\"" >&5) 15994 16014 (eval "$lt_compile" 2>conftest.err) 15995 16015 ac_status=$? 15996 16016 cat conftest.err >&5 15997 echo "$as_me:1 5997: \$? = $ac_status" >&516017 echo "$as_me:16017: \$? = $ac_status" >&5 15998 16018 if (exit $ac_status) && test -s "$ac_outfile"; then 15999 16019 # The compiler can only warn and ignore the option if not recognized … … 16095 16115 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 16096 16116 -e 's:$: $lt_compiler_flag:'` 16097 (eval echo "\"\$as_me:16 097: $lt_compile\"" >&5)16117 (eval echo "\"\$as_me:16117: $lt_compile\"" >&5) 16098 16118 (eval "$lt_compile" 2>out/conftest.err) 16099 16119 ac_status=$? 16100 16120 cat out/conftest.err >&5 16101 echo "$as_me:161 01: \$? = $ac_status" >&516121 echo "$as_me:16121: \$? = $ac_status" >&5 16102 16122 if (exit $ac_status) && test -s out/conftest2.$ac_objext 16103 16123 then … … 18302 18322 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 18303 18323 -e 's:$: $lt_compiler_flag:'` 18304 (eval echo "\"\$as_me:183 04: $lt_compile\"" >&5)18324 (eval echo "\"\$as_me:18324: $lt_compile\"" >&5) 18305 18325 (eval "$lt_compile" 2>conftest.err) 18306 18326 ac_status=$? 18307 18327 cat conftest.err >&5 18308 echo "$as_me:183 08: \$? = $ac_status" >&518328 echo "$as_me:18328: \$? = $ac_status" >&5 18309 18329 if (exit $ac_status) && test -s "$ac_outfile"; then 18310 18330 # The compiler can only warn and ignore the option if not recognized … … 18570 18590 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 18571 18591 -e 's:$: $lt_compiler_flag:'` 18572 (eval echo "\"\$as_me:185 72: $lt_compile\"" >&5)18592 (eval echo "\"\$as_me:18592: $lt_compile\"" >&5) 18573 18593 (eval "$lt_compile" 2>conftest.err) 18574 18594 ac_status=$? 18575 18595 cat conftest.err >&5 18576 echo "$as_me:185 76: \$? = $ac_status" >&518596 echo "$as_me:18596: \$? = $ac_status" >&5 18577 18597 if (exit $ac_status) && test -s "$ac_outfile"; then 18578 18598 # The compiler can only warn and ignore the option if not recognized … … 18674 18694 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 18675 18695 -e 's:$: $lt_compiler_flag:'` 18676 (eval echo "\"\$as_me:186 76: $lt_compile\"" >&5)18696 (eval echo "\"\$as_me:18696: $lt_compile\"" >&5) 18677 18697 (eval "$lt_compile" 2>out/conftest.err) 18678 18698 ac_status=$? 18679 18699 cat out/conftest.err >&5 18680 echo "$as_me:18 680: \$? = $ac_status" >&518700 echo "$as_me:18700: \$? = $ac_status" >&5 18681 18701 if (exit $ac_status) && test -s out/conftest2.$ac_objext 18682 18702 then … … 21792 21812 { (exit 1); exit 1; }; } 21793 21813 fi 21814 if test -z "${COIN_CC_IS_CL_TRUE}" && test -z "${COIN_CC_IS_CL_FALSE}"; then 21815 { { echo "$as_me:$LINENO: error: conditional \"COIN_CC_IS_CL\" was never defined. 21816 Usually this means the macro was only invoked conditionally." >&5 21817 echo "$as_me: error: conditional \"COIN_CC_IS_CL\" was never defined. 21818 Usually this means the macro was only invoked conditionally." >&2;} 21819 { (exit 1); exit 1; }; } 21820 fi 21794 21821 if test -z "${COIN_HAS_PKGCONFIG_TRUE}" && test -z "${COIN_HAS_PKGCONFIG_FALSE}"; then 21795 21822 { { echo "$as_me:$LINENO: error: conditional \"COIN_HAS_PKGCONFIG\" was never defined. … … 22372 22399 s,@build_vendor@,$build_vendor,;t t 22373 22400 s,@build_os@,$build_os,;t t 22401 s,@COIN_CC_IS_CL_TRUE@,$COIN_CC_IS_CL_TRUE,;t t 22402 s,@COIN_CC_IS_CL_FALSE@,$COIN_CC_IS_CL_FALSE,;t t 22374 22403 s,@CDEFS@,$CDEFS,;t t 22375 22404 s,@ADD_CFLAGS@,$ADD_CFLAGS,;t t
Note: See TracChangeset
for help on using the changeset viewer.