Boost logo

Boost :

From: Zara (yozara_at_[hidden])
Date: 2007-09-18 10:23:47


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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk