Skip to content
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

Update and fix bundled boost build #9574

Closed

Conversation

mszabo-wikia
Copy link
Contributor

Since Boost is a C++ library dependency, we should force building its bundled version when building against libc++.

Take this opportunity to update to a more recent Boost version, and use B2 options[1] to set the C++ version and toolchain from the superproject. Remove an outdated macOS patch that no longer applies.

Add the chrono and date_time components to the list of components to build as they're needed by mvfst.

Split from #9564.

[1] https://www.boost.org/doc/libs/1_87_0/tools/build/doc/html/index.html

Since Boost is a C++ library dependency, we should force building its
bundled version when building against libc++.

Take this opportunity to update to a more recent Boost version, and use
B2 options[1] to set the C++ version and toolchain from the
superproject. Remove an outdated macOS patch that no longer applies.

Add the chrono and date_time components to the list of components to
build as they're needed by mvfst.

[1] https://www.boost.org/doc/libs/1_87_0/tools/build/doc/html/index.html
@facebook-github-bot
Copy link
Contributor

@facebook-github-bot has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. (Because this pull request was imported automatically, there will not be any future comments.)

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 75c1143.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants