Salome HOME
Ensure CATALYST is detected - fix installation path for PyQt if Python is native
[tools/sat_salome.git] / products / tbb.pyconf
index f72e1a17ded6aefa8f2d5899810ad2043ff15a86..e7f3506e65c60289c96aaff5ec8f04acb94e6eee 100644 (file)
@@ -8,7 +8,7 @@ default :
     {
         rpm : ["tbb"]
         rpm_dev : ["tbb-devel"]
-        apt : ["libtbb"]
+        apt : ["libtbb2"]
         apt_dev : ["libtbb-dev"]
     }
     environ :
@@ -28,11 +28,38 @@ default :
     }
 }
 
+version_2019_U8 :
+{
+    compil_script :  "tbb-2019_U8.sh"
+    archive_info : {archive_name : "tbb-2019_U8.tar.gz"}
+    depend : ['Python', 'llvm']
+    opt_depend : ['ispc']
+    build_depend : ['swig', "cmake"]
+    properties :
+    {
+      incremental : "yes"
+      single_install_dir : "no"
+    }
+}
+
 version_2019_U8_win :
 {
     archive_info : {archive_name : "tbb-2019_U8.tar.gz"}
     patches : ['tbb-2019_U8_windows10.patch']
     depend : ['Python']
+    build_depend : ['swig']
+    properties :
+    {
+      incremental : "yes"
+      single_install_dir : "yes"
+    }
+}
+
+version_2019_U8_win_dbg :
+{
+    archive_info : {archive_name : "tbb-2019_U8.tar.gz"}
+    patches : ['tbb-2019_U8_windows10.patch', 'tbb-2019_U8_windows10_debug.patch']
+    depend : ['Python']
     opt_depend : ['ispc']
     build_depend : ['swig']
     properties :