Salome HOME
SMESH depends upon SHAPERSTUDY - otherwise SHAPERSTUDY_ROOT_DIR is not exposed
[tools/sat_salome.git] / products / openturns.pyconf
1 default :
2 {
3     name : "openturns"
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', 'lapack', 'hdf5', 'tbb', 'nlopt', 'libxml2', 'eigen']
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       single_install_dir : "no"
20       incremental : "yes"
21     }
22 }
23
24 default_win :
25 {
26     compil_script :  'pip_install' + $VARS.scriptExtension
27     properties :
28     {
29       single_install_dir : "yes"
30       incremental : "yes"
31       pip : "yes"
32     }
33     depend : ['Python', 'lapack', 'hdf5', 'tbb', 'nlopt', 'libxml2', 'eigen', 'pthreads']
34 }
35
36 version_1_16 :
37 {
38     patches : ['openturns-1.16.0001.patch']
39 }
40
41 version_1_16_win :
42 {
43     patches : []
44 }