-
Notifications
You must be signed in to change notification settings - Fork 248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
boost_build with local boost submodule #510
Comments
Yeah, I don't see why not. Can you a bit more about what you're looking to do with build_boost? Maybe an example build file? |
Don't really have any example, just want to be able to build my boost sources snapshot, and be able to link in [some] boost libs, built this way, into my other targets. Was hoping to get a minimal example here, actually. |
We're definitely looking into ways to have better examples. Does #474 help you out at all? |
I would recommend looking towards https://github.com/nelhage/rules_boost first as this will build the libraries in isolation. You can override the included version of boost sources by defining a |
@jsharpe thanks, I'll definitely give it a try! The work done there deserves respect. However, it seems to me that this approach will require constant maintenance with each boost upgrade, at least theoretically. @UebelAndre the existing example works just fine, but downloads the archive with sources by default. What I haven't figured out is how to use a folder instead. |
You should hop in the Bazel Slack Channel to get quicker feedback and more helpful eyes. In general though. You can setup a |
Got this:
Who should I contact, do you know? |
Hmm, I thought it was public |
With
...and
If I put
...and if I put
|
You would build |
Joined the slack, asked in |
Gonna close this for now then. Happy slacking 😄 |
@jsharpe nelhage/rules_boost#9 has the same issue, however, there, it is kind of justified, since the source structure is hardcoded in the scripts. |
Could you invite me to the Bazel Slack channel? |
(Bazel beginner here) Is it possible to use
boost_build
with a local boost source tree snapshot/git submodule instead of downloading it, i.e, when I have it underthird_party/boost
?The text was updated successfully, but these errors were encountered: