From de00e5dafda24fad2f2db05ac337d7cdd9098fcc Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Tue, 28 Dec 2010 20:38:29 +0000 Subject: [PATCH] merging current boost/python and libs/python from trunk into release branch [SVN r67483] --- v2/user-config.jam | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/v2/user-config.jam b/v2/user-config.jam index 54718bb2e..fbbf13fd0 100644 --- a/v2/user-config.jam +++ b/v2/user-config.jam @@ -8,7 +8,7 @@ # this file in place, or you can place it in a permanent location so that it # does not get overwritten should you get a new version of Boost.Build. See: # -# http://boost.org/boost-build2/doc/html/bbv2/reference.html#bbv2.reference.init +# http://www.boost.org/boost-build2/doc/html/bbv2/overview/configuration.html # # for documentation about possible permanent locations. @@ -34,7 +34,6 @@ # http://boost.org/boost-build2/doc/html/bbv2/advanced.html#bbv2.advanced.jam_language # - # ------------------ # GCC configuration. # ------------------ @@ -84,3 +83,10 @@ # Configure with an explicit installation prefix. # using qt : /usr/opt/qt ; + +# --------------------- +# Python configuration. +# --------------------- + +# Configure specific Python version. +# using python : 3.1 : /usr/bin/python3 : /usr/include/python3.1 : /usr/lib ;