]> SALOME platform Git repositories - tools/sat_salome.git/commitdiff
Salome HOME
art #16769: pmml.pyconf moved
authorSalomon CHUNG <salomon.chung@cea.fr>
Thu, 10 Jun 2021 10:54:28 +0000 (12:54 +0200)
committerSalomon CHUNG <salomon.chung@cea.fr>
Thu, 10 Jun 2021 10:54:28 +0000 (12:54 +0200)
applications/pmml.pyconf [deleted file]
products/pmml.pyconf [new file with mode: 0644]

diff --git a/applications/pmml.pyconf b/applications/pmml.pyconf
deleted file mode 100644 (file)
index 04eb594..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-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'
-}
diff --git a/products/pmml.pyconf b/products/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'
+}