From 3587e34f4c0a2f3e103b143982ce41f6dfc70ea6 Mon Sep 17 00:00:00 2001 From: Nabil Ghodbane Date: Fri, 22 Mar 2024 11:04:22 +0100 Subject: [PATCH] [bos #41189][Windows]: use gmshd.lib if GMSHPLUGIN is built in debug mode --- applications/SALOME-master-windows.pyconf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/applications/SALOME-master-windows.pyconf b/applications/SALOME-master-windows.pyconf index 69476ed..de77795 100644 --- a/applications/SALOME-master-windows.pyconf +++ b/applications/SALOME-master-windows.pyconf @@ -143,7 +143,7 @@ APPLICATION : zlib : '1.2.5' # SALOME MODULES : - 'CONFIGURATION' + 'CONFIGURATION' : 'bos/41189' 'SALOME' 'SHAPER' 'SHAPERSTUDY' @@ -210,7 +210,7 @@ __overwrite__ : [ { __condition__ : "APPLICATION.debug == 'yes'" - 'APPLICATION.rm_products' : ['matplotlib', 'openturns', 'scipy', 'Pillow', 'PERSALYS', 'OPENTURNS_SALOME', 'cminpack', 'openblas', 'FMILibrary', 'PyFMI', 'fftw', 'statsmodels'] + 'APPLICATION.rm_products' : ['matplotlib', 'openturns', 'scipy', 'Pillow', 'PERSALYS', 'OPENTURNS_SALOME', 'cminpack', 'openblas', 'FMILibrary', 'PyFMI', 'fftw', 'statsmodels', 'YDEFX'] # TODO: cmake 3.24 screws things up by adding _d suffix to debug libraries to KERNEL 'APPLICATION.products.cmake' : {tag: '3.12.1', base: 'no', section : 'version_3_12_1' } 'APPLICATION.products.numpy' : {tag: '1.21.6', base: 'no', section : 'version_1_21_6_win_dbg' } -- 2.39.2