https://bugzilla.redhat.com/show_bug.cgi?id=2251785



--- Comment #4 from Ali Erdinc Koroglu <[email protected]> ---
Hello Tom, I disabled them in the patch file, but do you want me to delete them
instead?

--- a/CMakeLists.txt    2023-11-22 08:22:33.730665512 +0200
+++ b/CMakeLists.txt    2023-11-24 00:34:16.675363131 +0200
@@ -38,7 +38,7 @@
 include(cmake/features.cmake)

 # These options are shared with 3rdparty plugins by means of developer package
-include(cmake/dependencies.cmake)
+# include(cmake/dependencies.cmake)

 if(ENABLE_COVERAGE)
     include(cmake/coverage.cmake)
@@ -133,7 +133,7 @@
     include(cmake/test_model_zoo.cmake)
 endif()

-include(thirdparty/dependencies.cmake)
+# include(thirdparty/dependencies.cmake)
 add_subdirectory(src)

 if(ENABLE_SAMPLES OR ENABLE_TESTS)
@@ -146,10 +146,10 @@
 endif()

 include(cmake/extra_modules.cmake)
-add_subdirectory(docs)
-add_subdirectory(tools)
-add_subdirectory(scripts)
-add_subdirectory(licensing)
+# add_subdirectory(docs)
+# add_subdirectory(tools)
+# add_subdirectory(scripts)
+# add_subdirectory(licensing)

 if(ENABLE_TESTS)
     # layers and other more high-level / e2e tests
--- a/src/CMakeLists.txt        2023-11-22 08:23:48.722438766 +0200
+++ b/src/CMakeLists.txt        2023-11-22 08:25:27.304120882 +0200
@@ -8,7 +8,9 @@
     ov_add_compiler_flags(-Wmissing-declarations)
 endif()

-include(cmake/install_tbb.cmake)
+# dont install_tbb
+# include(cmake/install_tbb.cmake)
+include(cmake/ov_parallel.cmake)

 # CC library should be registered before other cc targets
 add_subdirectory(common)
--- a/src/plugins/intel_cpu/thirdparty/CMakeLists.txt   2023-11-22
08:35:23.572344257 +0200
+++ b/src/plugins/intel_cpu/thirdparty/CMakeLists.txt   2023-11-22
08:35:40.634293194 +0200
@@ -115,7 +115,7 @@
         list(APPEND CMAKE_MODULE_PATH "${intel_cpu_thirdparty_SOURCE_DIR}")
     endif()

-    add_subdirectory(onednn EXCLUDE_FROM_ALL)
+    # add_subdirectory(onednn EXCLUDE_FROM_ALL)

     # install static libraries
     ov_install_static_lib(dnnl ${OV_CPACK_COMP_CORE})


-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
https://bugzilla.redhat.com/show_bug.cgi?id=2251785

Report this comment as SPAM: 
https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202251785%23c4
--
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to