[Rivet-svn] r3322 - in trunk: . bin

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Tue Aug 23 14:46:05 BST 2011


Author: buckley
Date: Tue Aug 23 14:46:05 2011
New Revision: 3322

Log:
Also call the --cflags option on root-config when using the --root option with rivet-biuldplugin (thanks to Richard Corke for the report)

Modified:
   trunk/ChangeLog
   trunk/bin/rivet-buildplugin.in

Modified: trunk/ChangeLog
==============================================================================
--- trunk/ChangeLog	Tue Aug 23 12:34:28 2011	(r3321)
+++ trunk/ChangeLog	Tue Aug 23 14:46:05 2011	(r3322)
@@ -1,3 +1,9 @@
+2011-08-23  Andy Buckley  <andy at insectnation.org>
+
+	* Also call the --cflags option on root-config when using the
+	--root option with rivet-biuldplugin (thanks to Richard Corke for
+	the report)
+
 2011-08-23  Frank Siegert <frank.siegert at cern.ch>
 
 	* Added ATLAS_2011_S9126244

Modified: trunk/bin/rivet-buildplugin.in
==============================================================================
--- trunk/bin/rivet-buildplugin.in	Tue Aug 23 12:34:28 2011	(r3321)
+++ trunk/bin/rivet-buildplugin.in	Tue Aug 23 14:46:05 2011	(r3322)
@@ -87,7 +87,7 @@
 shift
 sources_and_flags="$@"
 if [[ -n $with_root ]]; then
-    root_flags=$(root-config --libs 2> /dev/null)
+    root_flags=$(root-config --libs --cflags 2> /dev/null)
     # echo $root_flags
     sources_and_flags="$root_flags $sources_and_flags"
 fi


More information about the Rivet-svn mailing list