Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-05-24 02:25:34


On Wednesday 24 May 2006 10:21, Bojan Resnik wrote:
> > 1. We can add 'import stlport' to serialization's test/Jamfile.v2
> > 2. We can disabling validation of the 'stdlib' feature used in condition
> > of conditional requirements.
> >
> > (1) looks better to me. Comments?
> >
> > - Volodya
>
> How does one disable the validation of a specific feature? I have
> some dynamically extended features that need this.

Concerting <stdlib>, one possible approach is to go to property.jam, rule
expand-subfeatures-in-condition, and adjust the hardcoded list of non-checked
features.

The thing is, I believe that hardcoded lists like this should have at most two
elements, and adding <stdlib> will make it three-element list, so maybe we
need to start looking for a general solution.

- Volodya

-- 
Vladimir Prus
http://vladimir_prus.blogspot.com
Boost.Build V2: http://boost.org/boost-build2

Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk