[Rivet-svn] r2717 - bootstrap

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Sat Oct 16 12:19:33 BST 2010


Author: buckley
Date: Sat Oct 16 12:19:33 2010
New Revision: 2717

Log:
Version updates

Modified:
   bootstrap/rivet-bootstrap

Modified: bootstrap/rivet-bootstrap
==============================================================================
--- bootstrap/rivet-bootstrap	Thu Oct 14 18:49:45 2010	(r2716)
+++ bootstrap/rivet-bootstrap	Sat Oct 16 12:19:33 2010	(r2717)
@@ -155,7 +155,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 [%default]")
-parser.add_option("--rivet-version", default="1.2.1", dest="RIVET_VERSION",
+parser.add_option("--rivet-version", default="1.3.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]")
@@ -165,11 +165,11 @@
                   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 [%default]")
-parser.add_option("--agile-version", default="1.1.6", dest="AGILE_VERSION",
+parser.add_option("--agile-version", default="1.2.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.05.00", dest="HEPMC_VERSION",
+parser.add_option("--hepmc-version", default="2.06.00", 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]")
@@ -569,6 +569,7 @@
 
 
     ## Collect and write out environment variables
+    ## TODO: just point at rivetenv.(c)sh from 1.2.2 onwards
     env = {}
 
     ## Path env


More information about the Rivet-svn mailing list