launch : {PYTHONIOENCODING:"UTF_8", SALOME_MODULES_ORDER:"SHAPER:SHAPERSTUDY:GEOM:SMESH"}
SALOME_trace : "local" # local/file:.../with_logger
SALOME_MODULES : "SHAPER,SHAPERSTUDY,GEOM,SMESH,PARAVIS,YACS,JOBMANAGER" # specify the first modules to display in gui
+ SALOME_ACTOR_DELEGATE_TO_VTK : '1'
}
products :
{
{
CONFIGURATION_ROOT_DIR : $workdir + $VARS.sep + "SOURCES" + $VARS.sep + "CONFIGURATION"
RESTRICTED_ROOT_DIR : $workdir + $VARS.sep + "SOURCES" + $VARS.sep + "RESTRICTED"
+ VTK_SMP_IMPLEMENTATION_TYPE : OpenMP # OpenMP # choose among: sequential / OpenMP / TBB switches
}
launch : {PYTHONIOENCODING:"UTF_8", SALOME_MODULES_ORDER:"SHAPER:SHAPERSTUDY:GEOM:SMESH"}
SALOME_trace : "local" # local/file:.../with_logger
SALOME_MODULES : "SHAPER,SHAPERSTUDY,GEOM,SMESH,PARAVIS,YACS,JOBMANAGER" # specify the first modules to display in gui
+ SALOME_ACTOR_DELEGATE_TO_VTK : '1'
}
products :
{
hdf5 : '1.10.3'
idna : '2.7'
imagesize : '1.0.0'
- ispc : '1.9.2'
+ ispc : '1.15.0'
Jinja2 : '2.7.3'
kiwisolver : '1.0.1'
lapack : '3.8.0'
omniORB : '4.2.2'
omniORBpy : '4.2.2'
opencv : '3.2.0'
- openturns : '1.16'
- openVKL : '0.11.0'
+ openturns: '1.16'
+ openVKL: '0.11.0'
ospray : '2.4.0'
packaging : '17.1'
ParaView : {tag : '5.9.0', section : 'version_5_9_0_int32'}
petsc : {tag : '3.15.0', section: 'version_3_15_0'}
Pillow : '7.1.1'
planegcs : '0.18-3cb6890'
+ psutil : '5.7.2'
Pygments : '2.0.2'
pyparsing : '2.0.3'
PyQt : '5.15.3'
- PyQtChart : '5.9'
+ #PyQtChart : '5.9'
pyreadline : '2.0'
Python : '3.6.5'
pytz : '2015.7'
qwt : '6.1.2'
requests : '2.19.1'
rkCommon : '1.5.1'
- root : '6.22.02'
+ root: '6.22.02'
salome_system : 'native'
scipy : '1.4.1'
scotch : '6.0.4'
tk : '8.6.0'
urllib3 : '1.23'
URANIE : '4.5.0'
-
# SALOME MODULES :
'CONFIGURATION'
'SALOME'
'SHAPER'
'SHAPERSTUDY'
'RESTRICTED'
- 'LIBBATCH' : {tag :'V2_4_5'}
+ 'LIBBATCH' : {tag : 'V2_4_5'}
'KERNEL'
'MEDCOUPLING': {section: 'default_32BIT_IDS'}
'GUI'
__overwrite__ :
[
{
- # tbb as a mandatory native product since SMESH with tbb, not installed on DB8 (temporary)
- __condition__ : "VARS.dist in ['DB08']"
- 'APPLICATION.products.tbb' : '4.4'
- }
-
- {
- #
- __condition__ : "VARS.dist in ['FD26']"
- 'APPLICATION.products.tbb' : '2017-7'
- 'APPLICATION.products.embree' : '3.5.2'
- }
-
- {
- #
- __condition__ : "VARS.dist in ['UB20.04']"
- 'PRODUCTS.qt.version_5_9_1.patches' : ['qt-5.9.1-UB20-FD32-socketcanbackend.patch']
- }
-
- {
- __condition__ : "VARS.dist in ['FD32']"
- 'APPLICATION.products.scipy' : '1.5.2' # gcc https://github.com/scipy/scipy/issues/11611 - either patch numpy to include -fallow-argument-mismatch or move to that version
- # see https://bugs.gentoo.org/708730
- 'PRODUCTS.llvm.version_8_0_1_clang.patches' : ['llvm-8.0.1-clang-FD32.patch']
- 'PRODUCTS.qt.version_5_9_1.patches' : ['qt-5.9.1-UB20-FD32-socketcanbackend.patch', 'qt-5.9.1-mapbox-FD32.patch']
- 'PRODUCTS.mesa.version_19_0_8.patches' : ['mesa-19.0.8-debug_symbol.patch']
- }
-
- {
- # Adapt Paraview CMake files to be compliant with recent distributions
- __condition__ : "VARS.dist in ['FD30', 'FD32', 'CO8']"
- 'PRODUCTS.ParaView.version_5_8_0_int32.patches' : ['paraview.0010-ParaViewClient.patch',
- 'paraview.0004-ParaView_hdf5.patch',
- 'paraview.0005-ParaView_find_cgns.patch',
- 'paraview.0006-ParaView_find_libxml2.patch',
- 'paraview.0007-ParaView_find_freetype.patch',
- 'paraview.0009-ParaView_volume_mapper.patch',
- 'pv_coincident.patch',
- 'paraview.0017-ParaView_protobuf_crash.patch'
- ]
+ __condition__ : "VARS.dist in ['FD32']"
+ # https://github.com/scipy/scipy/issues/11611
+ 'APPLICATION.products.scipy' : '1.5.2'
}
]
'EFICAS_TOOLS'
'ADAO'
'PARAVISADDONS'
- 'CEATESTBASE' : {tag: 'SalomeV9'}
+ 'CEATESTBASE'
}
profile :
{
__overwrite__ :
[
- {
- __condition__ : "APPLICATION.debug == 'yes'"
- 'APPLICATION.products.numpy' : '1.16.4-win-dbg'
- 'APPLICATION.products.sphinxintl' : '2.0.0-win-dbg'
- }
]
-s#!/usr/bin/env python
+#!/usr/bin/env python
#-*- coding:utf-8 -*-
APPLICATION :
'JOBMANAGER'
'YACS'
'YACSGEN'
- 'SOLVERLAB' : {tag: 'master'}
+ 'SOLVERLAB'
'DOCUMENTATION'
'SAMPLES'
'COMPONENT'
'ADAO'
'ADAO_INTERFACE'
'PARAVISADDONS'
- 'CEATESTBASE' : {tag: 'SalomeV9'}
+ 'CEATESTBASE'
}
profile :
{
{
__condition__ : "VARS.dist in ['FD32']"
# https://github.com/scipy/scipy/issues/11611
- 'APPLICATION.products.scipy' : '1.5.2'
- # https://bugs.gentoo.org/708730 : llvm 8.0.1 build issue with gcc/clang 10.X
- 'PRODUCTS.llvm.version_8_0_1_clang.patches' : ['llvm-8.0.1-clang-FD32.patch']
- #
- 'PRODUCTS.mesa.version_19_0_8.patches' : ['mesa-19.0.8-debug_symbol.patch']
- #
- 'PRODUCTS.qt.version_5_12_10.patches' : ['qt-mapbox-FD32.patch']
+ 'APPLICATION.products.scipy' : '1.5.2'
}
]
launch : {PYTHONIOENCODING:"UTF_8", SALOME_MODULES_ORDER:"SHAPER:SHAPERSTUDY:GEOM:SMESH"}
SALOME_trace : "local" # local/file:.../with_logger
SALOME_MODULES : "SHAPER,SHAPERSTUDY,GEOM,SMESH,PARAVIS,YACS,JOBMANAGER" # specify the first modules to display in gui
+ SALOME_ACTOR_DELEGATE_TO_VTK : '1'
}
products :
{
# PREREQUISITES :
alabaster : '0.7.6'
Babel : '2.7.0'
- boost : '1.58.0'
- CAS : {tag: 'CR750-SALOME-PATCH', section: 'version_V7_5_0'}
+ boost : '1.71.0'
+ CAS : {tag: 'V7_5_0p1', section: 'version_V7_5_0'}
certifi : '2018.8.24'
cgns : {tag : '4.1.1', hpc : 'yes'}
chardet : '3.0.4'
libxml2 : '2.9.1'
llvm : '8.0.1-clang'
markupsafe : '0.23'
- matplotlib : '2.2.2'
+ matplotlib : '3.0.3'
medfile : {tag : '4.1.0', hpc : 'yes', section : 'default_Autotools' }
mesa : '19.0.8'
MeshGems : {tag : '2.12-1', hpc : 'yes'}
omniORBpy : '4.2.2'
opencv : '3.2.0'
openmpi : '3.1.6'
- openssl : "native"
openturns: '1.16'
openVKL: '0.11.0'
ospray : '2.4.0'
requests : '2.19.1'
rkCommon : '1.5.1'
root: '6.22.02'
+ salome_system : 'native'
scipy : '1.4.1'
scotch : '6.0.4'
setuptools : '38.4.0'
'SHAPER'
'SHAPERSTUDY'
'RESTRICTED'
- 'LIBBATCH' : {tag :'V2_4_4'}
+ 'LIBBATCH' : {tag :'V2_4_5'}
'KERNEL' : {section : 'default_MPI', verbose : 'yes'}
'MEDCOUPLING' : {section : 'default_MPI', verbose : 'yes'}
'GUI' : {verbose : 'yes'}
'PYHELLO'
'EFICAS'
'EFICAS_TOOLS'
- 'PY2CPP' : {tag: 'v2.0'}
+ 'PY2CPP'
'ADAO'
'ADAO_INTERFACE'
'PARAVISADDONS'
}
__overwrite__ :
[
- {
- __condition__ : "APPLICATION.debug == 'yes'"
- # https://cplusplus.com/forum/general/250854 : DEBUG symbol is defined twice, need an additional patch
- 'PRODUCTS.ParaView.version_5_9_0.patches' : ['paraview.0003-ParaViewClient.patch',
- 'paraview.0004-ParaView_hdf5.patch',
- 'paraview.0005-ParaView_find_cgns.patch',
- 'paraview.0006-ParaView_find_libxml2.patch',
- 'paraview.0007-ParaView_find_freetype.patch',
- 'paraview-0012-LATA_64BITS_IDS.patch',
- 'ParaView-5.9.0-CATALYST_cmake.patch',
- 'paraview.0008-ParaView_coincident_rendering.patch',
- 'paraview.0015-Paraview_VTKM_ioss.patch']
- }
]
SALOME_MODULES : "SHAPER,SHAPERSTUDY,GEOM,SMESH,PARAVIS,YACS,JOBMANAGER" # specify the first modules to display in gui
SALOME_TMP_DIR : "%appdata%"
HOME : "%userprofile%"
+ SALOME_ACTOR_DELEGATE_TO_VTK : '1'
}
products :
{
alabaster : '0.7.6'
Babel : '2.7.0'
boost : '1.67.0'
- CAS : {tag: 'CR750-SALOME-PATCH', section: 'version_V7_5_0_win'}
+ CAS : {tag: 'V7_5_0p1', section: 'version_V7_5_0_win'}
certifi : '2019.6.16'
cgns : '4.1.1'
chardet : '3.0.4'
'SHAPER'
'SHAPERSTUDY'
'RESTRICTED'
- 'LIBBATCH' : {tag :'V2_4_4'}
+ 'LIBBATCH' : {tag :'V2_4_5'}
'KERNEL'
'MEDCOUPLING'
'GUI'
launch : {PYTHONIOENCODING:"UTF_8", SALOME_MODULES_ORDER:"SHAPER:SHAPERSTUDY:GEOM:SMESH"}
SALOME_trace : "local" # local/file:.../with_logger
SALOME_MODULES : "SHAPER,SHAPERSTUDY,GEOM,SMESH,PARAVIS,YACS,JOBMANAGER" # specify the first modules to display in gui
+ SALOME_ACTOR_DELEGATE_TO_VTK : '1'
}
products :
{
# PREREQUISITES :
alabaster : '0.7.6'
Babel : '2.7.0'
- boost : '1.58.0'
- CAS : {tag: 'CR750-SALOME-PATCH', section: 'version_V7_5_0'}
+ boost : '1.71.0'
+ CAS : {tag: 'V7_5_0p1', section: 'version_V7_5_0'}
certifi : '2018.8.24'
cgns : '4.1.1'
chardet : '3.0.4'
libxml2 : '2.9.1'
llvm : '8.0.1-clang'
markupsafe : '0.23'
- matplotlib : '2.2.2'
+ matplotlib : '3.0.3'
medfile : {section: 'default_Autotools', tag: '4.1.0'}
mesa : '19.0.8'
MeshGems : '2.12-1'
omniORB : '4.2.2'
omniORBpy : '4.2.2'
opencv : '3.2.0'
- openssl : "native"
openturns: '1.16'
openVKL: '0.11.0'
ospray : '2.4.0'
requests : '2.19.1'
rkCommon : '1.5.1'
root: '6.22.02'
+ salome_system : 'native'
scipy : '1.4.1'
scotch : '6.0.4'
setuptools : '38.4.0'
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'
'SHAPER'
'SHAPERSTUDY'
'RESTRICTED'
- 'LIBBATCH' : {tag : 'V2_4_4'}
+ 'LIBBATCH' : {tag : 'V2_4_5'}
'KERNEL'
'MEDCOUPLING'
'GUI'
'PYHELLO'
'EFICAS'
'EFICAS_TOOLS'
- 'PY2CPP' : {tag: 'v2.0'}
+ 'PY2CPP'
'ADAO'
'ADAO_INTERFACE'
'PARAVISADDONS'
{
__condition__ : "VARS.dist in ['FD32']"
# https://github.com/scipy/scipy/issues/11611
- 'APPLICATION.products.scipy' : '1.5.2'
- # https://bugs.gentoo.org/708730 : llvm 8.0.1 build issue with gcc/clang 10.X
- 'PRODUCTS.llvm.version_8_0_1_clang.patches' : ['llvm-8.0.1-clang-FD32.patch']
- #
- 'PRODUCTS.mesa.version_19_0_8.patches' : ['mesa-19.0.8-debug_symbol.patch']
- #
- 'PRODUCTS.qt.version_5_12_10.patches' : ['qt-mapbox-FD32.patch']
- }
- {
- __condition__ : "APPLICATION.debug == 'yes'"
- # https://cplusplus.com/forum/general/250854 : DEBUG symbol is defined twice, need an additional patch
- 'PRODUCTS.ParaView.version_5_9_0.patches' : ['paraview.0003-ParaViewClient.patch',
- 'paraview.0004-ParaView_hdf5.patch',
- 'paraview.0005-ParaView_find_cgns.patch',
- 'paraview.0006-ParaView_find_libxml2.patch',
- 'paraview.0007-ParaView_find_freetype.patch',
- 'paraview-0012-LATA_64BITS_IDS.patch',
- 'ParaView-5.9.0-CATALYST_cmake.patch',
- 'paraview.0008-ParaView_coincident_rendering.patch',
- 'paraview.0015-Paraview_VTKM_ioss.patch']
+ 'APPLICATION.products.scipy' : '1.5.2'
}
]
{
build_source : "script"
compil_script: "llvm-8.0.1.sh"
+ patches : ['llvm-8.0.1-clang-FD32-gcc-10.0.patch']
}
version_8_0_1_clang_win :
incremental : "yes"
compile_time : "yes"
}
+ patches : []
}
}
version_19_0_8:
+{
+ patches: ['mesa-19.0.8-debug_symbol-gcc-10.0.patch']
+}
+
+version_19_0_8_win:
{
patches: []
}
--- /dev/null
+--- llvm/include/llvm/Demangle/MicrosoftDemangleNodes.h 2019-01-08 22:05:51.000000000 +0100
++++ llvm_new/include/llvm/Demangle/MicrosoftDemangleNodes.h 2021-05-18 12:01:40.155715423 +0200
+@@ -4,7 +4,13 @@
+ #include "llvm/Demangle/Compiler.h"
+ #include "llvm/Demangle/StringView.h"
+ #include <array>
+-
++#ifdef __GNUC__
++#include <features.h>
++# if __GNUC_PREREQ(10,0)
++# include <cstdint>
++# include <string>
++# endif
++#endif
+ class OutputStream;
+
+ namespace llvm {
+@@ -602,4 +608,4 @@
+ } // namespace ms_demangle
+ } // namespace llvm
+
+-#endif
+\ Pas de fin de ligne à la fin du fichier
++#endif
--- /dev/null
+--- mesa/src/gallium/auxiliary/util/u_debug_symbol.c 2019-06-26 22:14:08.000000000 +0200
++++ mesa_new/src/gallium/auxiliary/util/u_debug_symbol.c 2021-05-18 12:25:33.795494688 +0200
+@@ -270,7 +270,14 @@
+ debug_printf("\t%s\n", buf);
+ }
+
+-struct util_hash_table* symbols_hash;
++#ifdef __GNUC__
++# include <features.h>
++# if __GNUC_PREREQ(10,0)
++ extern struct util_hash_table* symbols_hash;
++# else
++ struct util_hash_table* symbols_hash;
++# endif
++#endif
+ static mtx_t symbols_mutex = _MTX_INITIALIZER_NP;
+
+ static unsigned hash_ptr(void* p)
--- /dev/null
+diff -Naur qt_ref/qtlocation/src/3rdparty/mapbox-gl-native/include/mbgl/util/convert.hpp qt_new/qtlocation/src/3rdparty/mapbox-gl-native/include/mbgl/util/convert.hpp
+--- qt_ref/qtlocation/src/3rdparty/mapbox-gl-native/include/mbgl/util/convert.hpp 2020-10-15 08:53:19.000000000 +0200
++++ qt_new/qtlocation/src/3rdparty/mapbox-gl-native/include/mbgl/util/convert.hpp 2021-05-18 14:27:22.215207025 +0200
+@@ -3,6 +3,12 @@
+ #include <array>
+ #include <type_traits>
+ #include <utility>
++#ifdef __GNUC__
++# include <features.h>
++# if __GNUC_PREREQ(10,0)
++# include <stdint.h>
++# endif
++#endif // __GNUC__
+
+ namespace mbgl {
+ namespace util {
+diff -Naur qt_ref/qtlocation/src/3rdparty/mapbox-gl-native/platform/default/bidi.cpp qt_new/qtlocation/src/3rdparty/mapbox-gl-native/platform/default/bidi.cpp
+--- qt_ref/qtlocation/src/3rdparty/mapbox-gl-native/platform/default/bidi.cpp 2020-10-15 08:53:19.000000000 +0200
++++ qt_new/qtlocation/src/3rdparty/mapbox-gl-native/platform/default/bidi.cpp 2021-05-18 14:30:10.072271805 +0200
+@@ -5,6 +5,12 @@
+ #include <unicode/ushape.h>
+
+ #include <memory>
++#ifdef __GNUC__
++# include <features.h>
++# if __GNUC_PREREQ(10,0)
++# include <stdexcept>
++# endif
++#endif // __GNUC__
+
+ namespace mbgl {
+
+diff -Naur qt_ref/qtlocation/src/3rdparty/mapbox-gl-native/platform/qt/src/bidi.cpp qt_new/qtlocation/src/3rdparty/mapbox-gl-native/platform/qt/src/bidi.cpp
+--- qt_ref/qtlocation/src/3rdparty/mapbox-gl-native/platform/qt/src/bidi.cpp 2020-10-15 08:53:19.000000000 +0200
++++ qt_new/qtlocation/src/3rdparty/mapbox-gl-native/platform/qt/src/bidi.cpp 2021-05-18 14:32:30.936842655 +0200
+@@ -1,5 +1,11 @@
+ #include <memory>
+
++#ifdef __GNUC__
++# include <features.h>
++# if __GNUC_PREREQ(10,0)
++# include <stdexcept>
++# endif
++#endif // __GNUC__
+ #include <mbgl/text/bidi.hpp>
+
+ #include <QString>
{
compil_script : "qt-5.12.10" + $VARS.scriptExtension
depend : ["freetype", 'llvm']
+ patches : ['qt-mapbox-FD32-gcc-10.0.patch']
}
version_5_12_10_win :
{
depend : ["freetype"]
build_depend : ["llvm"]
+ patches : []
}
version_5_9_1 :