Opened 16 years ago
Closed 14 years ago
#674 closed Feature Requests (fixed)
find-library for boost decorated names
Reported by: | Roland Schwarz | Owned by: | Vladimir Prus |
---|---|---|---|
Milestone: | Component: | build | |
Version: | None | Severity: | Problem |
Keywords: | Cc: |
Description
Refering to versioned boost libraries from Jamfiles requires toolset specific library specification. I suggest a mechanism, which should allow to specify a canonical form of a boost library in the requirements section of e.g. an exe taget. The build system should take care to expand the canonical name to the decorated one that is compatible with the current build settings. The mechanism should allow to specify the lib version to use, and whether to link with a dynamic or static version of the respective library.
Attachments (1)
Change History (3)
comment:1 by , 15 years ago
Component: | None → build |
---|---|
Severity: | → Problem |
by , 15 years ago
Attachment: | external.zip added |
---|
comment:2 by , 14 years ago
Resolution: | None → fixed |
---|---|
Status: | assigned → closed |
I believe Roland has implemented this.
Note:
See TracTickets
for help on using tickets.
patch for searched lib to allow <name>@rule and example