From 1dec93261a731d4303b275bf7518f9700c364d4f Mon Sep 17 00:00:00 2001 From: Nabil Ghodbane Date: Mon, 15 Apr 2024 17:05:02 +0200 Subject: [PATCH] bos #41189 - support embedded Python 3.9 - Windows --- applications/SALOME-master-windows.pyconf | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/applications/SALOME-master-windows.pyconf b/applications/SALOME-master-windows.pyconf index a6861fc..9656ede 100644 --- a/applications/SALOME-master-windows.pyconf +++ b/applications/SALOME-master-windows.pyconf @@ -235,8 +235,6 @@ __overwrite__ : { __condition__ : "APPLICATION.debug == 'yes' and APPLICATION.pyver == '3.9'" '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' } 'APPLICATION.products.Cython' : {tag: '0.29.37', base: 'no', section : 'version_0_29_37_win_dbg' } 'APPLICATION.products.sphinxintl' : {tag: '2.0.0', base: 'no', section : 'version_2_0_0_win_dbg' } @@ -250,8 +248,7 @@ __overwrite__ : } { __condition__ : "APPLICATION.debug == 'yes' and APPLICATION.pyver == '3.6'" - 'APPLICATION.rm_products' : ['matplotlib', 'openturns', 'scipy', 'Pillow', 'PERSALYS', 'OPENTURNS_SALOME', 'cminpack', 'openblas', 'FMILibrary', 'PyFMI', 'fftw', 'statsmodel'] - # TODO: cmake 3.24 screws things up by adding _d suffix to debug libraries to KERNEL + 'APPLICATION.rm_products' : ['matplotlib', 'openturns', 'scipy', 'Pillow', 'PERSALYS', 'OPENTURNS_SALOME', 'cminpack', 'openblas', 'FMILibrary', 'PyFMI', 'fftw', 'statsmodels'] 'APPLICATION.products.alabaster' : '0.7.6' 'APPLICATION.products.dateutil' : '2.8.0' 'APPLICATION.products.kiwisolver' : '1.1.0' @@ -265,7 +262,6 @@ __overwrite__ : 'APPLICATION.products.GUI' : 'master' 'APPLICATION.products.GEOM' : 'master' 'APPLICATION.products.BLSURFPLUGIN' : 'master' - 'APPLICATION.products.cmake' : {tag: '3.12.1', base: 'no', section : 'version_3_12_1' } '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