]> 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)
committerqc784398 <quentin.cozette@cea.fr>
Fri, 5 Mar 2021 17:04:48 +0000 (18:04 +0100)
applications/SALOME-master-native.pyconf

index a44e5d3800bbc3c810aa4d07119827d9992f1bd2..7550f05e6c03a1bfd7597ded371214d814750248 100644 (file)
@@ -190,5 +190,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'
+   }
 ]