From: Nabil Ghodbane Date: Thu, 22 Apr 2021 07:54:41 +0000 (+0200) Subject: openturns -windows: use PIP as agreed with Schueller X-Git-Tag: V9_7_0~63^2~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=20c873fe1065cfd944a4bd802f96e740995332db;p=tools%2Fsat_salome.git openturns -windows: use PIP as agreed with Schueller --- 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 : [] +}