[Rivet-svn] r2438 - bootstrap

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Thu May 6 10:12:17 BST 2010


Author: buckley
Date: Thu May  6 11:15:32 2010
New Revision: 2438

Log:
Now use dotted version of the Boost version code in the command line: this option is now used for both LCG and private-install version specification (LCG was previously hard-coded)

Modified:
   bootstrap/rivet-bootstrap

Modified: bootstrap/rivet-bootstrap
==============================================================================
--- bootstrap/rivet-bootstrap	Thu May  6 11:12:29 2010	(r2437)
+++ bootstrap/rivet-bootstrap	Thu May  6 11:15:32 2010	(r2438)
@@ -181,8 +181,8 @@
                   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_42_0", dest="BOOST_VERSION",
-                  help="Explicitly specify version of Boost to get and use (if --install-boost is used) [%default]")
+parser.add_option("--boost-version", default="1.42.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")
 parser.add_option("-Q", "--quiet", action="store_const", const=logging.WARNING, dest="LOGLEVEL",


More information about the Rivet-svn mailing list