Boost logo

Boost Testing :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-03-20 03:03:14


Martin Wille wrote:

> Vladimir Prus wrote:
>> Hi Martin,
>> can you switch C++ Boost regression tests that you're running to
>> Boost.Build V2?
>>
>> The general instructions can be found at:
>>
>> https://zigzag.cs.msu.su/boost.build/wiki/BoostRegressionsV2
>>
>> In your specific case, the content of user-config.jam should be:
>
> [...]
>> using gcc : 4.1.0_linux : <whatever.path.to.compiler/g++ ;
>> using intel-linux : 9.0_linux : <whatever.path.to.compiler/g++ ;
>>
>> using python : <whatever.version> : <whatever.path> ;
>>
>> Speaking about python, example line is:
>>
>> using python : 2.3 : C:/python ;
>
>
> Uhm, that won't work. I need to be able to specify different python
> paths for different toolsets.

How do you do this now? If you send me all the files that configure
different python versions for different toolsets, I'll come up with a
appropriate V2 setup.

- Volodya


Boost-testing list run by mbergal at meta-comm.com