[Rivet-svn] r2374 - bootstrap

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Sat Apr 3 17:46:38 BST 2010


Author: buckley
Date: Sat Apr  3 17:46:37 2010
New Revision: 2374

Log:
Fix missing final setting of legacy-type LCG tag (oops, this was removed when fixing the BUILD_TYPE flag error reported by James)

Modified:
   bootstrap/rivet-bootstrap

Modified: bootstrap/rivet-bootstrap
==============================================================================
--- bootstrap/rivet-bootstrap	Sat Apr  3 15:20:02 2010	(r2373)
+++ bootstrap/rivet-bootstrap	Sat Apr  3 17:46:37 2010	(r2374)
@@ -117,8 +117,10 @@
         if compiler_code in ["gcc32", "gcc40"] and gcc_micro is not None:
             compiler_code += gcc_micro
 
+        ## Set legacy LCG platform
+        LCGPLATFORM = "%s_%s_%s" % (distribution, machine, compiler_code)
+
         # ## For Macs, append "_dbg" if needed
-        # LCGPLATFORM = "%s_%s_%s" % (distribution, machine, compiler_code)
         # if osxversion and opts.BUILD_TYPE == "dbg":
         #     LCGPLATFORM += "_dbg"
 


More information about the Rivet-svn mailing list