From: Nabil Ghodbane Date: Tue, 19 Apr 2022 09:09:09 +0000 (+0200) Subject: windows: remove openturns if debug mode X-Git-Tag: V9_9_0~79 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d951ae9a6254f8daa8b399db4f115f536584afde;p=tools%2Fsat_salome.git windows: remove openturns if debug mode --- diff --git a/applications/SALOME-master-windows.pyconf b/applications/SALOME-master-windows.pyconf index cbad8dd..9fb4666 100644 --- a/applications/SALOME-master-windows.pyconf +++ b/applications/SALOME-master-windows.pyconf @@ -199,7 +199,7 @@ __overwrite__ : [ { __condition__ : "APPLICATION.debug == 'yes'" - 'APPLICATION.rm_products' : ['matplotlib'] + 'APPLICATION.rm_products' : ['matplotlib', 'openturns'] 'APPLICATION.products.numpy' : {tag: '1.16.4', base: 'no', section : 'version_1_16_4_win_dbg' } 'APPLICATION.products.Cython' : {tag: '0.29.12', base: 'no', section : 'version_0_29_12_win_dbg' } 'APPLICATION.products.sphinxintl' : {tag: '2.0.0', base: 'no', section : 'version_2_0_0_win_dbg' }