From: Nabil Ghodbane Date: Tue, 20 Oct 2020 19:44:30 +0000 (+0200) Subject: broken dependencies for ispc (use build_depend) and tbb (swig) X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a5aaaf9f93ce47e6df8d4172496b96c5754d8b69;p=tools%2Fsat_salome.git broken dependencies for ispc (use build_depend) and tbb (swig) --- 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"