From 6051e6bdeaa977e8557a8156b6af8f735f9a2d3c Mon Sep 17 00:00:00 2001 From: Salomon CHUNG Date: Thu, 10 Jun 2021 12:18:51 +0200 Subject: [PATCH] art #16769: adaptation for PMML build and test - QCO files added See https://codev-tuleap.cea.fr/plugins/tracker/?aid=18828&from_aid=16769#followup_232395 - pmml.pyconf: env script section removed: $ /[...]/sat config SALOME-9.7.0 -p pmml pmml is a product ERROR: problem on product pmml Environment script False for pmml not found. unit tests added in property - SALOME-9.7.0.pyconf new branch set --- applications/SALOME-9.7.0.pyconf | 1 + products/pmml.pyconf | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 products/pmml.pyconf diff --git a/applications/SALOME-9.7.0.pyconf b/applications/SALOME-9.7.0.pyconf index f272796..20e2632 100644 --- a/applications/SALOME-9.7.0.pyconf +++ b/applications/SALOME-9.7.0.pyconf @@ -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 : '16769_uranie_salome_merge_reviewing'} psutil : '5.7.2' Pygments : '2.0.2' pyparsing : '2.0.3' diff --git a/products/pmml.pyconf b/products/pmml.pyconf new file mode 100644 index 0000000..1da6a61 --- /dev/null +++ b/products/pmml.pyconf @@ -0,0 +1,20 @@ +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 + } + 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' + properties: { + has_unit_tests + } +} -- 2.39.2