From: nghodban Date: Thu, 26 Nov 2020 08:07:27 +0000 (+0100) Subject: use build_depend for f2c SMESH dependency X-Git-Tag: V9_6_0^2~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e0bbbc70fb0224b6ba0295a5a1c3aedeb1ff45e8;p=tools%2Fsat_salome.git use build_depend for f2c SMESH dependency --- diff --git a/products/SMESH.pyconf b/products/SMESH.pyconf index aa61b0f..5230be8 100644 --- a/products/SMESH.pyconf +++ b/products/SMESH.pyconf @@ -87,9 +87,9 @@ default_win : "Sphinx", "sphinxintl", "sphinxcontrib_napoleon", - "tbb", - "f2c" + "tbb" ] + build_depend : ["cmake", "swig", "doxygen", "cppunit", "f2c"] } default_MPI : diff --git a/products/f2c.pyconf b/products/f2c.pyconf index e5bcc70..8a33612 100644 --- a/products/f2c.pyconf +++ b/products/f2c.pyconf @@ -15,7 +15,7 @@ default : install_dir : 'base' properties: { - compile_time : "no" + compile_time : "yes" incremental : "yes" } }