]> SALOME platform Git repositories - tools/sat_salome.git/commitdiff
Salome HOME
art #16769: QCO files added
authorSalomon CHUNG <salomon.chung@cea.fr>
Thu, 10 Jun 2021 10:18:51 +0000 (12:18 +0200)
committerSalomon CHUNG <salomon.chung@cea.fr>
Thu, 10 Jun 2021 10:18:51 +0000 (12:18 +0200)
See https://codev-tuleap.cea.fr/plugins/tracker/?aid=18828&from_aid=16769#followup_232395

applications/SALOME-9.7.0.pyconf
applications/pmml.pyconf [new file with mode: 0644]

index f2727967d8d391bd16438946431994c9156e79dc..0d09f7c67d48824d7e9c5e1437b8a263fd5116a0 100644 (file)
@@ -78,6 +78,7 @@ APPLICATION :
         petsc : {tag : '3.15.0', section: 'version_3_15_0'}
         Pillow : '7.1.1'
         planegcs : '0.18-3cb6890'
+        pmml : {tag : 'DI16769_filter_salome_raw'}
         psutil : '5.7.2'
         Pygments : '2.0.2'
         pyparsing : '2.0.3'
diff --git a/applications/pmml.pyconf b/applications/pmml.pyconf
new file mode 100644 (file)
index 0000000..04eb594
--- /dev/null
@@ -0,0 +1,21 @@
+default :
+{
+    name : "pmml"
+    build_source : "cmake"
+    get_source : "git"
+    git_info :
+    {
+        repo : "https://codev-tuleap.cea.fr/plugins/git/salome/pmml.git"
+        repo_dev : $repo
+    }
+    environ :
+    {
+        env_script : $name + ".py"
+    }
+    build_depend : ["cmake", "Python", "libxml2"]
+    depend : []
+    opt_depend : ["swig", "doxygen"]
+    source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
+    build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
+    install_dir : 'base'
+}