Changeset 1679
- Timestamp:
- Sep 13, 2010 3:37:25 AM (10 years ago)
- Location:
- ThirdParty/Blas/trunk
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Blas/trunk/Makefile.in
r1647 r1679 127 127 AUX_DIR = @AUX_DIR@ 128 128 AWK = @AWK@ 129 BLAS_PCLIBS = @BLAS_PCLIBS@ 129 130 BLAS_SVN_REV = @BLAS_SVN_REV@ 130 131 BUILDTOOLSDIR = @BUILDTOOLSDIR@ -
ThirdParty/Blas/trunk/coinblas-uninstalled.pc.in
r1616 r1679 4 4 Name: Blas 5 5 Description: Basic linear algebra package 6 Version: @PACKAGE_VERSION@ 7 Libs: -L${libdir} -lcoinblas @PCADDLIBS@6 Version: @PACKAGE_VERSION@ @BLAS_PCLIBS@ 7 Libs: -L${libdir} -lcoinblas 8 8 Cflags: -
ThirdParty/Blas/trunk/coinblas.pc.in
r1616 r1679 5 5 Name: Blas 6 6 Description: Basic linear algebra package 7 Version: @PACKAGE_VERSION@ 8 Libs: -L${libdir} -lcoinblas @PCADDLIBS@7 Version: @PACKAGE_VERSION@ @BLAS_PCLIBS@ 8 Libs: -L${libdir} -lcoinblas 9 9 Cflags: -
ThirdParty/Blas/trunk/configure
r1665 r1679 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 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 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 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 … … 1644 1644 fi 1645 1645 1646 # Set the project's SVN revision number 1646 # Set the project's SVN revision number. The complicated sed expression 1647 # (made worse by quadrigraphs) ensures that things like 4123:4168MS end up 1648 # as a single number. 1647 1649 # Extract the first word of "svnversion", so it can be a program name with args. 1648 1650 set dummy svnversion; ac_word=$2 … … 1683 1685 if test "x$have_svnversion" = xyes && test "xBlas" != x; then 1684 1686 1685 BLAS_SVN_REV=`cd $srcdir/$coin_has_blas ; svnversion` 1687 svn_rev_tmp=`cd $srcdir/$coin_has_blas ; svnversion` 1688 BLAS_SVN_REV=`echo $svn_rev_tmp | sed -n -e 's/^[0-9]*://' -e 's/\([0-9]\)[^0-9]*$/\1/p'` 1686 1689 if test $BLAS_SVN_REV != exported; then 1687 1690 1688 1691 cat >>confdefs.h <<_ACEOF 1689 #define BLAS_SVN_REV "$BLAS_SVN_REV"1692 #define BLAS_SVN_REV $BLAS_SVN_REV 1690 1693 _ACEOF 1691 1694 … … 3363 3366 3364 3367 # Provide some information about the compiler. 3365 echo "$as_me:336 5:" \3368 echo "$as_me:3368:" \ 3366 3369 "checking for Fortran 77 compiler version" >&5 3367 3370 ac_compiler=`set X $ac_compile; echo $2` … … 3931 3934 ac_save_FFLAGS=$FFLAGS 3932 3935 FFLAGS="$FFLAGS $ac_verb" 3933 (eval echo $as_me:393 3: \"$ac_link\") >&53936 (eval echo $as_me:3936: \"$ac_link\") >&5 3934 3937 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'` 3935 3938 echo "$ac_f77_v_output" >&5 … … 4009 4012 ac_save_FFLAGS=$FFLAGS 4010 4013 FFLAGS="$FFLAGS $ac_cv_prog_f77_v" 4011 (eval echo $as_me:401 1: \"$ac_link\") >&54014 (eval echo $as_me:4014: \"$ac_link\") >&5 4012 4015 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'` 4013 4016 echo "$ac_f77_v_output" >&5 … … 4760 4763 4761 4764 4762 # Tell FINALIZE to add FLIBS to ADDLIBS, so that they get into the .pc files 4763 coin_need_flibs=yes 4765 # Add FLIBS to BLAS_PCLIBS, so that they get into the .pc files 4766 BLAS_PCLIBS="$FLIBS" 4767 4764 4768 4765 4769 # Check if pkg-config is available (to setup addlibs file) … … 6583 6587 *-*-irix6*) 6584 6588 # Find out which ABI we are using. 6585 echo '#line 658 5"configure"' > conftest.$ac_ext6589 echo '#line 6589 "configure"' > conftest.$ac_ext 6586 6590 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6587 6591 (eval $ac_compile) 2>&5 … … 9060 9064 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 9061 9065 -e 's:$: $lt_compiler_flag:'` 9062 (eval echo "\"\$as_me:906 2: $lt_compile\"" >&5)9066 (eval echo "\"\$as_me:9066: $lt_compile\"" >&5) 9063 9067 (eval "$lt_compile" 2>conftest.err) 9064 9068 ac_status=$? 9065 9069 cat conftest.err >&5 9066 echo "$as_me:90 66: \$? = $ac_status" >&59070 echo "$as_me:9070: \$? = $ac_status" >&5 9067 9071 if (exit $ac_status) && test -s "$ac_outfile"; then 9068 9072 # The compiler can only warn and ignore the option if not recognized … … 9328 9332 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 9329 9333 -e 's:$: $lt_compiler_flag:'` 9330 (eval echo "\"\$as_me:933 0: $lt_compile\"" >&5)9334 (eval echo "\"\$as_me:9334: $lt_compile\"" >&5) 9331 9335 (eval "$lt_compile" 2>conftest.err) 9332 9336 ac_status=$? 9333 9337 cat conftest.err >&5 9334 echo "$as_me:933 4: \$? = $ac_status" >&59338 echo "$as_me:9338: \$? = $ac_status" >&5 9335 9339 if (exit $ac_status) && test -s "$ac_outfile"; then 9336 9340 # The compiler can only warn and ignore the option if not recognized … … 9432 9436 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 9433 9437 -e 's:$: $lt_compiler_flag:'` 9434 (eval echo "\"\$as_me:943 4: $lt_compile\"" >&5)9438 (eval echo "\"\$as_me:9438: $lt_compile\"" >&5) 9435 9439 (eval "$lt_compile" 2>out/conftest.err) 9436 9440 ac_status=$? 9437 9441 cat out/conftest.err >&5 9438 echo "$as_me:94 38: \$? = $ac_status" >&59442 echo "$as_me:9442: \$? = $ac_status" >&5 9439 9443 if (exit $ac_status) && test -s out/conftest2.$ac_objext 9440 9444 then … … 11849 11853 lt_status=$lt_dlunknown 11850 11854 cat > conftest.$ac_ext <<EOF 11851 #line 1185 1"configure"11855 #line 11855 "configure" 11852 11856 #include "confdefs.h" 11853 11857 … … 11949 11953 lt_status=$lt_dlunknown 11950 11954 cat > conftest.$ac_ext <<EOF 11951 #line 1195 1"configure"11955 #line 11955 "configure" 11952 11956 #include "confdefs.h" 11953 11957 … … 14309 14313 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 14310 14314 -e 's:$: $lt_compiler_flag:'` 14311 (eval echo "\"\$as_me:1431 1: $lt_compile\"" >&5)14315 (eval echo "\"\$as_me:14315: $lt_compile\"" >&5) 14312 14316 (eval "$lt_compile" 2>conftest.err) 14313 14317 ac_status=$? 14314 14318 cat conftest.err >&5 14315 echo "$as_me:1431 5: \$? = $ac_status" >&514319 echo "$as_me:14319: \$? = $ac_status" >&5 14316 14320 if (exit $ac_status) && test -s "$ac_outfile"; then 14317 14321 # The compiler can only warn and ignore the option if not recognized … … 14413 14417 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 14414 14418 -e 's:$: $lt_compiler_flag:'` 14415 (eval echo "\"\$as_me:1441 5: $lt_compile\"" >&5)14419 (eval echo "\"\$as_me:14419: $lt_compile\"" >&5) 14416 14420 (eval "$lt_compile" 2>out/conftest.err) 14417 14421 ac_status=$? 14418 14422 cat out/conftest.err >&5 14419 echo "$as_me:144 19: \$? = $ac_status" >&514423 echo "$as_me:14423: \$? = $ac_status" >&5 14420 14424 if (exit $ac_status) && test -s out/conftest2.$ac_objext 14421 14425 then … … 15983 15987 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 15984 15988 -e 's:$: $lt_compiler_flag:'` 15985 (eval echo "\"\$as_me:1598 5: $lt_compile\"" >&5)15989 (eval echo "\"\$as_me:15989: $lt_compile\"" >&5) 15986 15990 (eval "$lt_compile" 2>conftest.err) 15987 15991 ac_status=$? 15988 15992 cat conftest.err >&5 15989 echo "$as_me:159 89: \$? = $ac_status" >&515993 echo "$as_me:15993: \$? = $ac_status" >&5 15990 15994 if (exit $ac_status) && test -s "$ac_outfile"; then 15991 15995 # The compiler can only warn and ignore the option if not recognized … … 16087 16091 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 16088 16092 -e 's:$: $lt_compiler_flag:'` 16089 (eval echo "\"\$as_me:160 89: $lt_compile\"" >&5)16093 (eval echo "\"\$as_me:16093: $lt_compile\"" >&5) 16090 16094 (eval "$lt_compile" 2>out/conftest.err) 16091 16095 ac_status=$? 16092 16096 cat out/conftest.err >&5 16093 echo "$as_me:1609 3: \$? = $ac_status" >&516097 echo "$as_me:16097: \$? = $ac_status" >&5 16094 16098 if (exit $ac_status) && test -s out/conftest2.$ac_objext 16095 16099 then … … 18294 18298 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 18295 18299 -e 's:$: $lt_compiler_flag:'` 18296 (eval echo "\"\$as_me:18 296: $lt_compile\"" >&5)18300 (eval echo "\"\$as_me:18300: $lt_compile\"" >&5) 18297 18301 (eval "$lt_compile" 2>conftest.err) 18298 18302 ac_status=$? 18299 18303 cat conftest.err >&5 18300 echo "$as_me:1830 0: \$? = $ac_status" >&518304 echo "$as_me:18304: \$? = $ac_status" >&5 18301 18305 if (exit $ac_status) && test -s "$ac_outfile"; then 18302 18306 # The compiler can only warn and ignore the option if not recognized … … 18562 18566 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 18563 18567 -e 's:$: $lt_compiler_flag:'` 18564 (eval echo "\"\$as_me:1856 4: $lt_compile\"" >&5)18568 (eval echo "\"\$as_me:18568: $lt_compile\"" >&5) 18565 18569 (eval "$lt_compile" 2>conftest.err) 18566 18570 ac_status=$? 18567 18571 cat conftest.err >&5 18568 echo "$as_me:185 68: \$? = $ac_status" >&518572 echo "$as_me:18572: \$? = $ac_status" >&5 18569 18573 if (exit $ac_status) && test -s "$ac_outfile"; then 18570 18574 # The compiler can only warn and ignore the option if not recognized … … 18666 18670 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 18667 18671 -e 's:$: $lt_compiler_flag:'` 18668 (eval echo "\"\$as_me:186 68: $lt_compile\"" >&5)18672 (eval echo "\"\$as_me:18672: $lt_compile\"" >&5) 18669 18673 (eval "$lt_compile" 2>out/conftest.err) 18670 18674 ac_status=$? 18671 18675 cat out/conftest.err >&5 18672 echo "$as_me:1867 2: \$? = $ac_status" >&518676 echo "$as_me:18676: \$? = $ac_status" >&5 18673 18677 if (exit $ac_status) && test -s out/conftest2.$ac_objext 18674 18678 then … … 22385 22389 s,@MPIF77@,$MPIF77,;t t 22386 22390 s,@FLIBS@,$FLIBS,;t t 22391 s,@BLAS_PCLIBS@,$BLAS_PCLIBS,;t t 22387 22392 s,@PKG_CONFIG@,$PKG_CONFIG,;t t 22388 22393 s,@ac_pt_PKG_CONFIG@,$ac_pt_PKG_CONFIG,;t t -
ThirdParty/Blas/trunk/configure.ac
r1583 r1679 53 53 AC_COIN_F77_WRAPPERS 54 54 55 # Tell FINALIZE to add FLIBS to ADDLIBS, so that they get into the .pc files 56 coin_need_flibs=yes 55 # Add FLIBS to BLAS_PCLIBS, so that they get into the .pc files 56 BLAS_PCLIBS="$FLIBS" 57 AC_SUBST(BLAS_PCLIBS) 57 58 58 59 # Check if pkg-config is available (to setup addlibs file)
Note: See TracChangeset
for help on using the changeset viewer.