Changeset 2619
- Timestamp:
- Nov 19, 2012 9:52:00 AM (8 years ago)
- Location:
- stable/0.7
- Files:
-
- 3 edited
- 4 copied
Legend:
- Unmodified
- Added
- Removed
-
stable/0.7
- Property svn:mergeinfo changed
/trunk merged: 2555,2577,2618
- Property svn:mergeinfo changed
-
stable/0.7/coin.m4
r2584 r2619 3057 3057 # unfortunately, ${libdir} expands to ${exec_prefix}/lib and ${exec_prefix} to ${prefix}... 3058 3058 if test "x${prefix}" = xNONE ; then 3059 COIN_PKG_CONFIG_PATH="${ac_default_prefix}/lib /pkgconfig:${ac_default_prefix}/share/pkgconfig:${COIN_PKG_CONFIG_PATH}"3059 COIN_PKG_CONFIG_PATH="${ac_default_prefix}/lib64/pkgconfig:${ac_default_prefix}/lib/pkgconfig:${ac_default_prefix}/share/pkgconfig:${COIN_PKG_CONFIG_PATH}" 3060 3060 else 3061 COIN_PKG_CONFIG_PATH="${prefix}/lib /pkgconfig:${prefix}/share/pkgconfig:${COIN_PKG_CONFIG_PATH}"3061 COIN_PKG_CONFIG_PATH="${prefix}/lib64/pkgconfig:${prefix}/lib/pkgconfig:${prefix}/share/pkgconfig:${COIN_PKG_CONFIG_PATH}" 3062 3062 fi 3063 3063 … … 3542 3542 # construct dependencies variables from LIBS variables 3543 3543 # we add an extra space in LIBS so we can substitute out everything starting with " -" 3544 # remove everything of the form -framework xxx as used on Mac and mkl* and libiomp5* a s used on Windows3544 # remove everything of the form -framework xxx as used on Mac and mkl* and libiomp5* and wsock32.lib as used on Windows 3545 3545 # then remove everything of the form -xxx 3546 3546 # also remove everything of the form `xxx`yyy (may have been added for cygwin/cl) 3547 m4_toupper($1)_DEPENDENCIES=`echo " $m4_toupper($1)_LIBS" | [sed -e 's/ mkl[^ ]*//g' -e 's/ libiomp5[^ ]*//g' -e 's/ -framework *[^ ]*//g' -e 's/ -[^ ]*//g' -e 's/\`[^\`]*\`[^ ]* //g']`3547 m4_toupper($1)_DEPENDENCIES=`echo " $m4_toupper($1)_LIBS" | [sed -e 's/ mkl[^ ]*//g' -e 's/ libiomp5[^ ]*//g' -e 's/ wsock32[^ ]*//g' -e 's/ -framework *[^ ]*//g' -e 's/ -[^ ]*//g' -e 's/\`[^\`]*\`[^ ]* //g']` 3548 3548 coin_foreach_w([myvar], [$3], [ 3549 m4_toupper(myvar)_DEPENDENCIES=`echo " $m4_toupper(myvar)_LIBS " | [sed -e 's/ mkl[^ ]*//g' -e 's/ libiomp5[^ ]*//g' -e 's/ -framework *[^ ]*//g' -e 's/ -[^ ]*//g' -e 's/\`[^\`]*\`[^ ]* //g']`3549 m4_toupper(myvar)_DEPENDENCIES=`echo " $m4_toupper(myvar)_LIBS " | [sed -e 's/ mkl[^ ]*//g' -e 's/ libiomp5[^ ]*//g' -e 's/ wsock32[^ ]*//g' -e 's/ -framework *[^ ]*//g' -e 's/ -[^ ]*//g' -e 's/\`[^\`]*\`[^ ]* //g']` 3550 3550 ]) 3551 3551 fi -
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.