aboutsummaryrefslogtreecommitdiffstats
path: root/community/libtbb/fix-python-install.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/libtbb/fix-python-install.patch')
-rw-r--r--community/libtbb/fix-python-install.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/community/libtbb/fix-python-install.patch b/community/libtbb/fix-python-install.patch
deleted file mode 100644
index 1453434785d..00000000000
--- a/community/libtbb/fix-python-install.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From d3c1a41dae48acf79c4860eb9b4f227c61fa5d72 Mon Sep 17 00:00:00 2001
-From: Alexey Veprev <alexey.veprev@intel.com>
-Date: Fri, 29 Oct 2021 13:18:08 +0300
-Subject: [PATCH] CMake: add python_build target to ALL
-
-Signed-off-by: Veprev, Alexey alexey.veprev@intel.com
----
- python/CMakeLists.txt | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/python/CMakeLists.txt b/python/CMakeLists.txt
-index 1d2b05fef..33d2d0813 100644
---- a/python/CMakeLists.txt
-+++ b/python/CMakeLists.txt
-@@ -34,6 +34,7 @@ string(STRIP "${TBB4PY_INCLUDE_STRING}" TBB4PY_INCLUDE_STRING)
-
- add_custom_target(
- python_build
-+ ALL
- DEPENDS tbb python_copy
- COMMAND
- ${PYTHON_EXECUTABLE} ${PYTHON_BUILD_WORK_DIR}/setup.py