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
Recently, brew-installed icu4c adds versioning: the default is icu4c@75, while the latest is icu4c@76. In other words, brew install icu4c is equivalent to brew install icu4c@75, w/ the install path be /opt/homebrew/opt/icu4c@75, instead of what we have below:
Problem description
Recently, brew-installed icu4c adds versioning: the default is icu4c@75, while the latest is icu4c@76. In other words,
brew install icu4c
is equivalent tobrew install icu4c@75
, w/ the install path be/opt/homebrew/opt/icu4c@75
, instead of what we have below:velox/CMakeLists.txt
Line 390 in 1e7a82f
We seems need to specify a particular version of
icu4c
during the setup:velox/scripts/setup-macos.sh
Line 43 in 1e7a82f
Fyi, to make things worse, openjdk@11 and above depend on harfbuzz, which depends on
icu4c@76
.System information
macOS
CMake log
No response
The text was updated successfully, but these errors were encountered: