]> SALOME platform Git repositories - tools/sat_salome.git/blob - products/Cython.pyconf
Salome HOME
[FORUM][Windows] SF #1512 relax precision to 1e-9 on windows
[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_37:
36 {
37    archive_info : {archive_name : "Cython-0.29.37.tar.gz"}
38 }
39
40 version_0_29_37_win_dbg :
41 {
42     name : "Cython"
43     build_source : "script"
44     compil_script : 'cython-0.29.37.bat'
45     get_source : "archive"
46     archive_info:
47     {
48         archive_name : "Cython-0.29.37.tar.gz"
49     }
50     environ :
51     {
52        env_script : $name + ".py"
53     }
54     depend : ['Python', 'setuptools', 'sip'] # in debug mode
55     opt_depend: ['psutil']
56     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
57     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
58     properties:
59     {
60         incremental : "yes"
61         pip : "no"
62     }
63 }
64
65 version_0_29_12_win_dbg :
66 {
67     name : "Cython"
68     build_source : "script"
69     compil_script : 'cython-0.29.12.bat'
70     get_source : "archive"
71     archive_info:
72     {
73         archive_name : "Cython-0.29.12_windows.tar.gz"
74     }
75     environ :
76     {
77        env_script : $name + ".py"
78     }
79     depend : ['Python', 'setuptools', 'sip'] # in debug mode
80     opt_depend: ['psutil']
81     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
82     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
83     properties:
84     {
85         incremental : "yes"
86         pip : "no"
87     }
88 }