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

Consider building boost without icu #249

Open
SwooshyCueb opened this issue May 24, 2024 · 1 comment
Open

Consider building boost without icu #249

SwooshyCueb opened this issue May 24, 2024 · 1 comment

Comments

@SwooshyCueb
Copy link
Member

By default, boost links to icu if it can find it. This means that on Debian and Ubuntu, some of our boost libraries link to icu, but they do not on EL. Given that the absence of icu support on EL has not been a problem, we should consider explicitly disabling it for all platforms.

@SwooshyCueb
Copy link
Member Author

Quick note:
It appears that the --without-icu argument to bootstrap.sh doesn't actually do anything.
The only boost libraries that use icu are Boost.Regex and Boost.Locale. We'll need to figure out how to disable icu for them individually.

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

No branches or pull requests

1 participant