]> SALOME platform Git repositories - tools/sat_salome.git/commitdiff
Salome HOME
SOLVERLABGUI as module salome from git tuleap
authorChristian Van Wambeke <christian.van-wambeke@cea.fr>
Thu, 9 Nov 2023 14:42:14 +0000 (15:42 +0100)
committerChristian Van Wambeke <christian.van-wambeke@cea.fr>
Thu, 9 Nov 2023 14:42:14 +0000 (15:42 +0100)
products/SOLVERLABGUI.pyconf

index 5141ed70f5ddddfb53c1a16ace68aa8da68f7975..7567f058676e54aaf01f0b02db19d8b6aa819922 100644 (file)
@@ -71,3 +71,41 @@ M31 :
     }
     patches: []
 }
+
+V9_11_0 :
+{
+    name : "SOLVERLABGUI"
+    build_source : "cmake"
+    build_command :  "-DPython_ROOT_DIR=${PYTHON_ROOT_DIR} -DPython_EXECUTABLE=${PYTHONBIN} -DPACKAGESPY_ROOT_DIR=${PACKAGESPY_ROOT_DIR}"
+    get_source : "git"
+    git_info:
+    {
+        repo : $PROJECTS.projects.salome.git_info.default_git_server + "modules/solverlabgui.git"
+        repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "solverlabgui.git"
+    }
+    environ :
+    {
+       SalomeAppConfig_ : $install_dir + "/share/salome/resources/solverlabgui"
+       env_script : $name + ".py"
+    }
+    depend : 
+    [   
+        'KERNEL',
+        'GUI',
+        'SOLVERLAB',
+        'MEDCOUPLING',
+        'PACKAGESPY'
+    ]
+    build_depend : ["cmake", "swig", "doxygen", "graphviz","cppunit"]
+    source_dir : $APPLICATION.workdir + '/SOURCES/' + $name
+    build_dir : $APPLICATION.workdir + '/BUILD/' + $name
+    install_dir : $APPLICATION.workdir + '/INSTALL/' + $name
+    nb_proc : 1
+    properties:
+    {
+        is_SALOME_module : "yes"
+        incremental : "yes"
+        has_salome_gui : "yes"
+    }
+    patches: []
+}