]> SALOME platform Git repositories - tools/sat_salome.git/commitdiff
Salome HOME
spns #41954: Implement MEDCOUPLING native build on UB24.04
authorNabil Ghodbane <nabil.ghodbane@cea.fr>
Tue, 3 Sep 2024 12:08:38 +0000 (14:08 +0200)
committerNabil Ghodbane <nabil.ghodbane@cea.fr>
Tue, 3 Sep 2024 12:08:38 +0000 (14:08 +0200)
applications/MEDCOUPLING-9.13.0-native.pyconf
applications/MEDCOUPLING-master-native.pyconf

index b9bfced876985b5a081c7531f05d4906052d1604..288a2ed4179b0e20748fdb732d82000048a337b8 100644 (file)
@@ -98,11 +98,12 @@ __overwrite__ :
     }
     {
         __condition__ : "VARS.dist in ['UB22.04']"
-        'APPLICATION.products.medfile'          : {tag: '4.1.1',     base: 'no', section: 'version_4_1_1_UB24_04'}
+        'APPLICATION.products.medfile'          : {tag: '4.1.1',     base: 'no', section: 'version_4_1_1_UB22_04'}
     }
     {
         __condition__ : "VARS.dist in ['UB24.04']"
         'APPLICATION.products.cmake'            : 'native'
+        'APPLICATION.products.swig'             : '4.0.2'
         'APPLICATION.products.medfile'          : {tag: '4.1.1',     base: 'no', section: 'version_4_1_1_UB22_04'}
     }
     {
index ac246e15bce252932a9596eb61c492da94374301..2a8b8299a39f00a21f462076f69f5c3480663dfd 100644 (file)
@@ -101,11 +101,17 @@ __overwrite__ :
         'APPLICATION.products.medfile'          : {tag: '4.1.1',     base: 'no', section: 'version_4_1_1_UB22_04'}
     }
     {
-        __condition__ : "VARS.dist in ['FD37']"
-        'APPLICATION.products.medfile'          : {tag: '4.1.1',     base: 'no', section: 'version_4_1_1_FD37'}
+        __condition__ : "VARS.dist in ['UB24.04']"
+        'APPLICATION.products.cmake'            : 'native'
+        'APPLICATION.products.swig'             : '4.0.2'
+        'APPLICATION.products.medfile'          : {tag: '4.1.1',     base: 'no', section: 'version_4_1_1_UB22_04'}
     }
     {
         __condition__ : "VARS.dist in ['FD36']"
         'APPLICATION.products.medfile'          : {tag: '4.1.1',     base: 'no', section: 'version_4_1_1_FD36'}
     }
+    {
+        __condition__ : "VARS.dist in ['FD38']"
+        'APPLICATION.products.medfile'          : {tag: '4.1.1',     base: 'no', section: 'version_4_1_1_FD38'}
+    }
 ]