You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: