Salome HOME
add new section on YACS conf file for FD32 gk782450/fix_YACS_compilation_on_FD32_with_qt_5_15_2 14/head
authorGuytri KASTANE <guytri.kastane@cea.fr>
Fri, 14 Jun 2024 08:36:13 +0000 (10:36 +0200)
committerGuytri KASTANE <guytri.kastane@cea.fr>
Fri, 14 Jun 2024 08:36:13 +0000 (10:36 +0200)
applications/SALOME-master-native.pyconf
products/YACS.pyconf

index c0300f2ac5c376e6df57cc2a48092ff649b77ee9..0cee259665901e3d13d7e4f734d38ea318fc4eff 100644 (file)
@@ -366,6 +366,7 @@ __overwrite__ :
         'APPLICATION.products.rich'             : {tag: '13.7.1', base: 'no', section: 'version_13_7_1_no_pip'}
         'APPLICATION.products.meshio'           : {tag: '5.3.5' , base: 'no', section: 'version_5_3_5_no_pip' }
         'APPLICATION.products.h5py'             : {tag: '3.11.0', base: 'no', section: 'version_3_11_0_no_pip'}
         'APPLICATION.products.rich'             : {tag: '13.7.1', base: 'no', section: 'version_13_7_1_no_pip'}
         'APPLICATION.products.meshio'           : {tag: '5.3.5' , base: 'no', section: 'version_5_3_5_no_pip' }
         'APPLICATION.products.h5py'             : {tag: '3.11.0', base: 'no', section: 'version_3_11_0_no_pip'}
+        'APPLICATION.products.YACS'             : {tag: 'master', base: 'no', section: 'version_master_FD32'  }
     }
     {
         __condition__ : "VARS.dist in ['FD34']"
     }
     {
         __condition__ : "VARS.dist in ['FD34']"
index c76f0c487775116d20abfbdda8b04f760bfcebb2..6d8a8b42d8a314ff89d9388c4a6dce67e9181e90 100644 (file)
@@ -56,6 +56,11 @@ default_win :
   patches : []
 }
 
   patches : []
 }
 
+version_master_FD32:
+{
+    cmake_options : " -DSALOME_YACS_USE_EMBEDDED_PMML=OFF -DQT_HELP_GENERATOR=${QT5_ROOT_DIR}/bin/qhelpgenerator -DQt5LinguistTools_DIR=${QT5_ROOT_DIR}/lib/cmake/Qt5LinguistTools"
+}
+
 version_master_CO9 :
 {
     cmake_options : " -DSALOME_YACS_USE_EMBEDDED_PMML=OFF -DQT_HELP_GENERATOR=${QT5_ROOT_DIR}/bin/qhelpgenerator -DQt5LinguistTools_DIR=${QT5_ROOT_DIR}/lib/cmake/Qt5LinguistTools"
 version_master_CO9 :
 {
     cmake_options : " -DSALOME_YACS_USE_EMBEDDED_PMML=OFF -DQT_HELP_GENERATOR=${QT5_ROOT_DIR}/bin/qhelpgenerator -DQt5LinguistTools_DIR=${QT5_ROOT_DIR}/lib/cmake/Qt5LinguistTools"