Boost logo

Boost-Build :

Subject: Re: [Boost-build] Setting layout from Jamfile
From: Vladimir Prus (ghost_at_[hidden])
Date: 2014-10-03 03:44:08


On 09/29/2014 09:01 PM, Antony Polukhin wrote:
> Hi,
>
> Is there any way to force "system" layout for some of the shared libraries from within Jamfile.v2?
>
> Setting <layout>system produces error:
>
> error: unknown feature "<layout>"
> D:/boost/tools/build/src/build\feature.jam:359: in expand-subfeatures-aux from module feature

Hi Antony,

there's no way to set a layout - it's sort of global property at present. Of course, you can
look at boostcpp.tag, at

        https://github.com/boostorg/boost/blob/master/boostcpp.jam#L117

and reuse it, with possible factoring, or create your own tag function that would
call common.format-name appropriately.

HTH,
Volodya


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