Salome HOME
FD32: gdal is embedded spns #29324
authorNabil Ghodbane <nabil.ghodbane@cea.fr>
Thu, 31 Mar 2022 14:48:53 +0000 (16:48 +0200)
committerNabil Ghodbane <nabil.ghodbane@cea.fr>
Thu, 31 Mar 2022 14:48:53 +0000 (16:48 +0200)
applications/SALOME-master-native.pyconf
products/gdal.pyconf

index ab2d0db496b3537d89c1f6ab5cef0d8bd359643f..89b80201c1acba446ceb8c79be11eced07b2b0f6 100644 (file)
@@ -247,6 +247,7 @@ __overwrite__ :
         'APPLICATION.products.PyFMI'     : {tag: '2.5',   base: 'no', section: 'version_2_5_no_pip'              }
         'APPLICATION.products.openturns' : {tag: '1.17',  base: 'no', section: 'version_1_17_FD32'               }
         'APPLICATION.products.Sphinx'    : {tag: '1.7.6', base: 'no', section: 'version_1_7_6_no_pip'            }
+        'APPLICATION.products.gdal'      : {tag:'2.4.0',   base: 'no', section: 'version_2_4_0_FD32'             } # spns #29324
     }
     {
         __condition__ : "VARS.dist in ['FD34']"
index 1383ac8eca31d2c654a62ea58b39f6cfe73b0836..95b306cd805a0a19eff83bab3a63dad3fb5de9f8 100644 (file)
@@ -42,3 +42,9 @@ version_2_4_0_FD34:
     compil_script :  'gdal-2.4.0.sh'
     patches : ["gdal.0001-r2000.patch"]
 }
+
+version_2_4_0_FD32:
+{
+    compil_script :  'gdal-2.4.0.sh'
+    patches : ["gdal.0001-r2000.patch"]
+}