- Timestamp:
- Jan 19, 2011 5:57:49 AM (10 years ago)
- Location:
- stable/0.7
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
stable/0.7
- Property svn:mergeinfo changed
/trunk merged: 2089,2094
- Property svn:mergeinfo changed
-
stable/0.7/coin.m4
r2086 r2095 2739 2739 # unfortunately, ${libdir} expands to ${exec_prefix}/lib and ${exec_prefix} to ${prefix}... 2740 2740 if test "x${prefix}" = xNONE ; then 2741 COIN_PKG_CONFIG_PATH="${ac_default_prefix}/lib/pkgconfig:${ COIN_PKG_CONFIG_PATH}"2741 COIN_PKG_CONFIG_PATH="${ac_default_prefix}/lib/pkgconfig:${ac_default_prefix}/share/pkgconfig:${COIN_PKG_CONFIG_PATH}" 2742 2742 else 2743 COIN_PKG_CONFIG_PATH="${prefix}/lib/pkgconfig:${ COIN_PKG_CONFIG_PATH}"2743 COIN_PKG_CONFIG_PATH="${prefix}/lib/pkgconfig:${prefix}/share/pkgconfig:${COIN_PKG_CONFIG_PATH}" 2744 2744 fi 2745 2745 … … 2750 2750 AC_MSG_ERROR([argument for --with-coin-instdir not a directory]) 2751 2751 fi 2752 COIN_PKG_CONFIG_PATH="$withval/lib/pkgconfig:$ {COIN_PKG_CONFIG_PATH}"2752 COIN_PKG_CONFIG_PATH="$withval/lib/pkgconfig:$withval/share/pkgconfig:${COIN_PKG_CONFIG_PATH}" 2753 2753 ],[]) 2754 2754 … … 3707 3707 # LAPACK_LIBS to its value 3708 3708 # 4. tries standard libraries 3709 # 5. calls COIN_CHECK_PACKAGE(Lapack, [ lapack], [$1]) to check for3709 # 5. calls COIN_CHECK_PACKAGE(Lapack, [coinlapack], [$1]) to check for 3710 3710 # ThirdParty/Lapack 3711 3711 # The makefile conditional and preprocessor macro COIN_HAS_LAPACK is defined. … … 3714 3714 # In case 3 and 4, the flags to link to Lapack are added to X_PCLIBS too. 3715 3715 # In case 5, Lapack is added to X_PCREQUIRES. 3716 # 3717 # TODO: Lapack usually depends on Blas, so if we check for a system lapack library, 3718 # shouldn't we include AC_COIN_CHECK_PACKAGE_BLAS first? 3719 # However, if we look for coinlapack via AC_COIN_CHECK_PACKAGE(Lapack, [coinlapack], [$1]), 3720 # then we will get Blas as dependency of coinlapack. 3716 3721 3717 3722 AC_DEFUN([AC_COIN_CHECK_PACKAGE_LAPACK], -
stable/0.7/compile_f2c
- Property svn:mergeinfo changed (with no actual effect on merging)
Note: See TracChangeset
for help on using the changeset viewer.