Salome HOME
bos #38104: prepare final configuration files for SALOME 9.12.0
[tools/sat_salome.git] / products / Cython.pyconf
1 default :
2 {
3     name : "Cython"
4     build_source : "script"
5     compil_script : 'pip_install' + $VARS.scriptExtension
6     get_source : "archive"
7     system_info : 
8     {
9         rpm : ["python3-Cython"]
10         rpm_dev : []
11         apt : ["python3-pytest-cython"]
12         apt_dev : []
13     }
14     environ :
15     {
16        env_script : $name + ".py"
17     }
18     depend : ['Python', 'setuptools']
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         pip : "yes"
26     }
27 }
28
29 default_win :
30 {
31    compil_script :  'pip_install_whl' + $VARS.scriptExtension
32    archive_info : {archive_name : "Cython-" + $APPLICATION.products.Cython + "_windows.tar.gz"}
33 }
34
35 version_0_29_12_win_dbg :
36 {
37     name : "Cython"
38     build_source : "script"
39     compil_script : 'cython.bat'
40     get_source : "archive"
41     archive_info:
42     {
43         archive_name : "Cython-0.29.12_windows.tar.gz"
44     }
45     environ :
46     {
47        env_script : $name + ".py"
48     }
49     depend : ['Python', 'setuptools', 'sip'] # in debug mode
50     opt_depend: ['psutil']
51     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
52     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
53     properties:
54     {
55         incremental : "yes"
56         pip : "no"
57     }
58 }