]> SALOME platform Git repositories - tools/sat_salome.git/commitdiff
Salome HOME
Embed sphinxintl on native CO8, only available through pip
authorQuentin COZETTE (qc784398) <quentin.cozette@cea.fr>
Fri, 15 Jan 2021 16:57:15 +0000 (17:57 +0100)
committerQuentin Cozette <quentin.cozette@cea.fr>
Thu, 11 Mar 2021 10:29:29 +0000 (11:29 +0100)
applications/SALOME-master-native.pyconf

index 0e694057bcea560360af35ec25b88734f7a3f731..1f50ab930b59207df39e93a82ffb74cef255697d 100644 (file)
@@ -194,5 +194,11 @@ __overwrite__ :
       'PRODUCTS.ParaView.version_5_8_0.patches' : ['paraview.0003-ParaViewClient.patch',
                                                    'paraview.0003-ParaViewClient_native.patch']
    }
+   {
+      # CentOS 8 repositories don't include sphinxintl package which must be installed through pip.
+      # To avoid its missing (system_info pyconf key doesn't handle this use case), we embed it.
+      __condition__ : "VARS.dist in ['CO8']"
+      'APPLICATION.products.sphinxintl' : '0.9.10'
+   }
 ]