Salome HOME
Merge master branch to integrate new petsc 3.15 use
[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     environ :
8     {
9        env_script : $name + ".py"
10     }
11     depend : ['Python']
12     build_depend : ["cmake", "swig"]
13     patches : []
14     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
15     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
16     install_dir : 'base'
17     properties :
18     {
19       incremental : "yes"
20       single_install_dir : "no"
21     }
22 }
23
24 default_win:
25 {
26    depend : ['Python']
27    properties :
28    {
29      incremental : "yes"
30      single_install_dir : "yes"
31    }
32 }
33
34 version_2_5_0:
35 {
36     build_source : "cmake"
37     cmake_options : "-DBUILD_SHARED_LIBS:BOOL=ON -DNLOPT_MATLAB:BOOL=OFF -DNLOPT_OCTAVE:BOOL=OFF -DNLOPT_GUILE:BOOL=OFF -DSWIG_EXECUTABLE=${SWIG_ROOT_DIR}/bin/swig"
38 }
39
40 version_2_5_0_win:
41 {
42     build_source : "script"
43 }