]> SALOME platform Git repositories - tools/sat.git/blob - data/products/LIBBATCH.pyconf
Salome HOME
Add config files and some code update for compilation of SALOME-7.8.0
[tools/sat.git] / data / products / LIBBATCH.pyconf
1 LIBBATCH :
2 {
3         name : "LIBBATCH"
4     build_source : "cmake"
5     get_source : "git"
6         git_info:
7         {
8                 repo : "http://git.salome-platform.org/gitpub/tools/libbatch.git"
9                 repo_dev : "ssh://gitolite3@git.salome-platform.org/tools/libbatch.git"
10         }
11     environ :
12     {
13     }
14     depend : ["cmake", "Python", "swig", "cppunit"]
15     type : "salome"
16     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
17     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
18 }