]> SALOME platform Git repositories - tools/sat_salome.git/commitdiff
Salome HOME
broken dependencies for ispc (use build_depend) and tbb (swig)
authorNabil Ghodbane <nabil.ghodbane@cea.fr>
Tue, 20 Oct 2020 19:44:30 +0000 (21:44 +0200)
committernghodban <Nabil.Ghodbane@c-s.fr>
Mon, 30 Nov 2020 07:17:34 +0000 (08:17 +0100)
products/ispc.pyconf
products/tbb.pyconf

index 2ded7ea78e3810e7e33484dda1d8cbe98618e305..de42c84b94b86f674bfa45e6b87fd1d2654a71ce 100644 (file)
@@ -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 :
index bae7f477fe0dd858ed3003efc473b4c044fb8608..f72e1a17ded6aefa8f2d5899810ad2043ff15a86 100644 (file)
@@ -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"