|
[Rivet-svn] r1941 - bootstrapblackhole at projects.hepforge.org blackhole at projects.hepforge.orgTue Oct 20 23:08:45 BST 2009
Author: buckley Date: Tue Oct 20 23:08:45 2009 New Revision: 1941 Log: Pass specified LCG tag to AGILe's build script Modified: bootstrap/rivet-bootstrap Modified: bootstrap/rivet-bootstrap ============================================================================== --- bootstrap/rivet-bootstrap Tue Oct 20 23:06:39 2009 (r1940) +++ bootstrap/rivet-bootstrap Tue Oct 20 23:08:45 2009 (r1941) @@ -463,6 +463,7 @@ RA_CONFIGURE_FLAGS = "" logging.debug("HepMC path: " + HEPMCPATH) RA_CONFIGURE_FLAGS += " --with-hepmc=%s" % HEPMCPATH + ## TODO: surely this can be less hacky?! if "slc5" in LCGPLATFORM: GSLPATH = os.path.join("/afs/cern.ch/sw/lcg/external/GSL/1.10/", LCGPLATFORM) logging.debug("Using GSL path: " + GSLPATH) @@ -499,6 +500,7 @@ agileurl = os.path.join(opts.AGILE_URL, agiletarname) get_unpack_tarball(agileurl) 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 |