Salome HOME
Fix openturns dependencies - Disable SOLVERLAB use until FindTBB fixing - Remove...
[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     depend : ['Python', 'lapack', 'hdf5', 'tbb', 'nlopt', 'libxml2', 'eigen', 'pthreads']
27 }
28
29 version_1_16 :
30 {
31     patches : ['openturns-1.16.0001.patch']
32 }