bloomberg / bde

Basic Development Environment - a set of foundational C++ libraries used at Bloomberg.
Apache License 2.0
1.67k stars 316 forks source link

Conan support #299

Closed Elnee closed 4 months ago

Elnee commented 4 months ago

I've found the conanfile.py in the repo. But it seems to be very raw and not workable. Would be very nice to have a Conan recipe for the library. Is it planned to be implemented? Thanks.

osubboo commented 4 months ago

The conan recipe added clearly states that it is for internal use only ( and it hides the recipe implementation ). We might at some point look into providing a functional OSS recipe, but it is not a priority right now.

Elnee commented 4 months ago

@osubboo Thank you for quick response. I've just tried to use rmqcpp and find out that it's depended on bsl headers. But it's not related to the topic...

Have a nice time ☺️