[Rivet-svn] r2368 - trunk/bin

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Mon Mar 29 15:17:29 BST 2010


Author: buckley
Date: Mon Mar 29 15:17:29 2010
New Revision: 2368

Log:
Adding Boost header path as well

Modified:
   trunk/bin/rivet-config.in

Modified: trunk/bin/rivet-config.in
==============================================================================
--- trunk/bin/rivet-config.in	Mon Mar 29 15:06:24 2010	(r2367)
+++ trunk/bin/rivet-config.in	Mon Mar 29 15:17:29 2010	(r2368)
@@ -61,15 +61,17 @@
 
 ## "Pre-rolled" build info
 tmp=$( echo "$*" | egrep -- '--\<cppflags\>')
-irivet="@includedir@"
-ihepmc="@HEPMCINCPATH@"
-ifastjet="@FASTJETINCPATH@"
-igsl="@GSLINCPATH@"
 if test -n "$tmp"; then
+    irivet="@includedir@"
     test -n "$irivet" && OUT="$OUT -I${irivet}"
+    ihepmc="@HEPMCINCPATH@"
     test -n "$ihepmc" && OUT="$OUT -I${ihepmc}"
+    ifastjet="@FASTJETINCPATH@"
     test -n "$ifastjet" && OUT="$OUT -I${ifastjet}"
+    igsl="@GSLINCPATH@"
     test -n "$igsl" && OUT="$OUT -I${igsl}"
+    iboost="@BOOSTINCPATH@"
+    test -n "$iboost" && OUT="$OUT -I${iboost}"
 fi
 
 tmp=$( echo "$*" | egrep -- '--\<ldflags\>')


More information about the Rivet-svn mailing list