Changes between Version 2 and Version 3 of BoostRegressionsV2
- Timestamp:
- Feb 16, 2006, 2:57:14 PM (20 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BoostRegressionsV2
v2 v3 28 28 }}} 29 29 30 Another note is that while in V1 customized toolset is commonly named {{{base -toolset}}}-{{{version}}}, in V2 the version parameter to {{{using}}} should not include base toolset name. That is, using {{{hp_cxx_64_042_tru64}}} above would be a mistake.30 Another note is that while in V1 customized toolset is commonly named {{{base_toolset}}}-{{{version}}}, in V2 the version parameter to {{{using}}} should not include base toolset name. That is, using {{{hp_cxx_64_042_tru64}}} above would be a mistake. T 31 31 32 After declaring a toolset version, it's possible to use {{{base -toolset}}}-{{{version}}} to request this toolset when building.32 After declaring a toolset version, it's possible to use {{{base_toolset}}}-{{{version}}} to request this toolset when building. 33 33 34 34 = Running = … … 44 44 The names of toolsets passed to {{{regression.py}}} are constructed from name base toolset name and version passed to the {{{using}}} rule, separated with dash. 45 45 46 47 48 49
