]> SALOME platform Git repositories - tools/sat_salome.git/commitdiff
Salome HOME
spns #41954: support Ubuntu 24.04
authorGuytri Kastane <Guytri.Kastane@cea.fr>
Tue, 3 Sep 2024 11:16:48 +0000 (13:16 +0200)
committerNabil Ghodbane <nabil.ghodbane@cea.fr>
Tue, 3 Sep 2024 11:16:48 +0000 (13:16 +0200)
applications/MEDCOUPLING-9.13.0-native.pyconf
applications/SALOME-9.13.0-native.pyconf
products/catalyst.pyconf
products/medfile.pyconf

index 71474882e07a1388a0525b09ec74771cfa034fae..b9bfced876985b5a081c7531f05d4906052d1604 100644 (file)
@@ -98,14 +98,19 @@ __overwrite__ :
     }
     {
         __condition__ : "VARS.dist in ['UB22.04']"
-        'APPLICATION.products.medfile'          : {tag: '4.1.1',     base: 'no', section: 'version_4_1_1_UB22_04'}
+        'APPLICATION.products.medfile'          : {tag: '4.1.1',     base: 'no', section: 'version_4_1_1_UB24_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.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'}
+    }
 ]
index 4374f0efc026347711fcb0ba4f69e44959600261..6a8b11e5492f41a06bba2f3255680030ce3aa14e 100644 (file)
@@ -273,8 +273,8 @@ __overwrite__ :
         'APPLICATION.products.omniORBpy'        : {tag: '4.2.5',     base: 'no', section: 'version_4_2_5_UB24_04'                  }
         'APPLICATION.products.nose_py3'         : {tag: '1.6.9',     base: 'no', section: 'version_1_6_9_no_pip'                   }
         'APPLICATION.products.rkCommon'         : {tag: '1.5.1',     base: 'no', section: 'version_1_5_1_UB24_04'                  }
-        'APPLICATION.products.catalyst'         : {tag: '2.0',       base: 'no', section: 'version_2_0_FD38'                       }
-        'APPLICATION.products.medfile'          : {tag: '4.1.1',     base: 'no', section: 'version_4_1_1_UB22_04'                  }
+        'APPLICATION.products.catalyst'         : {tag: '2.0',       base: 'no', section: 'version_2_0_UB24_04'                    }
+        'APPLICATION.products.medfile'          : {tag: '4.1.1',     base: 'no', section: 'version_4_1_1_UB24_04'                  }
         'APPLICATION.products.gmsh'             : {tag: '4.10.3',    base: 'no', section: 'version_4_10_3_with_CAS_7_8_UB24_04'    }
         'APPLICATION.products.ParaView'         : {tag: '5.11.0',    base: 'no', section: 'version_5_11_0_MPI_UB24_04', hpc: 'yes' }
         'APPLICATION.products.KERNEL'           : {tag: 'V9_13_0',   base: 'no', section: 'version_V9_13_0_UB24_04'                }
index 2af498d45cd1e77ca8aad019d9d302e2ddbb29ac..6fab55e49495ca0ef2dfad781915bcbdf5f41426 100644 (file)
@@ -35,9 +35,14 @@ version_2_0:
     archive_info : {archive_name : "catalyst-2.0-431a8a1.tar.gz"}
 }
 
+version_2_0_UB24_04:
+{
+    archive_info : {archive_name : "catalyst-2.0-431a8a1.tar.gz"}
+    patches : ['catalyst-2.0.p001.patch']
+}
+
 version_2_0_FD38:
 {
     archive_info : {archive_name : "catalyst-2.0-431a8a1.tar.gz"}
     patches : ['catalyst-2.0.p001.patch']
 }
-  
\ No newline at end of file
index 316001ab606ae0f1d543462324f661758f97df14..182766cb1ba8fa8684819ec7e474fe86745016c0 100644 (file)
@@ -51,6 +51,15 @@ version_4_1_1_win :
     }
 }
 
+# needed in order to screen with windows version - see below
+version_4_1_1_UB24_04 :
+{
+    compil_script : 'med-4.1.1.sh'
+    test_build : "make check"
+    build_depend : ['swig']
+    patches: ['SPNS-29880-medfile.patch']
+}
+
 # needed in order to screen with windows version - see below
 version_4_1_1_UB22_04 :
 {