From 863ad4252d0b4f7959b294036757ee769cd8442f Mon Sep 17 00:00:00 2001 From: Nabil Ghodbane Date: Fri, 27 Nov 2020 18:01:12 +0100 Subject: [PATCH] cmake product as build_depend for ROOT and Paraview 5.6 --- products/ParaView.pyconf | 1 - products/root.pyconf | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) 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' -- 2.39.2