]> SALOME platform Git repositories - tools/sat_salome.git/blob - products/LIBBATCH.pyconf
Salome HOME
spns #20110 Tests Jobmanager on ORCUS
[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     patches : ['libbatch_slurm_orcus.patch']
13     environ :
14     {
15         env_script : $name + ".py"
16     }
17     depend : [ "Python"]
18     build_depend : ["cmake", "swig", "cppunit"]
19     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
20     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
21     install_dir : "base"
22     properties:
23     {
24         incremental : "yes"
25     }
26 }
27
28 default_win :
29 {
30     cmake_options : '-DCMAKE_GENERATOR="Visual Studio 15 2017 Win64" -DSWIG_EXECUTABLE=%SWIG_ROOT_DIR:\=/%/bin/swig.exe'
31     depend : [ "Python", "pthreads" ]
32 }