From: Nabil Ghodbane Date: Wed, 27 Oct 2021 13:15:33 +0000 (+0200) Subject: opt_depend and not opt_depends X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2Fspns%2F24377;p=tools%2Fsat_salome.git opt_depend and not opt_depends --- diff --git a/products/openturns.pyconf b/products/openturns.pyconf index bfedf95..3c61734 100644 --- a/products/openturns.pyconf +++ b/products/openturns.pyconf @@ -51,7 +51,7 @@ version_1_17 : compil_script : "openturns-1.17" + $VARS.scriptExtension patches : ['openturns-1.17.0001.patch'] depend : ['Python', 'lapack', 'hdf5', 'tbb', 'nlopt', 'libxml2', 'eigen', 'matplotlib', 'cminpack', 'FMILibrary', 'PyFMI'] - opt_depends : ['pandas', 'statsmodels'] + opt_depend : ['pandas', 'statsmodels'] } version_1_17_win :