|
[Rivet-svn] r2008 - bootstrapblackhole at projects.hepforge.org blackhole at projects.hepforge.orgWed Nov 4 20:21:53 GMT 2009
Author: buckley Date: Wed Nov 4 20:21:53 2009 New Revision: 2008 Log: Version updates Modified: bootstrap/rivet-bootstrap Modified: bootstrap/rivet-bootstrap ============================================================================== --- bootstrap/rivet-bootstrap Wed Nov 4 19:59:17 2009 (r2007) +++ bootstrap/rivet-bootstrap Wed Nov 4 20:21:53 2009 (r2008) @@ -150,11 +150,12 @@ help="Explicitly specify version of Rivet to get and use [%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.4a0", dest="AGILE_VERSION", +parser.add_option("--agile-version", default="1.1.4b0", 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.04.01", dest="HEPMC_VERSION", +## TODO: update to 2.05.00 when Rivet 1.2.0 released: +parser.add_option("--hepmc-version", default="2.04.02", 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]") @@ -168,7 +169,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_38_0", dest="BOOST_VERSION", +parser.add_option("--boost-version", default="1_40_0", dest="BOOST_VERSION", help="Explicitly specify version of Boost to get and use (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 |