Salome HOME
Merge branch 'bos/23995' into master
[tools/sat_salome.git] / products / ispc.pyconf
index 2ded7ea78e3810e7e33484dda1d8cbe98618e305..6a9498a7a93fbd1ad9b93ddf317485871952b87f 100644 (file)
@@ -29,7 +29,23 @@ default_win :
       incremental : "yes"
       single_install_dir : "yes"
     }
-    depend : ['Python', 'llvm']
+    depend : ['Python']
+    build_depend : ["cmake", "llvm"]
+}
+
+version_1_15_0 :
+{
+    build_source : "script"
+    compil_script :  "ispc-1.15.0" + $VARS.scriptExtension
+    archive_info : {archive_name : "ispc-1.15.0-x86_64.tar.gz"}
+    patches : []
+    depend : []
+}
+
+version_1_15_0_win :
+{
+    archive_info : {archive_name : "ispc-v1.15.0-windows.tar.gz"}
+    build_depend : ["cmake", "llvm"]
 }
 
 version_1_9_2 :