[Rivet-svn] r3898 - bootstrap

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Mon Aug 20 10:33:29 BST 2012


Author: hoeth
Date: Mon Aug 20 10:33:29 2012
New Revision: 3898

Log:
update version numbers in bootstrap script

Modified:
   bootstrap/rivet-bootstrap

Modified: bootstrap/rivet-bootstrap
==============================================================================
--- bootstrap/rivet-bootstrap	Tue Aug 14 21:43:52 2012	(r3897)
+++ bootstrap/rivet-bootstrap	Mon Aug 20 10:33:29 2012	(r3898)
@@ -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.8.0", dest="RIVET_VERSION",
+parser.add_option("--rivet-version", default="1.8.1", 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 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]")
-parser.add_option("--fastjet-version", default="3.0.2", dest="FASTJET_VERSION",
+parser.add_option("--fastjet-version", default="3.0.3", dest="FASTJET_VERSION",
                   help="Explicitly specify version of FastJet to get and use [%default]")
 parser.add_option("--fastjet-url", default="http://www.fastjet.fr/repo/",
                   dest="FASTJET_URL", help="Base URL for FastJet tarball downloads [%default]")
@@ -184,7 +184,7 @@
                   help="Explicit path to find Boost [%default]")
 parser.add_option("--install-boost", action="store_true", default=False, dest="INSTALL_BOOST",
                   help="Don't use a system copy of Boost (NB. it takes a long time to build) [%default]")
-parser.add_option("--boost-version", default="1.44.0", dest="BOOST_VERSION",
+parser.add_option("--boost-version", default="1.50.0", dest="BOOST_VERSION",
                   help="Explicitly specify version of Boost to use from LCG (or to get if --install-boost is used) [%default]")
 parser.add_option("-v", "--verbose", action="store_const", const=logging.DEBUG, dest="LOGLEVEL",
                   default=logging.INFO, help="print debug (very verbose) messages")


More information about the Rivet-svn mailing list