Salome HOME
spns #40779: implement git multiserver approach: tuleap, github, gitpub
[tools/sat_salome.git] / products / ADAO.pyconf
1 default :
2 {
3     name : "ADAO"
4     build_source : "script"
5     compil_script  : $name + $VARS.scriptExtension
6     get_source : "git"
7     git_info:
8     {
9       repositories :
10       {
11         tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/adao.git"
12         github : $PROJECTS.projects.salome.git_info.git_server.github.url + "adao.git"
13         gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "modules/adao.git"
14       }
15     }
16     environ :
17     {
18       env_script : $name + ".py"
19       SalomeAppConfig_ : $install_dir + $VARS.sep + "share" + $VARS.sep + "salome" + $VARS.sep + "resources" + $VARS.sep + "adao"
20     }
21     depend : [
22         "docutils",
23         "Sphinx",
24         "setuptools",
25         "Python",
26         "nlopt",
27         "omniORB",
28         "omniORBpy",
29         "CONFIGURATION",
30         "KERNEL",
31         "EFICAS",
32         "EFICAS_TOOLS",
33         "YACS"
34         ]
35     opt_depend : ["scipy"]
36     build_depend : ["cmake", "swig", "cppunit"]
37     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
38     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
39     properties:
40     {
41         has_salome_gui : "yes"
42         is_SALOME_module : "yes"
43         has_unit_tests : "yes"
44     }
45 }