Salome HOME
PMML depends on cppunit - otherwise won't use the embedded cppunit if not installed...
authorNabil Ghodbane <nabil.ghodbane@cea.fr>
Fri, 9 Sep 2022 12:28:57 +0000 (14:28 +0200)
committerNabil Ghodbane <nabil.ghodbane@cea.fr>
Fri, 9 Sep 2022 12:28:57 +0000 (14:28 +0200)
products/pmml.pyconf

index c9c15da34b7d8b5c2ba690847557a4f8249bf417..56de69b53805173ad0c92c1fa7522e1d41e1fd13 100644 (file)
@@ -13,7 +13,7 @@ default :
         env_script : $name + ".py"
     }
     depend : ["Python", "libxml2"]
-    build_depend : ["cmake", "swig", "doxygen"]
+    build_depend : ["cmake", "swig", "doxygen", "cppunit"]
     opt_depend : []
     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name