[Rivet-svn] r4088 - bootstrap

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Mon Dec 17 14:53:07 GMT 2012


Author: hoeth
Date: Mon Dec 17 14:53:07 2012
New Revision: 4088

Log:
update boost version to 1.52.0

Modified:
   bootstrap/rivet-bootstrap

Modified: bootstrap/rivet-bootstrap
==============================================================================
--- bootstrap/rivet-bootstrap	Mon Dec 17 14:07:40 2012	(r4087)
+++ bootstrap/rivet-bootstrap	Mon Dec 17 14:53:07 2012	(r4088)
@@ -188,7 +188,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.50.0", dest="BOOST_VERSION",
+parser.add_option("--boost-version", default="1.52.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("--install-cython", action="store_true", default=False, dest="INSTALL_CYTHON",
                   help="Don't use a system copy of Cython [%default]")


More information about the Rivet-svn mailing list