[Rivet-svn] r4101 - bootstrap

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Fri Dec 21 14:54:20 GMT 2012


Author: buckley
Date: Fri Dec 21 14:54:19 2012
New Revision: 4101

Log:
Downgrade Boost version from 1.52.0 to 1.50.0 since that's the most recent one on CERN AFS... any problem with that?

Modified:
   bootstrap/rivet-bootstrap

Modified: bootstrap/rivet-bootstrap
==============================================================================
--- bootstrap/rivet-bootstrap	Fri Dec 21 14:51:11 2012	(r4100)
+++ bootstrap/rivet-bootstrap	Fri Dec 21 14:54:19 2012	(r4101)
@@ -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.52.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("--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