From: Nabil Ghodbane Date: Fri, 27 Nov 2020 17:01:12 +0000 (+0100) Subject: cmake product as build_depend for ROOT and Paraview 5.6 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e38575ec95f54f54ab68fd5665cf261f47c33a82;p=tools%2Fsat_salome.git cmake product as build_depend for ROOT and Paraview 5.6 --- diff --git a/products/ParaView.pyconf b/products/ParaView.pyconf index 1900b76..8e68265 100755 --- a/products/ParaView.pyconf +++ b/products/ParaView.pyconf @@ -159,7 +159,6 @@ version_5_6_0p1_7bafc2b : patches : [ ] depend : [ - 'cmake', 'Python', 'hdf5', 'qt', diff --git a/products/root.pyconf b/products/root.pyconf index a28efad..f80009d 100644 --- a/products/root.pyconf +++ b/products/root.pyconf @@ -8,7 +8,8 @@ default : { env_script : $name + ".py" } - depend : ['cmake', 'Python'] + depend : ['Python'] + build_depend : ['cmake'] source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name install_dir : 'base'