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

[DO NOT MERGE] ICU build from sources #387

Open
wants to merge 88 commits into
base: master
Choose a base branch
from

Conversation

mryzhov
Copy link
Collaborator

@mryzhov mryzhov commented Jan 22, 2025

Those changes will be merged as part of #361. this PR for test purposes only

@mryzhov mryzhov marked this pull request as ready for review January 28, 2025 09:31
@mryzhov mryzhov changed the title [DRAFT] ICU build from sources ICU build from sources Jan 28, 2025
@@ -176,10 +176,9 @@ jobs:
if-no-files-found: 'error'

openvino_tokenizers_cpack:
name: OpenVINO tokenizers cpack (BUILD_FAST_TOKENIZERS=${{ matrix.build_fast_tokenizers }}, BUILD_TYPE=${{ matrix.build_type }})
name: OpenVINO tokenizers cpack (BUILD_TYPE=${{ matrix.build_type }})
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please, drop these long names

cmake/external/icu.cmake Outdated Show resolved Hide resolved
@mryzhov mryzhov changed the title ICU build from sources [DO NOT MERGE] ICU build from sources Jan 28, 2025
endif()

if(OPENVINO_RUNTIME_COMPILE_DEFINITIONS)
foreach(def ${OPENVINO_RUNTIME_COMPILE_DEFINITIONS})
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
foreach(def ${OPENVINO_RUNTIME_COMPILE_DEFINITIONS})
foreach(def IN LISTS OPENVINO_RUNTIME_COMPILE_DEFINITIONS)

cmake/external/icu.cmake Outdated Show resolved Hide resolved
cmake/external/icu.cmake Outdated Show resolved Hide resolved
cmake/external/icu.cmake Outdated Show resolved Hide resolved
cmake/external/icu.cmake Outdated Show resolved Hide resolved
cmake/modules/FindICU.cmake Show resolved Hide resolved
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.

3 participants