[Rivet-svn] r3484 - bootstrap

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Fri Nov 11 19:48:19 GMT 2011


Author: buckley
Date: Fri Nov 11 19:48:18 2011
New Revision: 3484

Log:
Version updates

Modified:
   bootstrap/rivet-bootstrap

Modified: bootstrap/rivet-bootstrap
==============================================================================
--- bootstrap/rivet-bootstrap	Fri Nov 11 19:27:34 2011	(r3483)
+++ bootstrap/rivet-bootstrap	Fri Nov 11 19:48:18 2011	(r3484)
@@ -154,7 +154,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.6.0", dest="RIVET_VERSION",
+parser.add_option("--rivet-version", default="1.7.0", 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]")
@@ -164,14 +164,15 @@
                   dest="BUILD_UNVALIDATED", help="Build the unvalidated collection of Rivet analyses [%default]")
 parser.add_option("--install-agile", action="store_true", default=False, dest="INSTALL_AGILE",
                   help="Install the AGILe interface system for Fortran generators [install=%default]")
-parser.add_option("--agile-version", default="1.2.2", dest="AGILE_VERSION",
+parser.add_option("--agile-version", default="1.3.0", dest="AGILE_VERSION",
                   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.04", dest="HEPMC_VERSION",
+parser.add_option("--hepmc-version", default="2.06.05", 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]")
+# TODO: update to FastJet version 3.0 once available
 parser.add_option("--fastjet-version", default="2.4.3", dest="FASTJET_VERSION",
                   help="Explicitly specify version of FastJet to get and use [%default]")
 parser.add_option("--fastjet-url", default="http://www.lpthe.jussieu.fr/~salam/repository/software/fastjet/",


More information about the Rivet-svn mailing list