[Rivet-svn] r2251 - bootstrap

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Thu Feb 11 12:18:47 GMT 2010


Author: buckley
Date: Thu Feb 11 12:18:46 2010
New Revision: 2251

Log:
Using LCGTAG on both Rivet and AGILe configure options

Modified:
   bootstrap/rivet-bootstrap   (contents, props changed)

Modified: bootstrap/rivet-bootstrap
==============================================================================
--- bootstrap/rivet-bootstrap	Wed Feb 10 16:28:39 2010	(r2250)
+++ bootstrap/rivet-bootstrap	Thu Feb 11 12:18:46 2010	(r2251)
@@ -492,6 +492,7 @@
 
     ## Get build flags for Rivet and AGILe
     RA_CONFIGURE_FLAGS = ""
+    RA_CONFIGURE_FLAGS += " --with-lcgtag=%s" % opts.LCGTAG
     logging.debug("HepMC path: " + HEPMCPATH)
     RA_CONFIGURE_FLAGS += " --with-hepmc=%s" % HEPMCPATH
     ## TODO: surely this can be less hacky?!
@@ -537,7 +538,6 @@
             pkg_bootstrap_svn("http://svn.hepforge.org/agile/trunk", agilename, "AGILe") or sys.exit(2)
         #
         AGILE_CONFIGURE_FLAGS += " --enable-pyext"
-        AGILE_CONFIGURE_FLAGS += " --with-lcgtag=%s" % opts.LCGTAG
         conf_mk_mkinst(os.path.join(BUILDDIR, agilename), AGILE_CONFIGURE_FLAGS)
 
 


More information about the Rivet-svn mailing list