From 5924ee6a6f69402d31337022164890f3a234d745 Mon Sep 17 00:00:00 2001 From: Nabil Ghodbane Date: Wed, 27 Oct 2021 15:15:33 +0200 Subject: [PATCH] opt_depend and not opt_depends --- products/openturns.pyconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 : -- 2.39.2