From 6c963ae9a63d16e27ef175b641dacb82d19f1221 Mon Sep 17 00:00:00 2001 From: Nabil Ghodbane Date: Fri, 30 Sep 2022 15:50:23 +0200 Subject: [PATCH] Windows openturns - add dedicated section --- products/openturns.pyconf | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/products/openturns.pyconf b/products/openturns.pyconf index 36d5f6e..0630b5c 100644 --- a/products/openturns.pyconf +++ b/products/openturns.pyconf @@ -43,6 +43,18 @@ version_1_19 : opt_depend : ['pandas', 'statsmodels'] } +version_1_19_win : +{ + properties : + { + incremental : "yes" + pip : "yes" + } + depend : ['Python', 'lapack', 'hdf5', 'tbb', 'nlopt', 'libxml2', 'eigen', 'pthreads', 'dill', 'psutil'] + opt_depend : [] + patches : [] +} + version_1_18 : { compil_script : "openturns-1.18" + $VARS.scriptExtension -- 2.39.2