Update to python-config.jam

As python version 2.5 is pretty well established, I think this version should be considered from boost build-process in Windows machines. AFAIK,onlyl change needed is: Index: /tools/build/v2/tools/python-config.jam =================================================================== --- /tools/build/v2/tools/python-config.jam (revision 6) +++ t/tools/build/v2/tools/python-config.jam (revision 7) @@ -9,7 +9,7 @@ if [ os.name ] = NT { - for local R in 2.4 2.3 2.2 + for local R in 2.5 2.4 2.3 2.2 { local python-path = [ W32_GETREG "HKEY_LOCAL_MACHINE\\SOFTWARE\\Python\\PythonCore\\$(R)\\InstallPath" ] ; Best regards, Zara

Zara wrote:
As python version 2.5 is pretty well established, I think this version should be considered from boost build-process in Windows machines.
AFAIK,onlyl change needed is:
I'm not sure what's the state of python-config.jam is, even? Anybody can clarify? - Volodya

on Tue Sep 18 2007, Vladimir Prus <ghost-AT-cs.msu.su> wrote:
Zara wrote:
As python version 2.5 is pretty well established, I think this version should be considered from boost build-process in Windows machines.
AFAIK,onlyl change needed is:
I'm not sure what's the state of python-config.jam is, even? Anybody can clarify?
It's obsolete and should be deleted. python.jam handles all the autoconfiguration jobs now. -- Dave Abrahams Boost Consulting http://www.boost-consulting.com The Astoria Seminar ==> http://www.astoriaseminar.com
participants (3)
-
David Abrahams
-
Vladimir Prus
-
Zara