From: qc784398 Date: Fri, 9 Apr 2021 16:43:25 +0000 (+0200) Subject: Remove StaticMeshPlugin from master applications - temporarily remove openturns from... X-Git-Tag: V9_7_0~63^2~17 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=90b23d201e28dbaf36b6cae35df5c97eed6bf253;p=tools%2Fsat_salome.git Remove StaticMeshPlugin from master applications - temporarily remove openturns from native FD32 and CO8 --- diff --git a/applications/SALOME-master-MPI.pyconf b/applications/SALOME-master-MPI.pyconf index 5a73f70..7d8e839 100644 --- a/applications/SALOME-master-MPI.pyconf +++ b/applications/SALOME-master-MPI.pyconf @@ -103,7 +103,6 @@ APPLICATION : sphinxcontrib_websupport : '1.1.0' sphinx_rtd_theme : '0.4.3' sphinxintl: '0.9.10' - StaticMeshPlugin : '5.8.0' swig : '3.0.12' tbb : '2019_U8' tcl : '8.6.0' diff --git a/applications/SALOME-master-native.pyconf b/applications/SALOME-master-native.pyconf index c25b22e..ff9f95b 100644 --- a/applications/SALOME-master-native.pyconf +++ b/applications/SALOME-master-native.pyconf @@ -105,7 +105,6 @@ APPLICATION : sphinxcontrib_websupport : 'native' sphinxintl: 'native' sphinx_rtd_theme : 'native' - StaticMeshPlugin : '5.8.0' swig : 'native' tbb : 'native' tcl : 'native' @@ -185,6 +184,11 @@ __overwrite__ : # 'PRODUCTS.PARAVISADDONS.default.patches' : ['paraview-5.9_PARAVISADDONS.patch'] } + { + # openturns - make install seems to not doing anything (although we see files installation in logs) + __condition__ : "VARS.dist in ['FD32', 'CO8']" + 'APPLICATION.rm_products' : ['openturns'] + } { # Although recent adaptations of GEOM CMake procedure to be compliant with openCV 4.X, some # deeper investigations need to be done in its sources. Use embedded openCV product where diff --git a/applications/SALOME-master-windows.pyconf b/applications/SALOME-master-windows.pyconf index 6d03830..7e36583 100644 --- a/applications/SALOME-master-windows.pyconf +++ b/applications/SALOME-master-windows.pyconf @@ -117,7 +117,6 @@ APPLICATION : sphinxcontrib_websupport : '1.1.2' sphinx_rtd_theme : '0.4.3' sphinxintl: '2.0.0' - StaticMeshPlugin : '5.8.0' swig : '3.0.12' tbb : '2019_U8_win' tcltk : '8.6.9' diff --git a/applications/SALOME-master.pyconf b/applications/SALOME-master.pyconf index 0ad32e6..df7b536 100644 --- a/applications/SALOME-master.pyconf +++ b/applications/SALOME-master.pyconf @@ -101,7 +101,6 @@ APPLICATION : sphinxcontrib_websupport : '1.1.0' sphinx_rtd_theme : '0.4.3' sphinxintl: '0.9.10' - StaticMeshPlugin : '5.8.0' swig : '3.0.12' tbb : '2019_U8' tcl : '8.6.0'