|
[Rivet-svn] r4100 - bootstrapblackhole at projects.hepforge.org blackhole at projects.hepforge.orgFri Dec 21 14:51:11 GMT 2012
Author: buckley Date: Fri Dec 21 14:51:11 2012 New Revision: 4100 Log: Updating the bootstrap script for Rivet 1.8.2 and HepMC 2.06.08 Modified: bootstrap/rivet-bootstrap Modified: bootstrap/rivet-bootstrap ============================================================================== --- bootstrap/rivet-bootstrap Fri Dec 21 14:20:11 2012 (r4099) +++ bootstrap/rivet-bootstrap Fri Dec 21 14:51:11 2012 (r4100) @@ -156,7 +156,7 @@ help="Always bootstrap from sources, even if LCG versions are available [%default]") parser.add_option("--no-install-rivet", action="store_false", default=True, dest="INSTALL_RIVET", help="Don't install Rivet! Useful to set up required packages, or AGILe only [install=%default]") -parser.add_option("--rivet-version", default="1.8.1", dest="RIVET_VERSION", +parser.add_option("--rivet-version", default="1.8.2", dest="RIVET_VERSION", help="Explicitly specify version of Rivet to get and use [%default]") parser.add_option("--rivet-url", default="http://www.hepforge.org/archive/rivet/", dest="RIVET_URL", help="Base URL for Rivet tarball downloads [%default]") @@ -172,7 +172,7 @@ help="Explicitly specify version of AGILe to get and use [%default]") parser.add_option("--agile-url", default="http://www.hepforge.org/archive/agile/", dest="AGILE_URL", help="Base URL for AGILe tarball downloads [%default]") -parser.add_option("--hepmc-version", default="2.06.05", dest="HEPMC_VERSION", +parser.add_option("--hepmc-version", default="2.06.08", dest="HEPMC_VERSION", help="Explicitly specify version of HepMC to get and use [%default]") parser.add_option("--hepmc-url", default="http://lcgapp.cern.ch/project/simu/HepMC/download/", dest="HEPMC_URL", help="Base URL for HepMC tarball downloads [%default]")
More information about the Rivet-svn mailing list |