From d951ae9a6254f8daa8b399db4f115f536584afde Mon Sep 17 00:00:00 2001 From: Nabil Ghodbane Date: Tue, 19 Apr 2022 11:09:09 +0200 Subject: [PATCH] windows: remove openturns if debug mode --- applications/SALOME-master-windows.pyconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' } -- 2.39.2