Salome HOME
spns #24320 : license header file approach
[tools/sat_salome.git] / applications / SALOME-master-native.pyconf
index 0f11279c928a4afd1249f3fbf48d4e132229ac34..3dfeaa5efb419b7b944d7bddbfb51b81705fe159 100644 (file)
@@ -178,7 +178,7 @@ APPLICATION :
         repo_dev : "yes"
         pip : 'yes'
         pip_install_dir : 'python'
-        single_install_dir : "yes"
+        single_install_dir : "no"
     }
 }
 __overwrite__ :
@@ -187,7 +187,7 @@ __overwrite__ :
       # Although recent adaptations of GEOM CMake procedure to be compliant with openCV 4.X, some
       # deeper investigations need to be done in its sources. Use embedded openCV product where
       # native one is 4.X.
-      __condition__ : "VARS.dist in ['FD32', 'UB20.04']"
+      __condition__ : "VARS.dist in ['FD32', 'UB20.04', 'FD34']"
       'APPLICATION.products.opencv' : '3.2.0'
    }
    {
@@ -226,4 +226,14 @@ __overwrite__ :
       'PRODUCTS.sphinxintl.default.properties.pip' : "no"
       'APPLICATION.products.cmake' : '3.12.1'
    }
+   {
+      # FD 34 qt5 package is qt5-qtbase-devel.
+      
+      __condition__ : "VARS.dist in ['FD34']"
+      'APPLICATION.products.omniORB'  : '4.2.4'
+      'APPLICATION.products.omniORBpy': '4.2.4'
+      'PRODUCTS.root.version_6_22_02.patches' : ['root-6.22.02.patch', 'root-6.22.02-gcc-11.0.patch']
+      'PRODUCTS.qt.default.system_info.rpm' : []
+      'PRODUCTS.qt.default.system_info.rpm_dev' : ["qt5-qtbase-devel"]
+   }
 ]