Salome HOME
move to tbb 2019_U8 - strangely does not compile if using native one
[tools/sat_salome.git] / products / openturns.pyconf
index f9b2230fba4287cbb684c947b5f90b5a53f7854f..3c33339ce7c47a84418d772a713d71c1c25927d2 100644 (file)
@@ -1,14 +1,14 @@
 default :
 {
     name : "openturns"
-    build_source : "cmake"
-    cmake_options : " -DPYTHON_EXECUTABLE=${PYTHON_ROOT_DIR}/bin/python"
+    build_source : "script"
+    compil_script :  $name + $VARS.scriptExtension
     get_source : "archive"
     environ :
     {
        env_script : $name + ".py"
     }
-    depend : ['Python', 'lapack', 'hdf5', 'tbb', 'nlopt']
+    depend : ['Python', 'lapack', 'hdf5', 'tbb', 'nlopt', 'libxml2', 'eigen']
     build_depend : ["cmake", "swig"]
     patches : []
     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
@@ -20,3 +20,8 @@ default :
       incremental : "yes"
     }
 }
+
+version_1_16 :
+{
+  patches : ['openturns-1.16.0001.patch']
+}