From: jfa Date: Fri, 22 Nov 2024 13:07:31 +0000 (+0000) Subject: [bos #43130] [EDF] (2024) Geometry Analysis Tool X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=30175caf16cb6a393f5de6e2b22d1ac9b3ebc464;p=tools%2Fsat_salome.git [bos #43130] [EDF] (2024) Geometry Analysis Tool --- diff --git a/applications/SALOME-master-native.pyconf b/applications/SALOME-master-native.pyconf index 84cacc3..9e24d62 100644 --- a/applications/SALOME-master-native.pyconf +++ b/applications/SALOME-master-native.pyconf @@ -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 index 0000000..fe2bef0 --- /dev/null +++ b/products/CommonGeomLib.pyconf @@ -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" + } +} diff --git a/products/GEOM.pyconf b/products/GEOM.pyconf index 80bf794..bafe173 100644 --- a/products/GEOM.pyconf +++ b/products/GEOM.pyconf @@ -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",