From 4b79093dbd72760a6208665b1eac2bdd014f1211 Mon Sep 17 00:00:00 2001 From: Nabil Ghodbane Date: Tue, 20 Oct 2020 21:44:30 +0200 Subject: [PATCH] broken dependencies for ispc (use build_depend) and tbb (swig) --- products/ispc.pyconf | 3 ++- products/tbb.pyconf | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/products/ispc.pyconf b/products/ispc.pyconf index 2ded7ea..de42c84 100644 --- a/products/ispc.pyconf +++ b/products/ispc.pyconf @@ -29,7 +29,8 @@ default_win : incremental : "yes" single_install_dir : "yes" } - depend : ['Python', 'llvm'] + depend : ['Python'] + build_depend : ["cmake", "llvm"] } version_1_9_2 : diff --git a/products/tbb.pyconf b/products/tbb.pyconf index bae7f47..f72e1a1 100644 --- a/products/tbb.pyconf +++ b/products/tbb.pyconf @@ -34,6 +34,7 @@ version_2019_U8_win : patches : ['tbb-2019_U8_windows10.patch'] depend : ['Python'] opt_depend : ['ispc'] + build_depend : ['swig'] properties : { incremental : "yes" -- 2.39.2