From 20c873fe1065cfd944a4bd802f96e740995332db Mon Sep 17 00:00:00 2001 From: Nabil Ghodbane Date: Thu, 22 Apr 2021 09:54:41 +0200 Subject: [PATCH] openturns -windows: use PIP as agreed with Schueller --- products/openturns.pyconf | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/products/openturns.pyconf b/products/openturns.pyconf index fa3efc3..5721d7e 100644 --- a/products/openturns.pyconf +++ b/products/openturns.pyconf @@ -23,6 +23,13 @@ default : default_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'] } @@ -30,3 +37,8 @@ version_1_16 : { patches : ['openturns-1.16.0001.patch'] } + +version_1_16_win : +{ + patches : [] +} -- 2.39.2