[Rivet-svn] r2591 - trunk/bin

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Wed Jul 14 18:52:09 BST 2010


Author: buckley
Date: Wed Jul 14 18:52:08 2010
New Revision: 2591

Log:
Adding -lHepMC to --ldadd: can now build against Rivet library by calling g++ source.cc `rivet-config --cppflags --ldflags --ldadd`

Modified:
   trunk/bin/rivet-config.in

Modified: trunk/bin/rivet-config.in
==============================================================================
--- trunk/bin/rivet-config.in	Wed Jul 14 14:20:06 2010	(r2590)
+++ trunk/bin/rivet-config.in	Wed Jul 14 18:52:08 2010	(r2591)
@@ -79,7 +79,7 @@
 fi
 
 tmp=$( echo "$*" | egrep -- '--\<ldadd\>')
-test -n "$tmp" && OUT="$OUT -lRivet"
+test -n "$tmp" && OUT="$OUT -lRivet -lHepMC"
 
 
 ## Version


More information about the Rivet-svn mailing list