Salome HOME
OCCT: use git repository since back online
[tools/sat_salome.git] / products / mpi4py.pyconf
1 default :
2 {
3     name : "mpi4py"
4     build_source : "script"
5     compil_script :   'pip_install' + $VARS.scriptExtension
6     get_source : "archive"
7     system_info : 
8     {
9         rpm : ["python3-mpi4py"]
10         rpm_dev : []
11         apt : ["python3-mpi4py"]
12         apt_dev : []
13     }
14     environ :
15     {
16     }
17     depend : ["Python", 'openmpi']
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       pip : "yes"
25     }
26 }