mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-21 15:51:34 +01:00
enable tests enable python module remove musl.patch as musl does not define __GLIBC_PREREQ, so this was redundant
23 lines
712 B
Diff
23 lines
712 B
Diff
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
|