Salome HOME
SSL mode integration : switch back SALOME modules on master branches - patch HOMARD...
[tools/sat_salome.git] / products / LIBBATCH.pyconf
1 default :
2 {
3     name : "LIBBATCH"
4     build_source : "cmake"
5     cmake_options : "-DSWIG_EXECUTABLE=${SWIG_ROOT_DIR}/bin/swig"
6     get_source : "git"
7     git_info:
8     {
9         repo : $PROJECTS.projects.salome.git_info.default_git_server + "tools/libbatch.git"
10         repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "libbatch.git"
11     }
12     environ :
13     {
14         env_script : $name + ".py"
15     }
16     depend : [ "Python"]
17     build_depend : ["cmake", "swig", "cppunit"]
18     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
19     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
20     install_dir : "base"
21     properties:
22     {
23         incremental : "yes"
24     }
25 }
26
27 default_win :
28 {
29     cmake_options : '-DCMAKE_GENERATOR="Visual Studio 15 2017 Win64" -DSWIG_EXECUTABLE=%SWIG_ROOT_DIR:\=/%/bin/swig.exe'
30     depend : [ "Python", "pthreads" ]
31 }