Salome HOME
Finalization of source command with commentaries
[tools/sat.git] / data / modules / KERNEL.pyconf
1 MODULES :
2 {
3         KERNEL_7_7_1 :
4         {
5                 name : "KERNEL"
6             has_gui : "no"
7             compile_method : "cmake"
8             get_method : "git"
9             git_info:
10             {
11                 repo : "http://git.salome-platform.org/gitpub/modules/kernel.git"
12                 repo_dev : $SITE.prepare.default_git_server_dev + $VARS.sep + $name
13                 tag : 'V7_7_1'
14             }
15             environ :
16             {
17                 "_LD_LIBRARY_PATH" : "${SOFT_ROOT_DIR}" + $VARS.sep + "lib"
18                 "_PYTHONPATH" : ["${SOFT_ROOT_DIR}" + $VARS.sep + "lib"
19                     "${SOFT_ROOT_DIR}" + $VARS.sep + "${PYTHON_LIBDIR0}"
20                     "${SOFT_ROOT_DIR}" + $VARS.sep + "${PYTHON_LIBDIR1}"]
21             }
22             depend : []
23             opt_depend : []
24             module_type : "sample"
25             source_dir : $APPLICATION.out_dir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
26             build_dir : $APPLICATION.out_dir + $VARS.sep + 'BUILD' + $VARS.sep + $name
27         }
28 }