]> SALOME platform Git repositories - tools/sat_salome.git/commitdiff
Salome HOME
backport native 9.8.0 to DB11
authorNabil Ghodbane <nabil.ghodbane@cea.fr>
Wed, 19 Jan 2022 16:37:31 +0000 (17:37 +0100)
committerNabil Ghodbane <nabil.ghodbane@cea.fr>
Wed, 19 Jan 2022 16:37:31 +0000 (17:37 +0100)
applications/SALOME-9.8.0-native.pyconf

index b1dea3e0d6a73d9f0652e1338818981c8980fa0f..ce7c7724081e0d6631d7f91600701f2fa49f251b 100644 (file)
@@ -243,4 +243,10 @@ __overwrite__ :
         'APPLICATION.products.PyFMI'       : {tag:'2.5',   base: 'no',  section: 'version_2_5_no_pip'  }
         'APPLICATION.products.statsmodels' : {tag:'0.6.1', base : 'no', section: 'version_0_6_1_no_pip'}
     }
+    {
+        __condition__ : "VARS.dist in ['DB11']"
+        'APPLICATION.products.cminpack': 'native'
+        'APPLICATION.products.PyFMI'    : {tag:'2.5', base: 'no', section: 'version_2_5_no_pip'}
+        'APPLICATION.products.ParaView' : {tag: '5.9.0', base : 'no', section: 'version_5_9_0_DB11'}
+    }
 ]