Temporary block nvidia plugin to enable CPack target first (#18456)

* Temporary block nvidia plugin to enable CPack target first

* rpm.cmake: Added the same block for nvidia
This commit is contained in:
Artyom Anokhov
2023-07-10 17:15:59 +04:00
committed by GitHub
parent d6c0289008
commit 58de48a491
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -53,6 +53,8 @@ macro(ov_cpack_settings)
(NOT item MATCHES "^${OV_CPACK_COMP_PYTHON_OPENVINO_PACKAGE}_python.*" OR ENABLE_PYTHON_PACKAGING) AND
# see ticket # 82605
NOT item STREQUAL "gna" AND
# temporary block nvidia
NOT item STREQUAL "nvidia" AND
# don't install Intel OpenMP
NOT item STREQUAL "omp" AND
# even for case of system TBB we have installation rules for wheels packages
+2
View File
@@ -39,6 +39,8 @@ macro(ov_cpack_settings)
(NOT item MATCHES "^${OV_CPACK_COMP_PYTHON_OPENVINO_PACKAGE}_python.*" OR ENABLE_PYTHON_PACKAGING) AND
# see ticket # 82605
NOT item STREQUAL "gna" AND
# temporary block nvidia
NOT item STREQUAL "nvidia" AND
# don't install Intel OpenMP
NOT item STREQUAL "omp" AND
# even for case of system TBB we have installation rules for wheels packages