From 30849cc352ec26d2d29c0c13acc68c86b71a29f3 Mon Sep 17 00:00:00 2001 From: Nabil Ghodbane Date: Thu, 13 Apr 2023 13:31:40 +0200 Subject: [PATCH] openturns 1.20.1 windows --- products/openturns.pyconf | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/products/openturns.pyconf b/products/openturns.pyconf index e0121a7..0507d93 100644 --- a/products/openturns.pyconf +++ b/products/openturns.pyconf @@ -43,6 +43,19 @@ version_1_20_1 : opt_depend : ['pandas', 'statsmodels'] } +version_1_20_1_win : +{ + compil_script : 'pip_install' + $VARS.scriptExtension + properties : + { + single_install_dir : "yes" + incremental : "yes" + pip : "yes" + } + depend : ['Python', 'lapack', 'hdf5', 'tbb', 'nlopt', 'libxml2', 'eigen', 'pthreads'] + opt_depend : [] +} + version_1_20_1_UB22_04 : { compil_script : "openturns-1.20.1" + $VARS.scriptExtension -- 2.39.2