]> SALOME platform Git repositories - tools/sat_salome.git/commitdiff
Salome HOME
[bos #43130] [EDF] (2024) Geometry Analysis Tool jfa/43130_geometry_analysis_tool
authorjfa <jfa@opencascade.com>
Fri, 22 Nov 2024 13:07:31 +0000 (13:07 +0000)
committerjfa <jfa@opencascade.com>
Fri, 22 Nov 2024 13:07:31 +0000 (13:07 +0000)
applications/SALOME-master-native.pyconf
products/CommonGeomLib.pyconf [new file with mode: 0755]
products/GEOM.pyconf

index 84cacc31e8cbdacb2a68fd4117bd9edd1a675137..9e24d62b4a2cce68367bb895979f8de6a7c8ee70 100644 (file)
@@ -170,6 +170,7 @@ APPLICATION :
         'KERNEL'
         'MEDCOUPLING' : {tag:'master', base: 'no', section: 'default_MPI', hpc: 'yes'}
         'GUI'
+        'CommonGeomLib'
         'GEOM'
         'SMESH'
         'NETGENPLUGIN'
diff --git a/products/CommonGeomLib.pyconf b/products/CommonGeomLib.pyconf
new file mode 100755 (executable)
index 0000000..fe2bef0
--- /dev/null
@@ -0,0 +1,24 @@
+default :
+{
+    name : "CommonGeomLib"
+    build_source : "cmake"
+    get_source : "git"
+    git_info:
+    {
+      repositories :
+      {
+        tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/common_geometry_lib.git"
+        # github : $PROJECTS.projects.salome.git_info.git_server.github.url + "common_geometry_lib.git"
+        # gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "modules/common_geometry_lib.git"
+      }
+    }
+    depend : ["CAS" "CONFIGURATION"]
+    build_depend : ["cmake"]
+    source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
+    build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
+    properties:
+    {
+        is_SALOME_module : "yes"
+        incremental : "yes"
+    }
+}
index 80bf79424cbbc728d2a27f21c9e9858bef894520..bafe1736783ce719a1d10fbd84612251000ae0f8 100644 (file)
@@ -25,6 +25,7 @@ default :
               "GUI",
               "boost",
               "CAS",
+              "CommonGeomLib",
               "Python",
               "hdf5",
               "omniORB",
@@ -61,6 +62,7 @@ default_win :
               "GUI",
               "boost",
               "CAS",
+              "CommonGeomLib",
               "Python",
               "hdf5",
               "omniORB",