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

Produce a single archive #718

Conversation

Wovchena
Copy link
Collaborator

It turns out cpack ignores cache vars.

It turns out cpack ignores cache vars.
Wovchena added 2 commits July 31, 2024 19:18
It turns out cpack ignores cache vars.
It turns out cpack ignores cache vars.
@@ -64,7 +65,7 @@ add_subdirectory(tests/cpp)

install(FILES LICENSE DESTINATION docs/licensing COMPONENT licensing_genai RENAME LICENSE-GENAI)
install(FILES third-party-programs.txt DESTINATION docs/licensing COMPONENT licensing_genai RENAME third-party-programs-genai.txt)
set(CPACK_ARCHIVE_COMPONENT_INSTALL ON)
set(CPACK_ARCHIVE_COMPONENT_INSTALL ${GENAI_CPACK_ARCHIVE_COMPONENT_INSTALL})
Copy link
Contributor

Choose a reason for hiding this comment

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

maybe we can just use:

if(NOT DEFINED CPACK_ARCHIVE_COMPONENT_INSTALL )
    set(CPACK_ARCHIVE_COMPONENT_INSTALL  ON)
endif()

instead of extra option with different name

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I tried that as well. It doesn't work

Copy link
Contributor

@ilya-lavrenov ilya-lavrenov Aug 1, 2024

Choose a reason for hiding this comment

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

See openvinotoolkit/openvino#25867

We need the same fix for GenAI - tested locally against OV PR.

@ilya-lavrenov ilya-lavrenov self-assigned this Jul 31, 2024
@ilya-lavrenov ilya-lavrenov added this to the 2024.4 milestone Aug 1, 2024
@ilya-lavrenov
Copy link
Contributor

Suppressed by #726

@Wovchena Wovchena closed this Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants