|
[yoda-svn] r583 - trunk/binblackhole at projects.hepforge.org blackhole at projects.hepforge.orgFri Apr 5 14:42:24 BST 2013
Author: buckley Date: Fri Apr 5 14:42:24 2013 New Revision: 583 Log: Tweaks to yoda-config flags Modified: trunk/bin/yoda-config.in Modified: trunk/bin/yoda-config.in ============================================================================== --- trunk/bin/yoda-config.in Thu Apr 4 17:10:19 2013 (r582) +++ trunk/bin/yoda-config.in Fri Apr 5 14:42:24 2013 (r583) @@ -43,17 +43,11 @@ test -n "$tmp" && OUT="$OUT @libdir@" ## "Pre-rolled" build info -tmp=$( echo "$*" | egrep -- '--\<cxxflags\>') -if test -n "$tmp"; then - iyoda="@includedir@" - test -n "$iyoda" && OUT="$OUT -I${iyoda}" -fi +tmp=$( echo "$*" | egrep -- '--\<cppflags|cxxflags\>') +test -n "$tmp" && OUT="$OUT -I at includedir@ @BOOST_CPPFLAGS@" -tmp=$( echo "$*" | egrep -- '--\<libs\>') -if test -n "$tmp"; then - lyoda="@libdir@" - test -n "$lyoda" && OUT="$OUT -L${lyoda} -lYODA" -fi +tmp=$( echo "$*" | egrep -- '--\<ldflags|libs\>') +test -n "$tmp" && OUT="$OUT -L at libdir@ -lYODA" ## Version tmp=$( echo "$*" | egrep -- '--\<version\>')
More information about the yoda-svn mailing list |