Salome HOME
Fedora 37 support
[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 + "tools/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               ]
23     opt_depend: []
24     build_depend : ["cmake", "cppunit"]
25     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
26     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
27     properties:
28     {
29         incremental : "yes"
30         is_SALOME_module : "yes"
31
32     }
33     # prescription de EDF ne fonctionne pas en dehors de YAMS
34     # solution temporaire pour utiliser l'approche standard de SALOME
35     patches : ['YDEFX-CMakeLists.patch']
36 }