[Rivet-svn] r4262 - bootstrap

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Fri Apr 26 20:33:13 BST 2013


Author: fsiegert
Date: Fri Apr 26 20:33:13 2013
New Revision: 4262

Log:
fix bootstrap script

Modified:
   bootstrap/rivet-bootstrap

Modified: bootstrap/rivet-bootstrap
==============================================================================
--- bootstrap/rivet-bootstrap	Fri Apr 26 14:42:25 2013	(r4261)
+++ bootstrap/rivet-bootstrap	Fri Apr 26 20:33:13 2013	(r4262)
@@ -501,8 +501,8 @@
         ## Warn explicitly if this is not a standard LCG platform tag... just gcc checking for now
         if "slc" in opts.LCGTAG and "gcc" in opts.LCGTAG:
             if not any(v in opts.LCGTAG for v in ("gcc43", "gcc46")):
-            logging.warn("LCG platform tag %s seems to contain a 'non-standard' GCC version. " % opts.LCGTAG +
-                         "LCG builds of FastJet etc. may not be available, in which case this bootstrap script will fail!")
+                logging.warn("LCG platform tag %s seems to contain a 'non-standard' GCC version. " % opts.LCGTAG +
+                             "LCG builds of FastJet etc. may not be available, in which case this bootstrap script will fail!")
 
         ## Now work out paths to give to Rivet
         ## HepMC


More information about the Rivet-svn mailing list