Salome HOME
SPNS #38031: support Debian 12 bookworm platform
[tools/sat_salome.git] / applications / SALOME-master-native.pyconf
index 56d25115068b150e0a4ec324d2903e5abef4d4dc..edc0fa61f54f1a8ce46aa1d0b0025d29474ffd74 100644 (file)
@@ -11,7 +11,7 @@ APPLICATION :
     debug : 'no'
     base : 'no'
     python3 : 'yes'
-    platform : ["FD32", "FD34", "FD36", "FD37", "FD38", "CO8", "CO9", "DB10", "DB11", "UB20.04", "UB22.04"]
+    platform : ["FD32", "FD34", "FD36", "FD37", "FD38", "CO8", "CO9", "DB10", "DB11", "DB12", "UB20.04", "UB22.04"]
     environ :
     {
         build :
@@ -255,6 +255,18 @@ __overwrite__ :
         'APPLICATION.products.PyFMI'            : {tag:'2.6',    base: 'no', section: 'version_2_6_no_pip'}
         'APPLICATION.products.MEDCOUPLING' : {tag:'master', base: 'no', section: 'default_MPI', hpc: 'yes'}
     }
+    {
+        __condition__ : "VARS.dist in ['DB12']"
+        'APPLICATION.rm_products'               : ['root', 'URANIE']
+        'APPLICATION.products.cmake'            : 'native' # TTK requires cmake > 3.21
+        'APPLICATION.products.opencv'           : {tag: '3.2.0',     base: 'no', section: 'version_3_2_0_DB12'}
+        'APPLICATION.products.cminpack'         : 'native'
+        'APPLICATION.products.tbb'              : '2021.9.0'
+        'APPLICATION.products.PyFMI'            : {tag: '2.6',       base: 'no', section: 'version_2_6_DB12'          }
+        'APPLICATION.products.nlopt'            : '2.5.0'
+        'APPLICATION.products.openturns'        : {tag: '1.21',  base: 'no', section: 'version_1_21_DB12'        }
+        'APPLICATION.products.ParaView'         : {tag: '5.11.0',    base: 'no', section: 'version_5_11_0_MPI_DB12', hpc: 'yes' }
+    }
     {
         # CentOS 8 repositories don't include sphinxintl package which must be installed through pip.
         # To avoid its missing (system_info pyconf key doesn't handle this use case), we embed it.
@@ -337,7 +349,6 @@ __overwrite__ :
         'APPLICATION.products.CONFIGURATION'    : {tag:'master',     base: 'no', section: 'default'                             }
         'APPLICATION.products.SHAPER'           : {tag:'master',     base: 'no', section: 'default',                  hpc: 'no' }
     }
-
     {
         __condition__ : "VARS.dist in ['FD38']"
         'APPLICATION.rm_products' : ['root', 'URANIE', 'mesa']