[yoda-svn] yoda: 2 new changesets

YODA Mercurial yoda at projects.hepforge.org
Mon Jul 11 14:00:02 BST 2016


details:   https://yoda.hepforge.org/hg/yoda/rev/f42a996fa96d
branches:  release-1-6
changeset: 1276:f42a996fa96d
user:      Andy Buckley <andy at insectnation.org>
date:      Mon Jul 11 13:56:57 2016 +0100
description:
Remove accidentally remaining reference to Boost flags in yoda-config.

details:   https://yoda.hepforge.org/hg/yoda/rev/e1f25725afcc
branches:  release-1-6
changeset: 1277:e1f25725afcc
user:      Andy Buckley <andy at insectnation.org>
date:      Mon Jul 11 13:57:11 2016 +0100
description:
Remove accidentally remaining reference to Boost flags in yoda-config. (ChangeLog entry)

diffs (21 lines):

--- a/ChangeLog	Thu Jul 07 16:35:44 2016 +0100
+++ b/ChangeLog	Mon Jul 11 13:57:11 2016 +0100
@@ -1,3 +1,7 @@
+2016-07-11  Andy Buckley  <andy.buckley at cern.ch>
+
+	* Remove accidentally remaining reference to Boost flags in yoda-config.
+
 2016-07-06  Andy Buckley  <andy.buckley at cern.ch>
 
 	* Version 1.6.2 release!
--- a/bin/yoda-config.in	Thu Jul 07 16:35:44 2016 +0100
+++ b/bin/yoda-config.in	Mon Jul 11 13:57:11 2016 +0100
@@ -59,7 +59,7 @@
 
 ## "Pre-rolled" build info
 tmp=$( echo "$*" | egrep -- '--\<cflags\>|--\<cppflags\>|--\<cxxflags\>')
-test -n "$tmp" && OUT="$OUT -I at includedir@ @BOOST_CPPFLAGS@"
+test -n "$tmp" && OUT="$OUT -I at includedir@"
 
 tmp=$( echo "$*" | egrep -- '--\<ldflags\>|--\<libs\>|--\<ldadd\>')
 test -n "$tmp" && OUT="$OUT -L at libdir@ -lYODA"


More information about the yoda-svn mailing list