]> SALOME platform Git repositories - tools/sat_salome.git/commitdiff
Salome HOME
Update non native job
authorNabil Ghodbane <nabil.ghodbane@cea.fr>
Fri, 8 Apr 2022 14:45:40 +0000 (16:45 +0200)
committerNabil Ghodbane <nabil.ghodbane@cea.fr>
Fri, 8 Apr 2022 14:45:40 +0000 (16:45 +0200)
applications/SALOME-master.pyconf
products/gdal.pyconf

index 8023e3acd49b8c589aafc2eb95019d0364fc5d0c..d062eb1b3e930ad35ab6275e37c8d7bee89e9e23 100644 (file)
@@ -213,6 +213,7 @@ __overwrite__ :
         # https://github.com/scipy/scipy/issues/11611
         'APPLICATION.products.scipy' : '1.5.2'
         'APPLICATION.rm_products' : ['gcc', 'gmp', 'mpc', 'mpfr']
+        'APPLICATION.products.gdal': {tag:'2.4.0',   base: 'no', section: 'version_2_4_0_FD32'} # spns #29324
     }
     {
         __condition__ : "VARS.dist in ['CO7']"
@@ -220,12 +221,13 @@ __overwrite__ :
     }
     {
         __condition__ : "VARS.dist in ['CO8']"
-        'APPLICATION.rm_products'  : ['gcc', 'gmp', 'mpc', 'mpfr']
+        'APPLICATION.rm_products'  : ['gcc', 'gmp', 'mpc', 'mpfr', 'zeromq']
         'APPLICATION.products.gdal': {tag:'2.4.0',   base: 'no', section: 'version_2_4_0_CO8'} # spns #29324
     }
     {
         __condition__ : "VARS.dist in ['DB10']"
         'APPLICATION.rm_products' : ['gcc', 'gmp', 'mpc', 'mpfr']
+        'APPLICATION.products.gdal': {tag:'2.4.0',   base: 'no', section: 'version_2_4_0_DB10'} # spns #29324
     }
     {
         __condition__ : "VARS.dist in ['UB18.04']"
@@ -234,6 +236,7 @@ __overwrite__ :
     {
         __condition__ : "VARS.dist in ['UB20.04']"
         'APPLICATION.rm_products' : ['gcc', 'gmp', 'mpc', 'mpfr']
+        'APPLICATION.products.gdal': {tag:'2.4.0',   base: 'no', section: 'version_2_4_0_UB20_0_4'} # spns #29324
     }
 
     {
index 9662ad7f7834d4c6e57801680c4e04015fea4ab0..628ea0e366d1d6aca23052a3b36d80bcefdaec58 100644 (file)
@@ -56,3 +56,19 @@ version_2_4_0_CO8:
                "gdal.0002-GNUmakefile-tooLongLine.patch"
               ]
 }
+
+version_2_4_0_DB10:
+{
+    compil_script :  'gdal-2.4.0.sh'
+    patches : ["gdal.0001-r2000.patch",
+               "gdal.0002-GNUmakefile-tooLongLine.patch"
+              ]
+}
+
+version_2_4_0_UB20_0_4:
+{
+    compil_script :  'gdal-2.4.0.sh'
+    patches : ["gdal.0001-r2000.patch",
+               "gdal.0002-GNUmakefile-tooLongLine.patch"
+              ]
+}