]> SALOME platform Git repositories - tools/sat_salome.git/commitdiff
Salome HOME
Allow build on UB20 : embed boost (1.67.0) and opencv (3.2.0)
authorQuentin Cozette <quentin.cozette@cea.fr>
Thu, 28 Jan 2021 17:34:10 +0000 (18:34 +0100)
committerqc784398 <quentin.cozette@cea.fr>
Fri, 5 Mar 2021 17:04:48 +0000 (18:04 +0100)
applications/SALOME-master-native.pyconf

index 847604f0153fadab07e7533a09d9c6fadeec1926..3cb288009a21cb59089c900fb089208e72133738 100644 (file)
@@ -179,7 +179,7 @@ __overwrite__ :
       # FD32 is the first to use native opencv4 version (4.2.0) : FindOpenCV.cmake fails (GEOM)
       # Associated library path is found through cv.h header which has been removed
       # (cf. release note of 2.2 version : use imgproc/imgproc.hpp instead - actually included too)
-      __condition__ : "VARS.dist in ['FD32']"
+      __condition__ : "VARS.dist in ['FD32', 'UB20.04']"
       'APPLICATION.products.opencv' : '3.2.0'
    }
    {
@@ -197,5 +197,10 @@ __overwrite__ :
       'APPLICATION.products.sphinxintl' : '0.9.10'
       'PRODUCTS.sphinxintl.default.properties.pip' : "no"
    }
+   {
+      # boost >= 1.70.0 use a new config mode which occurs compliant issue with compilation flags (GUI)
+      # Before fixing it, use embedded version, aligned on W10 (higher one)
+      __condition__ : "VARS.dist in ['UB20.04']"
+      'APPLICATION.products.boost' : '1.67.0'
 ]