Salome HOME
bos #41564 [CEA] openturns 1.22
[tools/sat_salome.git] / products / nlopt.pyconf
1 default :
2 {
3     name : "nlopt"
4     build_source : "script"
5     compil_script :  $name + $VARS.scriptExtension
6     get_source : "archive"
7     system_info :
8     {
9        rpm     : ["NLopt"]
10        rpm_dev : ["NLopt-devel"]
11        apt     : ["libnlopt0","libnlopt-cxx0"]
12        apt_dev : ["libnlopt-dev","libnlopt-cxx-dev" ]
13     }
14     environ :
15     {
16        env_script : $name + ".py"
17     }
18     depend : ['Python', 'numpy'] # numpy mandatory otherwise no python API is generated
19     build_depend : ["cmake", "swig"]
20     patches : []
21     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
22     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
23     install_dir : 'base'
24     properties :
25     {
26       incremental : "yes"
27       single_install_dir : "no"
28     }
29 }
30
31 default_win:
32 {
33    properties :
34    {
35      incremental : "yes"
36      single_install_dir : "yes"
37    }
38 }
39
40 version_2_5_0:
41 {
42     compil_script :  "nlopt-2.5.0" + $VARS.scriptExtension
43 }
44
45 version_2_6_0:
46 {
47     compil_script :  "nlopt-2.6.0" + $VARS.scriptExtension
48 }