]> SALOME platform Git repositories - tools/sat_salome.git/commitdiff
Salome HOME
debug mode - issue with KERNEL if cmake 3.24 +swig - to be analyzed. fall back to...
authorNabil Ghodbane <nabil.ghodbane@cea.fr>
Mon, 14 Nov 2022 08:39:54 +0000 (09:39 +0100)
committerNabil Ghodbane <nabil.ghodbane@cea.fr>
Mon, 14 Nov 2022 08:39:54 +0000 (09:39 +0100)
applications/SALOME-master-windows.pyconf
products/GEOM.pyconf

index eaba41128aa0d03d1d35832e5958c235f1d13a41..eb1638f4049198c3507bcb93efce4fc75710c2a6 100644 (file)
@@ -197,6 +197,8 @@ __overwrite__ :
   {
     __condition__ : "APPLICATION.debug == 'yes'"
     'APPLICATION.rm_products' : ['matplotlib', 'openturns', 'scipy', 'Pillow']
+    # 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.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'      }
index 2c8d85a177fe976ec643c647a847a9b4b775c39b..57174d96c36655fa4b3d7c6f7594519ce705b4c9 100644 (file)
@@ -53,6 +53,26 @@ default :
 default_win :
 {
     cmake_options : " -DSWIG_EXECUTABLE=%SWIG_ROOT_DIR:\=/%/bin/swig.exe -DSALOME_GEOM_USE_OPENCV=ON -DOPENCV_ROOT_DIR=%OPENCV_ROOT_DIR:\=/% -DOpenCV_INCLUDE_DIRS=%OpenCV_INCLUDE_DIRS:\=/% "
+    depend : ["KERNEL",
+              "GUI",
+              "boost",
+              "CAS",
+              "Python",
+              "hdf5",
+              "omniORB",
+              "qt",
+              "ParaView",
+              "docutils",
+              "Sphinx",
+              "Jinja2",
+              "setuptools",
+              "Pygments",
+              "opencv",
+              "six",
+              "pytz",
+              "psutil",
+              "sphinxintl"
+             ]
 }
 
 version_V9_4_0_to_V9_6_0 :