From: Quentin Cozette Date: Thu, 1 Apr 2021 17:24:26 +0000 (+0200) Subject: Fix openturns dependencies - Disable SOLVERLAB use until FindTBB fixing - Remove... X-Git-Tag: V9_7_0~63^2~26 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=84af503784c29206e0789801eff7dc4bda743415;p=tools%2Fsat_salome.git Fix openturns dependencies - Disable SOLVERLAB use until FindTBB fixing - Remove obsole glfw pyconf --- diff --git a/applications/SALOME-master-MPI.pyconf b/applications/SALOME-master-MPI.pyconf index 133bdc6..6005a8a 100644 --- a/applications/SALOME-master-MPI.pyconf +++ b/applications/SALOME-master-MPI.pyconf @@ -137,7 +137,7 @@ APPLICATION : 'JOBMANAGER' : {section : "default_MPI", verbose: 'yes'} 'YACS' 'YACSGEN' - 'SOLVERLAB' : {section : "default_MPI", hpc: 'yes'} +# 'SOLVERLAB' : {section : "default_MPI", hpc: 'yes'} 'DOCUMENTATION' 'SAMPLES' 'COMPONENT' diff --git a/applications/SALOME-master-native.pyconf b/applications/SALOME-master-native.pyconf index aeb0021..c25b22e 100644 --- a/applications/SALOME-master-native.pyconf +++ b/applications/SALOME-master-native.pyconf @@ -53,7 +53,6 @@ APPLICATION : gmsh : '4.1.4' graphviz : 'native' hdf5 : '1.10.3' - homard_bin : '11.12_hdf51103med410' idna : 'native' imagesize : 'native' # 'native' not exists (only available on Fedora platform) @@ -141,7 +140,7 @@ APPLICATION : 'JOBMANAGER' 'YACS' 'YACSGEN' - 'SOLVERLAB' +# 'SOLVERLAB' 'DOCUMENTATION' 'SAMPLES' 'COMPONENT' diff --git a/applications/SALOME-master.pyconf b/applications/SALOME-master.pyconf index 17b94d4..c3c5981 100644 --- a/applications/SALOME-master.pyconf +++ b/applications/SALOME-master.pyconf @@ -135,7 +135,7 @@ APPLICATION : 'JOBMANAGER' 'YACS' 'YACSGEN' - 'SOLVERLAB' +# 'SOLVERLAB' 'DOCUMENTATION' 'SAMPLES' 'COMPONENT' diff --git a/products/glfw.pyconf b/products/glfw.pyconf deleted file mode 100644 index cd6e578..0000000 --- a/products/glfw.pyconf +++ /dev/null @@ -1,17 +0,0 @@ -default : -{ - name : "glfw" - get_source : "native" - system_info : - { - rpm : [] - rpm_dev : ["glfw-devel"] - apt : [] - apt_dev : ["glfw-dev"] - } - depend : [] - properties : - { - incremental : "yes" - } -} diff --git a/products/openturns.pyconf b/products/openturns.pyconf index d12cf87..fa3efc3 100644 --- a/products/openturns.pyconf +++ b/products/openturns.pyconf @@ -8,7 +8,7 @@ default : { env_script : $name + ".py" } - depend : ['Python', 'lapack', 'hdf5', 'tbb', 'nlopt', 'libxml2', 'eigen','pthreads'] + depend : ['Python', 'lapack', 'hdf5', 'tbb', 'nlopt', 'libxml2', 'eigen'] build_depend : ["cmake", "swig"] patches : [] source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name @@ -21,7 +21,12 @@ default : } } +default_win : +{ + depend : ['Python', 'lapack', 'hdf5', 'tbb', 'nlopt', 'libxml2', 'eigen', 'pthreads'] +} + version_1_16 : { - patches : ['openturns-1.16.0001.patch'] + patches : ['openturns-1.16.0001.patch'] }