From 1e66eda2911f5e69cddae7b5feefb779e11fedab Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Sun, 26 Dec 2010 22:42:32 +0000 Subject: [PATCH] Boost.Python: Python 3 module initialization fixes (using PyModuleDef), based on patches provided by Austin Bingham [SVN r67462] --- v2/user-config.jam | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/v2/user-config.jam b/v2/user-config.jam index f0c7acc33..fbbf13fd0 100644 --- a/v2/user-config.jam +++ b/v2/user-config.jam @@ -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 ;