Salome HOME
topo2vol: use CEA repository
[tools/sat_salome.git] / products / topo2volmesh.pyconf
index 10a44cf443980dee959fae3c89d868f9f085e126..7c0f722e27449a87a154ca08a87e2e4ae5ba790a 100644 (file)
@@ -1,9 +1,14 @@
 default :
 {
     name : "topo2volmesh"
-    build_source : "cmake"
+    build_source : "script"
     compil_script :  $name + $VARS.scriptExtension
-    get_source : "archive"
+    get_source : "git"
+    git_info:
+    {
+        repo : $PROJECTS.projects.salome.git_info.default_git_server + "modules/top_ii_mesh.git"
+        repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + /top_ii_mesh.git"
+    }
     system_info :
     {
         rpm : []
@@ -27,8 +32,3 @@ default :
       single_install_dir : "yes"
     }
 }
-
-version_0_0_1:
-{
-  patches : ['topo2volmesh-0.0.1-00001.patch']
-}