]> 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)
committerQuentin Cozette <quentin.cozette@cea.fr>
Thu, 11 Mar 2021 10:29:29 +0000 (11:29 +0100)
applications/SALOME-master-native.pyconf

index 4847260d8580a4ef6b7d5a449a2347288b2b380b..462644e7f0a08e96aafb06434632dc5fc27de1f0 100644 (file)
@@ -183,7 +183,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'
    }
    {
@@ -201,5 +201,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'
 ]