Salome HOME
spns #40779 : support github repositories and drop gitpub
[tools/sat_salome.git] / products / YDEFX.pyconf
1 default :
2 {
3     name : "YDEFX"
4     build_source : "cmake"
5     #build_source : "script"
6     compil_script  : $name + $VARS.scriptExtension
7     get_source : "git"
8     git_info:
9     {
10         repo : $PROJECTS.projects.salome.git_info.default_git_server + "ydefx.git"
11         repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "ydefx.git"
12     }
13     environ :
14     {
15     }
16     depend : [
17               "CONFIGURATION",
18               "Python",
19               "KERNEL",
20               "PY2CPP",
21               "YACS",
22               "qt"
23               ]
24     opt_depend: []
25     build_depend : ["cmake", "cppunit"]
26     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
27     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
28     properties:
29     {
30         incremental : "yes"
31         is_SALOME_module : "yes"
32
33     }
34     patches : []
35 }
36
37 default_win :
38 {
39    build_source : "script"
40   cmake_options : " -DCMAKE_WINDOWS_EXPORT_ALL_SYMBOLS=ON "
41   patches : []
42 }
43
44 version_master_CO9 :
45 {
46     cmake_options : " -DQt5_DIR=${QT5_ROOT_DIR}/lib/cmake/Qt5 -DQt5Core_DIR=${QT5_ROOT_DIR}/lib/cmake/Qt5Core -DQt5Gui_DIR=${QT5_ROOT_DIR}/lib/cmake/Qt5Gui -DQt5Widgets_DIR=${QT5_ROOT_DIR}/lib/cmake/Qt5Widgets"
47 }
48
49 version_V9_12_0_CO9 :
50 {
51     cmake_options : " -DQt5_DIR=${QT5_ROOT_DIR}/lib/cmake/Qt5 -DQt5Core_DIR=${QT5_ROOT_DIR}/lib/cmake/Qt5Core -DQt5Gui_DIR=${QT5_ROOT_DIR}/lib/cmake/Qt5Gui -DQt5Widgets_DIR=${QT5_ROOT_DIR}/lib/cmake/Qt5Widgets"
52 }
53
54 version_V9_10_0 :
55 {
56     # prescription de EDF ne fonctionne pas en dehors de YAMS
57     # solution temporaire pour utiliser l'approche standard de SALOME
58     # patch integre post-9.10
59     patches : ['YDEFX-CMakeLists.patch']
60 }