Salome HOME
C3PO: requires mpi4py
[tools/sat_salome.git] / products / numpy.pyconf
1 default :
2 {
3     name : "numpy"
4     build_source : "script"
5     compil_script : $name + $VARS.scriptExtension
6     get_source : "archive"
7     system_info : 
8     {
9         rpm : ["python3-numpy"]
10         rpm_dev : []
11         apt : ["python3-numpy"]
12         apt_dev : []
13     }
14     environ :
15     {
16        env_script : $name + ".py"
17     }
18     depend : [ 'Python', 'setuptools', 'Cython', 'lapack' ]
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
30 default_win :
31 {
32     compil_script :  'pip_install_whl' + $VARS.scriptExtension
33     archive_info:
34     {
35         archive_name : "numpy-"  + $APPLICATION.products.numpy + "_windows.tar.gz"
36     }
37     depend : [ 'Python', 'setuptools', 'Cython']
38 }
39
40 version_1_16_4_win_dbg:
41 {
42     name : "numpy"
43     build_source : "script"
44     compil_script : $name + $VARS.scriptExtension
45     get_source : "archive"
46     archive_info:
47     {
48         archive_name : "numpy-1.16.4_windows.tar.gz"
49     }
50     depend : [ 'Python', 'setuptools', 'Cython']
51     environ :
52     {
53        env_script : $name + ".py"
54     }
55     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
56     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
57     properties:
58     {
59       incremental : "yes"
60       pip : "no"
61     }
62 }
63
64 version_1_5_1_to_1_9_2 :
65 {
66     name : "numpy"
67     compil_script :  $name + $VARS.scriptExtension
68     depend : [ 'Python']
69 }