--- /dev/null
+#!/usr/bin/env python
+#-*- coding:utf-8 -*-
+
+APPLICATION :
+{
+ name : 'MEDCOUPLING-9.14.0a1-MPI'
+ workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name + '-' + $VARS.dist
+ tag : 'V9_14_0a1'
+ base : 'no'
+ debug : 'no'
+ python3 : 'yes'
+ platform : ['CO7', 'CO8', 'DB09']
+ environ :
+ {
+ build :
+ {
+ CONFIGURATION_ROOT_DIR : $workdir + $VARS.sep + "SOURCES" + $VARS.sep + "CONFIGURATION"
+ SALOME_USE_64BIT_IDS : '1'
+ }
+ launch :
+ {
+ PYTHONIOENCODING:"UTF_8"
+ }
+ }
+ products :
+ {
+ # PREREQUISITES :
+ alabaster : '0.7.6'
+ Babel : '2.14.0'
+ boost : '1.71.0'
+ certifi : '2018.8.24'
+ click : '6.7'
+ cmake : '3.25.2'
+ cppunit : '1.13.2'
+ chardet : '3.0.4'
+ charset_normalizer : '3.3.2'
+ Cython : '0.29.37'
+ docutils : '0.20.1'
+ doxygen : '1.8.14'
+ graphviz : '2.38.0'
+ hdf5 : {tag : '1.10.3', hpc : 'yes'}
+ idna : '2.7'
+ imagesize : '1.4.1'
+ importlib_metadata : '7.0.1'
+ Jinja2 : '3.1.3'
+ lapack : '3.8.0'
+ libxml2 : '2.9.12'
+ markupsafe : '2.1.5'
+ medfile : {tag : '4.1.1', hpc : 'yes'}
+ mpi4py: {tag: '3.1.0', base: 'no', section : 'version_3_1_0_no_pip'}
+ numpy : '1.21.1'
+ openmpi : '3.1.6'
+ packaging : '23.2'
+ ParMetis : '3.1.1'
+ pockets : '0.6.2'
+ Pygments : '2.17.2'
+ pyparsing : '3.1.1'
+ pyreadline : '2.0'
+ Python : '3.9.14'
+ pytz : '2017.2'
+ requests : '2.31.0'
+ scipy : '1.6.2'
+ scotch : '6.1.2'
+ setuptools : '69.0.3'
+ six : '1.10.0'
+ snowballstemmer : '2.2.0'
+ Sphinx : '7.2.6'
+ sphinxcontrib_applehelp : '1.0.8'
+ sphinxcontrib_devhelp : '1.0.6'
+ sphinxcontrib_jsmath : '1.0.1'
+ sphinxcontrib_jquery : '4.1'
+ sphinxcontrib_qthelp : '1.0.7'
+ sphinxcontrib_htmlhelp : '2.0.5'
+ sphinxcontrib_serializinghtml : '1.1.10'
+ sphinxcontrib_napoleon : '0.6.1'
+ sphinxcontrib_websupport : '1.2.7'
+ sphinxintl: '2.1.0'
+ swig : '4.0.2'
+ urllib3 : '1.23'
+ zipp : '3.17.0'
+
+ # SALOME MODULES :
+ 'CONFIGURATION'
+ 'MEDCOUPLING' : {tag:'V9_14_0a1', base: 'no', section: 'default_MPI_STD', hpc: 'yes'} # FIXME
+ }
+ test_base :
+ {
+ name : "SALOME"
+ tag : "SalomeV9"
+ }
+ properties :
+ {
+ git_server : 'tuleap'
+ pip : 'yes'
+ pip_install_dir : 'python'
+ single_install_dir : "no"
+ }
+}
+__overwrite__ :
+[
+ {
+ __condition__ : "VARS.dist in ['FD32']"
+ # gcc https://github.com/scipy/scipy/issues/11611
+ # either patch numpy to include -fallow-argument-mismatch or move to that version
+ 'APPLICATION.products.scipy' : '1.5.2'
+ }
+ {
+ __condition__: "VARS.dist in ['FD34', 'FD36', 'FD37', 'FD38']"
+ # gcc https://github.com/scipy/scipy/issues/11611
+ # either patch numpy to include -fallow-argument-mismatch or move to that version
+ 'APPLICATION.products.scipy' : '1.5.2'
+ }
+ {
+ __condition__ : "VARS.dist in ['DB11']"
+ # gcc https://github.com/scipy/scipy/issues/11611
+ # either patch numpy to include -fallow-argument-mismatch or move to that version
+ 'APPLICATION.products.scipy' : '1.5.2'
+ }
+ {
+ __condition__ : "VARS.dist in ['UB22.04']"
+ # gcc https://github.com/scipy/scipy/issues/11611
+ # either patch numpy to include -fallow-argument-mismatch or move to that version
+ 'APPLICATION.products.scipy' : '1.5.2'
+ }
+]
--- /dev/null
+#!/usr/bin/env python
+#-*- coding:utf-8 -*-
+
+APPLICATION :
+{
+ name : 'MEDCOUPLING-9.14.0a1-int32'
+ workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name + '-' + $VARS.dist
+ tag : 'V9_14_0a1'
+ base : 'no'
+ debug : 'no'
+ python3 : 'yes'
+ environ :
+ {
+ build :
+ {
+ CONFIGURATION_ROOT_DIR : $workdir + $VARS.sep + "SOURCES" + $VARS.sep + "CONFIGURATION"
+ }
+ launch :
+ {
+ PYTHONIOENCODING:"UTF_8"
+ }
+ }
+ products :
+ {
+ # PREREQUISITES :
+ alabaster : '0.7.6'
+ Babel : '2.14.0'
+ boost : '1.71.0'
+ certifi : '2018.8.24'
+ click : '6.7'
+ cmake : '3.25.2'
+ cppunit : '1.13.2'
+ chardet : '3.0.4'
+ charset_normalizer : '3.3.2'
+ Cython : '0.29.37'
+ docutils : '0.20.1'
+ doxygen : '1.8.14'
+ graphviz : '2.38.0'
+ hdf5 : '1.10.3'
+ idna : '2.7'
+ imagesize : '1.4.1'
+ importlib_metadata : '7.0.1'
+ Jinja2 : '3.1.3'
+ lapack : '3.8.0'
+ libxml2 : '2.9.12'
+ markupsafe : '2.1.5'
+ medfile : '4.1.1'
+ metis : '5.1.0'
+ numpy : '1.21.1'
+ packaging : '23.2'
+ pockets : '0.6.2'
+ Pygments : '2.17.2'
+ pyparsing : '3.1.1'
+ Python : '3.9.14'
+ pytz : '2017.2'
+ requests : '2.31.0'
+ scipy : '1.6.2'
+ scotch : '6.1.2'
+ setuptools : '69.0.3'
+ six : '1.10.0'
+ snowballstemmer : '2.2.0'
+ Sphinx : '7.2.6'
+ sphinxcontrib_applehelp : '1.0.8'
+ sphinxcontrib_devhelp : '1.0.6'
+ sphinxcontrib_jsmath : '1.0.1'
+ sphinxcontrib_qthelp : '1.0.7'
+ sphinxcontrib_htmlhelp : '2.0.5'
+ sphinxcontrib_serializinghtml : '1.1.10'
+ sphinxcontrib_napoleon : '0.6.1'
+ sphinxcontrib_websupport : '1.2.7'
+ sphinxintl: '2.1.0'
+ swig : '4.0.2'
+ urllib3 : '1.23'
+ zipp : '3.17.0'
+
+ # SALOME MODULES :
+ 'CONFIGURATION'
+ 'MEDCOUPLING': {section: 'default_32BIT_IDS'}
+ }
+ test_base :
+ {
+ name : "SALOME"
+ tag : "SalomeV9"
+ }
+ properties :
+ {
+ git_server : 'tuleap'
+ pip : 'yes'
+ pip_install_dir : 'python'
+ single_install_dir : "no"
+ }
+}
+__overwrite__ :
+[
+ {
+ __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
+ }
+]
--- /dev/null
+#!/usr/bin/env python
+#-*- coding:utf-8 -*-
+
+APPLICATION :
+{
+ name : 'MEDCOUPLING-9.14.0a1-native'
+ workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name + '-' + $VARS.dist
+ tag : 'V9_14_0a1'
+ base : 'no'
+ debug : 'no'
+ python3 : 'yes'
+ environ :
+ {
+ build :
+ {
+ CONFIGURATION_ROOT_DIR : $workdir + $VARS.sep + "SOURCES" + $VARS.sep + "CONFIGURATION"
+ SALOME_USE_64BIT_IDS : '1'
+ }
+ launch :
+ {
+ PYTHONIOENCODING:"UTF_8"
+ }
+ }
+ products :
+ {
+ # PREREQUISITES :
+ alabaster : 'native'
+ Babel : 'native'
+ boost : 'native'
+ certifi : 'native'
+ click : 'native'
+ cmake : '3.25.2'
+ cppunit : 'native'
+ chardet : 'native'
+ Cython : 'native'
+ docutils : 'native'
+ doxygen : 'native'
+ graphviz : 'native'
+ hdf5 : '1.10.3'
+ idna : 'native'
+ imagesize : 'native'
+ Jinja2 : 'native'
+ lapack : 'native'
+ libxml2 : 'native'
+ markupsafe : 'native'
+ medfile : '4.1.1'
+ metis : 'native'
+ mpi4py : 'native'
+ numpy : 'native'
+ openmpi: 'native'
+ pockets : 'native'
+ Pygments : 'native'
+ pyparsing : 'native'
+ Python : 'native'
+ pytz : 'native'
+ requests : 'native'
+ scipy : 'native'
+ scotch : {tag: '6.1.2', section: 'version_6_1_2_MPI', hpc: 'yes', base: 'no'}
+ setuptools : 'native'
+ six : 'native'
+ snowballstemmer : 'native'
+ Sphinx : 'native'
+ sphinxcontrib_napoleon : 'native'
+ sphinxcontrib_websupport : 'native'
+ sphinxintl: 'native'
+ swig : 'native'
+ packaging : 'native'
+ urllib3 : 'native'
+
+ # SALOME MODULES :
+ 'CONFIGURATION'
+ 'MEDCOUPLING' : {tag:'V9_14_0a1', base:'no', section:'default_MPI', hpc:'yes'}
+ }
+ test_base :
+ {
+ name : "SALOME"
+ tag : "SalomeV9"
+ }
+ properties :
+ {
+ git_server : 'tuleap'
+ pip : 'yes'
+ pip_install_dir : 'python'
+ single_install_dir : "no"
+ }
+}
+__overwrite__ :
+[
+ {
+ __condition__ : "VARS.dist in ['CO8']"
+ 'APPLICATION.products.sphinxintl' : '0.9.10'
+ 'PRODUCTS.sphinxintl.default.properties.pip' : "no"
+ }
+ {
+ __condition__ : "VARS.dist in ['CO9']"
+ 'APPLICATION.products.sphinxintl' : {tag: '0.9.10', base: 'no', section: 'version_0_9_10_no_pip' }
+ 'APPLICATION.products.openmpi' : '4.1.5'
+ }
+ {
+ __condition__ : "VARS.dist in ['UB22.04']"
+ 'APPLICATION.products.medfile' : {tag: '4.1.1', base: 'no', section: 'version_4_1_1_UB22_04'}
+ }
+ {
+ __condition__ : "VARS.dist in ['UB24.04']"
+ 'APPLICATION.products.cmake' : 'native'
+ 'APPLICATION.products.swig' : '4.0.2'
+ 'APPLICATION.products.medfile' : {tag: '4.1.1', base: 'no', section: 'version_4_1_1_UB22_04'}
+ }
+ {
+ __condition__ : "VARS.dist in ['FD36']"
+ 'APPLICATION.products.medfile' : {tag: '4.1.1', base: 'no', section: 'version_4_1_1_FD36'}
+ }
+ {
+ __condition__ : "VARS.dist in ['FD38']"
+ 'APPLICATION.products.medfile' : {tag: '4.1.1', base: 'no', section: 'version_4_1_1_FD38'}
+ }
+]
--- /dev/null
+#!/usr/bin/env python
+#-*- coding:utf-8 -*-
+
+APPLICATION :
+{
+ name : 'MEDCOUPLING-9.14.0'
+ workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name
+ cmake_generator : 'Visual Studio 15 2017'
+ cmake_build_type: 'Release' # Debug, RelWithDebInfo, Release, MinSizeRel
+ tag : 'V9_14_0a1'
+ debug : 'no'
+ base : 'no'
+ python3 : 'yes'
+ environ :
+ {
+ build :
+ {
+ CONFIGURATION_ROOT_DIR : $workdir + $VARS.sep + "SOURCES" + $VARS.sep + "CONFIGURATION"
+ SALOME_HAS_GLOBAL_ENV: "1"
+ SALOME_USE_64BIT_IDS : '1'
+ CMAKE_GENERATOR : '"Visual Studio 15 2017"'
+ }
+ launch :
+ {
+ PYTHONIOENCODING:"UTF_8"
+ }
+ }
+ products :
+ {
+ # PREREQUISITES :
+ alabaster : '0.7.16'
+ Babel : '2.7.0'
+ boost : '1.67.0'
+ certifi : '2019.6.16'
+ click : '7.0'
+ cmake : '3.25.2'
+ colorama: '0.4.1'
+ cppunit : '1.13.2'
+ chardet : '3.0.4'
+ Cython : '0.29.37'
+ distro: '1.9.0'
+ docutils : '0.14'
+ doxygen : '1.8.3.1'
+ expat : '2.0.1'
+ graphviz : '2.44.1'
+ hdf5 : '1.10.3'
+ idna : '2.8'
+ imagesize : '1.1.0'
+ Jinja2 : '2.10.1'
+ lapack : '3.8.0'
+ libjpeg: '9c'
+ libpng: '1.5.10'
+ libxml2 : '2.9.1'
+ markupsafe : '1.1.1'
+ medfile : '4.1.1'
+ metis : '5.1.0'
+ msvc : '2017'
+ numpy : '1.21.6'
+ openblas : '0.3.23'
+ packaging : '19.0'
+ perl : '5.28.1.1'
+ pockets : '0.7.2'
+ Pygments : '2.13.0'
+ pyparsing : '2.4.0'
+ pyreadline : '3.4.1'
+ Python : '3.9.14'
+ pytz : '2020.1'
+ requests : '2.22.0'
+ scipy : '1.6.2'
+ setuptools : '69.0.3'
+ six : '1.12.0'
+ snowballstemmer : '2.2.0'
+ Sphinx : '3.5.4'
+ sphinxcontrib_applehelp : '1.0.1'
+ sphinxcontrib_devhelp : '1.0.1'
+ sphinxcontrib_jsmath : '1.0.1'
+ sphinxcontrib_htmlhelp : '1.0.2'
+ sphinxcontrib_napoleon : '0.7'
+ sphinxcontrib_qthelp : '1.0.2'
+ sphinxcontrib_serializinghtml :'1.1.3'
+ sphinxcontrib_websupport : '1.1.2'
+ sphinxintl: '2.0.0'
+ swig : '4.0.2'
+ urllib3 : '1.25.3'
+ zlib : '1.2.5'
+
+ # SALOME MODULES :
+ 'CONFIGURATION'
+ 'MEDCOUPLING'
+ }
+ test_base :
+ {
+ name : "SALOME"
+ tag : "SalomeV9"
+ }
+ properties :
+ {
+ git_server : 'tuleap'
+ pip : 'yes'
+ pip_install_dir : 'python'
+ single_install_dir : "yes"
+ }
+}
--- /dev/null
+#!/usr/bin/env python
+#-*- coding:utf-8 -*-
+
+APPLICATION :
+{
+ name : 'MEDCOUPLING-9.14.0a1'
+ workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name + '-' + $VARS.dist
+ tag : 'V9_14_0a1'
+ base : 'no'
+ debug : 'no'
+ python3 : 'yes'
+ environ :
+ {
+ build :
+ {
+ CONFIGURATION_ROOT_DIR : $workdir + $VARS.sep + "SOURCES" + $VARS.sep + "CONFIGURATION"
+ SALOME_USE_64BIT_IDS : '1'
+ }
+ launch :
+ {
+ PYTHONIOENCODING:"UTF_8"
+ }
+ }
+ products :
+ {
+ # PREREQUISITES :
+ alabaster : '0.7.6'
+ Babel : '2.14.0'
+ boost : '1.71.0'
+ certifi : '2018.8.24'
+ click : '6.7'
+ cmake : '3.25.2'
+ cppunit : '1.13.2'
+ chardet : '3.0.4'
+ charset_normalizer : '3.3.2'
+ Cython : '0.29.37'
+ docutils : '0.20.1'
+ doxygen : '1.8.14'
+ graphviz : '2.38.0'
+ hdf5 : '1.10.3'
+ idna : '2.7'
+ imagesize : '1.4.1'
+ importlib_metadata : '7.0.1'
+ Jinja2 : '3.1.3'
+ lapack : '3.8.0'
+ libxml2 : '2.9.12'
+ markupsafe : '2.1.5'
+ medfile : '4.1.1'
+ metis : '5.1.0'
+ numpy : '1.21.1'
+ packaging : '23.2'
+ pockets : '0.6.2'
+ Pygments : '2.17.2'
+ pyparsing : '3.1.1'
+ Python : '3.9.14'
+ pytz : '2017.2'
+ requests : '2.31.0'
+ scipy : '1.6.2'
+ scotch : '6.1.2'
+ setuptools : '69.0.3'
+ six : '1.10.0'
+ snowballstemmer : '2.2.0'
+ Sphinx : '7.2.6'
+ sphinxcontrib_applehelp : '1.0.8'
+ sphinxcontrib_devhelp : '1.0.6'
+ sphinxcontrib_jsmath : '1.0.1'
+ sphinxcontrib_qthelp : '1.0.7'
+ sphinxcontrib_htmlhelp : '2.0.5'
+ sphinxcontrib_serializinghtml : '1.1.10'
+ sphinxcontrib_napoleon : '0.6.1'
+ sphinxcontrib_websupport : '1.2.7'
+ sphinxintl: '2.1.0'
+ swig : '4.0.2'
+ urllib3 : '1.23'
+ zipp : '3.17.0'
+
+ # SALOME MODULES :
+ 'CONFIGURATION'
+ 'MEDCOUPLING'
+ }
+ test_base :
+ {
+ name : "SALOME"
+ tag : "SalomeV9"
+ }
+ properties :
+ {
+ git_server : 'tuleap'
+ pip : 'yes'
+ pip_install_dir : 'python'
+ single_install_dir : "no"
+ }
+}
+__overwrite__ :
+[
+ {
+ __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
+ }
+ {
+ __condition__ : "VARS.dist in ['UB22.04']"
+ 'APPLICATION.products.boost' : {tag: '1.71.0', base: 'no', section: 'version_1_71_0_UB22_04'}
+ }
+ {
+ __condition__ : "VARS.dist in ['DB12']"
+ 'APPLICATION.products.boost' : {tag: '1.71.0', base: 'no', section: 'version_1_71_0_DB12'}
+ }
+ {
+ __condition__ : "VARS.dist in ['FD36']"
+ 'APPLICATION.products.boost' : {tag: '1.71.0', base: 'no', section: 'version_1_71_0_FD36'}
+ }
+ {
+ __condition__ : "VARS.dist in ['FD38']"
+ 'APPLICATION.products.boost' : {tag: '1.71.0', base: 'no', section: 'version_1_71_0_FD38'}
+ }
+]
--- /dev/null
+#!/usr/bin/env python
+#-*- coding:utf-8 -*-
+
+APPLICATION :
+{
+ name : 'SALOME-9.14.0-MPI'
+ workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name + '-' + $VARS.dist
+ tag : 'V9_14_0a1'
+ dev : 'no'
+ verbose : 'no'
+ debug : 'no'
+ base : 'no'
+ python3 : 'yes'
+ platform : ['CO7', 'CO8']
+ environ :
+ {
+ build :
+ {
+ CONFIGURATION_ROOT_DIR : $workdir + $VARS.sep + "SOURCES" + $VARS.sep + "CONFIGURATION"
+ RESTRICTED_ROOT_DIR : $workdir + $VARS.sep + "SOURCES" + $VARS.sep + "RESTRICTED"
+ SALOME_USE_64BIT_IDS : '1'
+ VTK_SMP_IMPLEMENTATION_TYPE : TBB # OpenMP # choose among: sequential / OpenMP / TBB switches
+ SALOME_GMSH_HEADERS_STD : '1'
+ }
+ launch :
+ {
+ PYTHONIOENCODING:"UTF_8",
+ SALOME_MODULES_ORDER:"SHAPER:SHAPERSTUDY:GEOM:SMESH",
+ ROOT_SALOME_INSTALL: '$PRODUCT_ROOT_DIR',
+ SALOME_ON_DEMAND: "HIDE"
+ }
+ SALOME_trace : "local" # local/file:.../with_logger
+ SALOME_MODULES : "SHAPER,SHAPERSTUDY,GEOM,SMESH,PARAVIS,YACS,JOBMANAGER" # specify the first modules to display in gui
+ }
+ products :
+ {
+ # PREREQUISITES :
+ alabaster : '0.7.6'
+ Babel : '2.14.0'
+ boost : '1.71.0'
+ CAS : {tag : 'SALOME_9_13_V7_8_0', section: 'version_CR780_SALOME_PATCH', base: 'no'}
+ catalyst: '2.0'
+ C3PO: 'v2.3'
+ certifi : '2018.8.24'
+ cftime: '1.6.3'
+ cgns : {tag : '4.2.0', hpc : 'yes'}
+ chardet : '3.0.4'
+ charset_normalizer : '3.3.2'
+ click : '6.7'
+ cmake : '3.25.2'
+ cminpack: '1.3.6'
+ contourpy : '1.2.0'
+ cppunit : '1.13.2'
+ cycler : '0.10.0'
+ Cython : '0.29.37'
+ dateutil : '2.7.3'
+ docutils : '0.20.1'
+ doxygen : '1.8.14'
+ eigen : '3.3.4'
+ embree : '3.12.2'
+ FMILibrary : '2.0.3'
+ fonttools : '4.48.1'
+ freeimage : '3.16.0'
+ freetype : '2.9.1'
+ gcc : '8.5.0'
+ mpc : 'native'
+ gmp : 'native'
+ mmg : '5.6.0'
+ mmgplugin: 'v1.0.0'
+ mpfr : 'native'
+ gdal : {tag : '2.4.0', hpc : 'yes'}
+ gmsh : {tag : '4.10.3', section : 'version_4_10_3_with_CAS_7_8_MPI', hpc : 'yes', base : 'no'}
+ graphviz : '2.38.0'
+ h5py : '3.11.0'
+ hdf5 : {tag : '1.10.3', hpc : 'yes'}
+ idna : '2.7'
+ imagesize : '1.4.1'
+ importlib_metadata : '7.0.1'
+ importlib_resources: '6.1.1'
+ ispc : '1.15.0'
+ Jinja2 : '3.1.3'
+ kiwisolver : '1.3.1'
+ lapack : '3.8.0'
+ libxml2 : '2.9.12'
+ llvm : '8.0.1-clang'
+ markupsafe : '2.1.5'
+ markdown_it_py: '3.0.0'
+ matplotlib : '3.8.2'
+ mdurl: '0.1.2'
+ medfile : {tag : '4.1.1', hpc : 'yes'}
+ mesa : '19.0.8'
+ MeshGems : {tag : '2.15-1', hpc : 'yes'}
+ meshio : {tag: '5.3.5' , base: 'no', section : 'version_5_3_5_no_pip'}
+ mpi4py: {tag: '3.1.0', base: 'no', section : 'version_3_1_0_no_pip'}
+ ParMetis : '4.0.3-p6'
+ netgen : '5.3.1_with_CAS_7.8'
+ netcdf : {tag : '4.6.2', hpc : 'yes'}
+ netCDF4 : '1.6.5'
+ nlopt : '2.5.0'
+ nose: '1.3.7'
+ numpy : '1.21.1'
+ numpydoc : '1.6.0'
+ omniORB : '4.2.5'
+ omniORBpy : '4.2.5'
+ opencv : '3.2.0'
+ openmpi : '3.1.6' # current version of hdf5 is not compatible with openmpi 4, if compiled with MPI support
+ openturns: {tag : '1.22', section: 'version_1_22_CO7', hpc : 'yes'}
+ openVKL: '0.11.0'
+ ospray : '2.4.0'
+ packaging : '23.2'
+ packagespy : '74152cd'
+ pandas : '1.1.5'
+ patsy : '0.5.4'
+ ParaView : {tag:'5.11.0', base: 'no', section: 'version_5_11_0_MPI', hpc: 'yes'}
+ PERSALYS: 'v16.0.1'
+ petsc : {tag : '3.16.0', base: 'no', section: 'version_3_16_0', hpc: 'yes'}
+ Pillow : '8.4.0'
+ planegcs : '0.18-3cb6890'
+ psutil : '5.9.8'
+ PyFMI : {tag: '2.6', base: 'no', section: 'version_2_6_no_pip'}
+ Pygments : '2.17.2'
+ pyparsing : '3.1.1'
+ PyQt : '5.15.3'
+ pyreadline : '2.0'
+ Python : '3.9.14'
+ pytz : '2017.2'
+ qt : '5.15.15'
+ qwt : '6.1.6'
+ requests : '2.31.0'
+ rich : '13.7.1'
+ rkCommon : '1.5.1'
+ root: '6.22.02'
+ salome_system : 'native'
+ scipy : '1.6.2'
+ scotch : {tag: '6.1.2', section: 'version_6_1_2_MPI', hpc: 'yes', base: 'no'}
+ setuptools : '69.0.3'
+ sip : '5.5.0'
+ six : '1.10.0'
+ snowballstemmer : '2.2.0'
+ Sphinx : '7.2.6'
+ sphinxcontrib_applehelp : '1.0.8'
+ sphinxcontrib_devhelp : '1.0.6'
+ sphinxcontrib_jsmath : '1.0.1'
+ sphinxcontrib_jquery : '4.1'
+ sphinxcontrib_qthelp : '1.0.7'
+ sphinxcontrib_htmlhelp : '2.0.5'
+ sphinxcontrib_serializinghtml : '1.1.10'
+ sphinxcontrib_websupport : '1.2.7'
+ sphinx_rtd_theme : '2.0.0'
+ sphinxintl: '2.1.0'
+ statsmodels: '0.14.1'
+ swig : '4.0.2'
+ tabulate : '0.9.0'
+ tbb : '2019_U8'
+ tcl : '8.6.0'
+ tk : '8.6.0'
+ toml: '0.10.2'
+ tomli : '2.0.1'
+ TTK : 'f8dafde2d7'
+ urllib3 : '1.23'
+ zeromq: '4.3.1'
+ zipp : '3.17.0'
+ URANIE : '4.7.0'
+
+ # SALOME MODULES :
+ 'CONFIGURATION'
+ 'SALOME'
+ 'SHAPER'
+ 'SHAPERSTUDY'
+ 'RESTRICTED'
+ 'LIBBATCH' : 'V2_5_0'
+ 'KERNEL' : {tag:'V9_14_0a1', base: 'no', section: 'default_MPI', hpc: 'yes', verbose: 'yes'}
+ 'MEDCOUPLING' : {tag:'V9_14_0a1', base: 'no', section: 'default_MPI_STD', hpc: 'yes', verbose: 'yes'}
+ 'GUI' : {verbose : 'yes'}
+ 'GEOM'
+ 'SMESH'
+ 'NETGENPLUGIN'
+ 'BLSURFPLUGIN'
+ 'GHS3DPLUGIN'
+ 'HYBRIDPLUGIN'
+ 'HexoticPLUGIN'
+ 'GMSHPLUGIN'
+ 'HEXABLOCK' : {tag:'V9_14_0a1', base: 'no', section: 'default_MPI', hpc: 'yes', verbose: 'yes'}
+ 'HEXABLOCKPLUGIN'
+ 'HOMARD' : {tag:'V9_14_0a1', base: 'no', section: 'default_MPI', hpc: 'yes'}
+ 'FIELDS' : {tag:'V9_14_0a1', base: 'no', section: 'default_MPI', hpc: 'yes'}
+ 'PARAVIS' : {tag:'V9_14_0a1', base: 'no', section: 'default_MPI', hpc: 'yes'}
+ 'JOBMANAGER': {tag:'V9_14_0a1', base: 'no', section: 'default_MPI', hpc: 'yes'}
+ 'YACS'
+ 'YACSGEN'
+ 'DOCUMENTATION'
+ 'SAMPLES'
+ 'COMPONENT'
+ 'PYCALCULATOR'
+ 'CALCULATOR'
+ 'HELLO'
+ 'PYHELLO'
+ 'EFICAS'
+ 'EFICAS_TOOLS'
+ 'PY2CPP'
+ 'ADAO'
+ 'ADAO_INTERFACE'
+ 'PARAVISADDONS'
+ 'OPENTURNS_SALOME'
+ 'YDEFX'
+ 'pmml'
+ 'SALOMEBOOTSTRAP'
+ 'SOLVERLAB' : {tag: 'V9_14_0a1', base: 'no', section: 'default_MPI', hpc: 'yes'}
+ 'TopIIVolMesh'
+ #'TESTBASE'
+ 'CEATESTBASE' : 'SalomeV9'
+ }
+ profile :
+ {
+ launcher_name : "salome"
+ }
+ test_base :
+ {
+ name : "SALOME"
+ tag : "SalomeV9"
+ }
+ properties :
+ {
+ mesa_launcher_in_package : "yes"
+ git_server : 'tuleap'
+ pip : 'yes'
+ pip_install_dir : 'python'
+ single_install_dir : "no"
+ }
+}
+__overwrite__ :
+[
+ {
+ __condition__ : "VARS.dist in ['FD30']"
+ 'APPLICATION.products.gcc' : '9.3.0'
+ }
+ {
+ __condition__ : "VARS.dist in ['FD32']"
+ # https://github.com/scipy/scipy/issues/11611
+ 'APPLICATION.products.scipy' : '1.5.2'
+ 'APPLICATION.rm_products' : ['gcc', 'gmp', 'mpc', 'mpfr']
+ 'APPLICATION.products.gdal': {tag:'2.4.0', base: 'no', section: 'version_2_4_0_FD32'} # spns #29324
+ }
+ {
+ __condition__ : "VARS.dist in ['CO7']"
+ 'APPLICATION.rm_products' : ['gcc', 'gmp', 'mpc', 'mpfr']
+ 'APPLICATION.products.openturns' : {tag: '1.22', base: 'no', section: 'version_1_22_CO7', hpc: 'yes' }
+ }
+ {
+ __condition__ : "VARS.dist in ['CO8']"
+ 'APPLICATION.rm_products' : ['gcc', 'gmp', 'mpc', 'mpfr', 'zeromq']
+ 'APPLICATION.products.gdal' : {tag:'2.4.0', base: 'no', section: 'version_2_4_0_CO8', hpc: 'yes' } # spns #29324
+ 'APPLICATION.products.openturns' : {tag: '1.22', base: 'no', section: 'version_1_22_CO8', hpc: 'yes' }
+ 'APPLICATION.products.ParaView' : {tag: '5.11.0', base: 'no', section: 'version_5_11_0_MPI_CO8', hpc: 'yes'}
+ }
+ {
+ __condition__ : "VARS.dist in ['DB10']"
+ 'APPLICATION.rm_products' : ['gcc', 'gmp', 'mpc', 'mpfr']
+ 'APPLICATION.products.gdal': {tag:'2.4.0', base: 'no', section: 'version_2_4_0_DB10'} # spns #29324
+ }
+ {
+ __condition__ : "VARS.dist in ['DB09']"
+ 'APPLICATION.products.openturns' : {tag: '1.22', base: 'no', section: 'version_1_22_DB09', hpc: 'yes' }
+ }
+ {
+ __condition__ : "VARS.dist in ['UB18.04']"
+ 'APPLICATION.rm_products' : ['gcc', 'gmp', 'mpc', 'mpfr']
+ }
+ {
+ __condition__ : "VARS.dist in ['UB20.04']"
+ 'APPLICATION.rm_products' : ['gcc', 'gmp', 'mpc', 'mpfr']
+ 'APPLICATION.products.gdal': {tag:'2.4.0', base: 'no', section: 'version_2_4_0_UB20_04'} # spns #29324
+ }
+]
--- /dev/null
+#!/usr/bin/env python
+#-*- coding:utf-8 -*-
+
+APPLICATION :
+{
+ name : 'SALOME-9.14.0a1-int32'
+ workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name + '-' + $VARS.dist
+ tag : 'V9_14_0a1'
+ dev : 'no'
+ verbose : 'no'
+ debug : 'no'
+ base : 'no'
+ python3 : 'yes'
+ platform : ['CO7', 'CO8', 'DB09']
+ environ :
+ {
+ build :
+ {
+ CONFIGURATION_ROOT_DIR : $workdir + $VARS.sep + "SOURCES" + $VARS.sep + "CONFIGURATION"
+ RESTRICTED_ROOT_DIR : $workdir + $VARS.sep + "SOURCES" + $VARS.sep + "RESTRICTED"
+ VTK_SMP_IMPLEMENTATION_TYPE : TBB # OpenMP # choose among: sequential / OpenMP / TBB switches
+ SALOME_GMSH_HEADERS_STD : '1'
+ }
+ launch :
+ {
+ PYTHONIOENCODING:"UTF_8",
+ SALOME_MODULES_ORDER:"SHAPER:SHAPERSTUDY:GEOM:SMESH",
+ ROOT_SALOME_INSTALL: '$PRODUCT_ROOT_DIR',
+ SALOME_ON_DEMAND: "HIDE"
+ }
+ SALOME_trace : "local" # local/file:.../with_logger
+ SALOME_MODULES : "SHAPER,SHAPERSTUDY,GEOM,SMESH,PARAVIS,YACS,JOBMANAGER" # specify the first modules to display in gui
+ }
+ products :
+ {
+ # PREREQUISITES :
+ alabaster : '0.7.6'
+ Babel : '2.14.0'
+ boost : '1.71.0'
+ CAS : {tag : 'CR780-SALOME-PATCH', section: 'version_CR780_SALOME_PATCH', base: 'no'}
+ catalyst: '2.0'
+ C3PO: 'v2.3'
+ certifi : '2018.8.24'
+ cftime: '1.6.3'
+ cgns : '4.2.0'
+ chardet : '3.0.4'
+ charset_normalizer : '3.3.2'
+ click : '6.7'
+ cmake : '3.25.2'
+ cminpack: '1.3.6'
+ contourpy : '1.2.0'
+ cppunit : '1.13.2'
+ cycler : '0.10.0'
+ Cython : '0.29.37'
+ dateutil : '2.7.3'
+ docutils : '0.20.1'
+ doxygen : '1.8.14'
+ eigen : '3.3.4'
+ embree : '3.12.2'
+ FMILibrary : '2.0.3'
+ fonttools : '4.48.1'
+ freeimage : '3.16.0'
+ freetype : '2.9.1'
+ gcc : '8.5.0'
+ mpc : 'native'
+ gmp : 'native'
+ mmg : '5.6.0'
+ mmgplugin: 'main'
+ mpfr : 'native'
+ gdal : '2.4.0'
+ gmsh : '4.10.3_with_CAS_7.8'
+ graphviz : '2.38.0'
+ h5py : '3.11.0'
+ hdf5 : '1.10.3'
+ idna : '2.7'
+ imagesize : '1.4.1'
+ importlib_metadata : '7.0.1'
+ importlib_resources: '6.1.1'
+ ispc : '1.15.0'
+ Jinja2 : '3.1.3'
+ kiwisolver : '1.3.1'
+ lapack : '3.8.0'
+ libxml2 : '2.9.12'
+ llvm : '8.0.1-clang'
+ markupsafe : '2.1.5'
+ markdown_it_py: '3.0.0'
+ matplotlib : '3.8.2'
+ mdurl: '0.1.2'
+ medfile : '4.1.1'
+ mesa : '19.0.8'
+ MeshGems : '2.15-1'
+ meshio : {tag: '5.3.5' , base: 'no', section : 'version_5_3_5_no_pip'}
+ mpi4py : {tag: '3.1.0', base: 'no', section : 'version_3_1_0_no_pip'}
+ metis : '5.1.0'
+ netgen : '5.3.1_with_CAS_7.8'
+ netcdf : '4.6.2'
+ netCDF4 : '1.6.5'
+ nlopt : '2.5.0'
+ nose: '1.3.7'
+ numpy : '1.21.1'
+ numpydoc : '1.6.0'
+ omniORB : '4.2.5'
+ omniORBpy : '4.2.5'
+ opencv : '3.2.0'
+ openmpi : '4.0.3'
+ openturns: '1.22'
+ openVKL: '0.11.0'
+ ospray : '2.4.0'
+ packaging : '23.2'
+ packagespy : '74152cd'
+ pandas : '1.1.5'
+ patsy : '0.5.4'
+ ParaView : {tag:'5.11.0', base: 'no', section: 'version_5_11_0_MPI', hpc: 'yes'}
+ PERSALYS: 'v16.0.1'
+ petsc : {tag : '3.16.0', base: 'no', section: 'version_3_16_0', hpc: 'yes'}
+ Pillow : '8.4.0'
+ planegcs : '0.18-3cb6890'
+ psutil : '5.9.8'
+ PyFMI : {tag: '2.6', base: 'no', section: 'version_2_6_no_pip'}
+ Pygments : '2.17.2'
+ pyparsing : '3.1.1'
+ PyQt : '5.15.3'
+ pyreadline : '2.0'
+ Python : '3.9.14'
+ pytz : '2017.2'
+ qt : '5.15.15'
+ qwt : '6.1.6'
+ requests : '2.31.0'
+ rich : '13.7.1'
+ rkCommon : '1.5.1'
+ root: '6.22.02'
+ salome_system : 'native'
+ scipy : '1.6.2'
+ scotch : {tag: '6.1.2', section: 'version_6_1_2_MPI', hpc: 'yes', base: 'no'}
+ setuptools : '69.0.3'
+ sip : '5.5.0'
+ six : '1.10.0'
+ snowballstemmer : '2.2.0'
+ Sphinx : '7.2.6'
+ sphinxcontrib_applehelp : '1.0.8'
+ sphinxcontrib_devhelp : '1.0.6'
+ sphinxcontrib_jsmath : '1.0.1'
+ sphinxcontrib_jquery : '4.1'
+ sphinxcontrib_qthelp : '1.0.7'
+ sphinxcontrib_htmlhelp : '2.0.5'
+ sphinxcontrib_serializinghtml : '1.1.10'
+ sphinxcontrib_websupport : '1.2.7'
+ sphinx_rtd_theme : '2.0.0'
+ sphinxintl: '2.1.0'
+ statsmodels: '0.14.1'
+ swig : '4.0.2'
+ tabulate : '0.9.0'
+ tbb : '2019_U8'
+ tcl : '8.6.0'
+ tk : '8.6.0'
+ toml: '0.10.2'
+ tomli : '2.0.1'
+ #TTK : 'f8dafde2d7'
+ urllib3 : '1.23'
+ zeromq: '4.3.1'
+ zipp : '3.17.0'
+ URANIE : '4.7.0'
+
+ # SALOME MODULES :
+ 'CONFIGURATION'
+ 'SALOME'
+ 'SHAPER'
+ 'SHAPERSTUDY'
+ 'RESTRICTED'
+ 'LIBBATCH' : 'V2_5_0'
+ 'KERNEL' : {tag:'V9_14_0a1', base: 'no', section: 'default_32BIT_IDS', hpc: 'no' }
+ 'MEDCOUPLING' : {tag:'V9_14_0a1', base: 'no', section: 'default_32BIT_IDS_MPI_STD', hpc: 'yes'}
+ 'GUI'
+ 'GEOM'
+ 'SMESH'
+ 'NETGENPLUGIN'
+ 'BLSURFPLUGIN'
+ 'GHS3DPLUGIN'
+ 'HYBRIDPLUGIN'
+ 'HexoticPLUGIN'
+ 'GMSHPLUGIN'
+ 'HEXABLOCK'
+ 'HEXABLOCKPLUGIN'
+ 'HOMARD'
+ 'FIELDS'
+ 'PARAVIS' : {tag:'V9_14_0a1', base: 'no', section: 'default_MPI', hpc: 'yes'}
+ 'JOBMANAGER'
+ 'YACS'
+ 'YACSGEN'
+ 'DOCUMENTATION'
+ 'SAMPLES'
+ 'COMPONENT'
+ 'PYCALCULATOR'
+ 'CALCULATOR'
+ 'HELLO'
+ 'PYHELLO'
+ 'EFICAS'
+ 'EFICAS_TOOLS'
+ 'PY2CPP'
+ 'ADAO'
+ 'ADAO_INTERFACE'
+ 'PARAVISADDONS'
+ 'OPENTURNS_SALOME'
+ 'YDEFX'
+ 'pmml'
+ 'SALOMEBOOTSTRAP'
+ 'SOLVERLAB' : {tag: 'V9_14_0a1', base: 'no', section: 'default_MPI', hpc: 'yes'}
+ 'TopIIVolMesh'
+ #'TESTBASE'
+ 'CEATESTBASE' : 'SalomeV9'
+ }
+ profile :
+ {
+ launcher_name : "salome"
+ }
+ test_base :
+ {
+ name : "SALOME"
+ tag : "SalomeV9"
+ }
+ properties :
+ {
+ mesa_launcher_in_package : "yes"
+ git_server : 'tuleap'
+ pip : 'yes'
+ pip_install_dir : 'python'
+ single_install_dir : "no"
+ }
+}
+__overwrite__ :
+[
+ {
+ __condition__ : "VARS.dist in ['FD30']"
+ 'APPLICATION.products.gcc' : '9.3.0'
+ }
+ {
+ __condition__ : "VARS.dist in ['FD32']"
+ # https://github.com/scipy/scipy/issues/11611
+ 'APPLICATION.products.scipy' : '1.5.2'
+ 'APPLICATION.rm_products' : ['gcc', 'gmp', 'mpc', 'mpfr']
+ 'APPLICATION.products.gdal': {tag:'2.4.0', base: 'no', section: 'version_2_4_0_FD32'} # spns #29324
+ }
+ {
+ __condition__ : "VARS.dist in ['CO7']"
+ 'APPLICATION.rm_products' : ['gcc', 'gmp', 'mpc', 'mpfr']
+ 'APPLICATION.products.openturns' : {tag:'1.22', base:'no', section:'version_1_22_CO7'}
+ }
+ {
+ __condition__ : "VARS.dist in ['CO8']"
+ 'APPLICATION.rm_products' : ['gcc', 'gmp', 'mpc', 'mpfr', 'zeromq']
+ 'APPLICATION.products.gdal' : {tag:'2.4.0', base: 'no', section: 'version_2_4_0_CO8' } # spns #29324
+ 'APPLICATION.products.openturns' : {tag:'1.22', base:'no', section:'version_1_22_CO8'}
+ 'APPLICATION.products.ParaView' : {tag: '5.11.0', base: 'no', section: 'version_5_11_0_MPI_CO8', hpc: 'yes'}
+ }
+ {
+ __condition__ : "VARS.dist in ['DB10']"
+ 'APPLICATION.rm_products' : ['gcc', 'gmp', 'mpc', 'mpfr']
+ 'APPLICATION.products.gdal': {tag:'2.4.0', base: 'no', section: 'version_2_4_0_DB10'} # spns #29324
+ }
+ {
+ __condition__ : "VARS.dist in ['DB09']"
+ 'APPLICATION.products.openturns' : {tag:'1.22', base:'no', section:'version_1_22_DB09'}
+ }
+ {
+ __condition__ : "VARS.dist in ['UB18.04']"
+ 'APPLICATION.rm_products' : ['gcc', 'gmp', 'mpc', 'mpfr']
+ }
+ {
+ __condition__ : "VARS.dist in ['UB20.04']"
+ 'APPLICATION.rm_products' : ['gcc', 'gmp', 'mpc', 'mpfr']
+ 'APPLICATION.products.gdal': {tag:'2.4.0', base: 'no', section: 'version_2_4_0_UB20_04'} # spns #29324
+ }
+]
--- /dev/null
+#!/usr/bin/env python
+#-*- coding:utf-8 -*-
+
+APPLICATION :
+{
+ name : 'SALOME-9.14.0a1-native'
+ workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name + '-' + $VARS.dist
+ tag : 'V9_14_0a1'
+ dev : 'no'
+ verbose :'no'
+ debug : 'no'
+ base : 'no'
+ python3 : 'yes'
+ platform : ["FD32", "FD34", "FD36", "FD37", "FD38", "CO8", "CO9", "DB10", "DB11", "DB12", "UB20.04", "UB22.04", "UB24.04"]
+ environ :
+ {
+ build :
+ {
+ CONFIGURATION_ROOT_DIR : $workdir + $VARS.sep + "SOURCES" + $VARS.sep + "CONFIGURATION"
+ RESTRICTED_ROOT_DIR : $workdir + $VARS.sep + "SOURCES" + $VARS.sep + "RESTRICTED"
+ SALOME_USE_64BIT_IDS : '1'
+ VTK_SMP_IMPLEMENTATION_TYPE : TBB # OpenMP # choose among: sequential / OpenMP / TBB switches
+ SALOME_GMSH_HEADERS_STD : '1'
+ }
+ launch :
+ {
+ PYTHONIOENCODING:"UTF_8",
+ SALOME_MODULES_ORDER:"SHAPER:SHAPERSTUDY:GEOM:SMESH",
+ ROOT_SALOME_INSTALL: '$PRODUCT_ROOT_DIR',
+ SALOME_ON_DEMAND: "HIDE"
+ }
+ SALOME_trace : "local" # local/file:.../with_logger
+ SALOME_MODULES : "SHAPER,SHAPERSTUDY,GEOM,SMESH,PARAVIS,YACS,JOBMANAGER" # specify the first modules to display in gui
+ }
+ products :
+ {
+ # PREREQUISITES :
+ alabaster : 'native'
+ assimulo : '3.5.2'
+ Babel : 'native'
+ BasicIterativeStatistics : 'v0.1.0'
+ boost : 'native'
+ CAS : {tag : 'CR780-SALOME-PATCH', section: 'version_CR780_SALOME_PATCH', base: 'no'}
+ catalyst: '2.0'
+ C3PO: 'v2.3'
+ certifi : 'native'
+ cftime: 'native'
+ cgal : 'v5.6.1'
+ cgns : '4.2.0'
+ chardet : 'native'
+ click : 'native'
+ cmake : '3.25.2'
+ cppunit : 'native'
+ cminpack: '1.3.6'
+ cork : '5987de5'
+ cycler : 'native'
+ Cython : 'native'
+ dateutil : 'native'
+ docutils : 'native'
+ doxygen : 'native'
+ eigen : 'native'
+ embree : '3.12.2'
+ FMILibrary : '2.0.3'
+ fftw : 'native'
+ freeimage : 'native'
+ freetype : 'native'
+ gl2ps : 'native'
+ gdal : 'native'
+ gmsh : '4.10.3_with_CAS_7.8'
+ graphviz : 'native'
+ h5py : 'native'
+ hdf5 : '1.10.3'
+ idna : 'native'
+ imagesize : 'native'
+ irmb : '67d77b4'
+ ispc : '1.15.0'
+ Jinja2 : 'native'
+ kiwisolver : 'native'
+ lapack : 'native'
+ libigl : 'v2.5.0'
+ libxml2 : 'native'
+ llvm : 'native'
+ markupsafe : 'native'
+ matplotlib : 'native'
+ mcut : 'b5b0ec6'
+ mdurl : 'native'
+ markdown_it_py : '3.0.0'
+ medfile : '4.1.1'
+ mesa : {tag : '19.0.8-x86_64-'+$VARS.dist, base: 'no', section: 'version_bin'}
+ meshbooleanplugin : 'main'
+ MeshGems : '2.15-1'
+ meshio: '5.3.5'
+ metis : 'native'
+ mpi4py: 'native'
+ mmg : '5.6.0'
+ mmgplugin: 'main'
+ netgen : '5.3.1_with_CAS_7.8'
+ netcdf : 'native'
+ netCDF4: 'native'
+ nlopt : 'native'
+ nose: 'native'
+ nose_py3: '1.6.9'
+ numpy : 'native'
+ numpydoc : 'native'
+ omniORB : '4.2.5'
+ omniORBpy : '4.2.5'
+ opencv : 'native'
+ openmpi: 'native'
+ openVKL : '0.11.0'
+ openturns: '1.23'
+ ospray : '2.4.0'
+ packaging : 'native'
+ packagespy : '74152cd'
+ pandas : 'native'
+ patsy : 'native'
+ ParaView : {tag:'5.11.0', base: 'no', section: 'version_5_11_0_MPI', hpc: 'yes'}
+ PERSALYS : 'v16.0.1'
+ petsc : {tag : '3.16.0', section: 'version_3_16_0'}
+ Pillow : 'native'
+ planegcs : '0.18-3cb6890'
+ psutil : 'native'
+ poetry : {tag: '1.8.3', base: 'no', section: 'version_1_8_3_x86_64' }
+ poetry_core : '1.9.0'
+ pyyaml: 'native'
+ PyFMI : '2.6'
+ Pygments : 'native'
+ pyparsing : 'native'
+ PyQt : 'native'
+ pyqwt: {tag : '0.12.1', base : 'no', section : 'version_0_12_1_no_pip', hpc: 'no'}
+ pyreadline : 'native'
+ pytest : 'native'
+ Python : 'native'
+ pytz : 'native'
+ qt : 'native'
+ qtpy : {tag : '2.4.1', base : 'no', section : 'version_2_4_1_no_pip', hpc: 'no'}
+ qwt : 'native'
+ requests : 'native'
+ rkCommon : '1.5.1'
+ rich : '13.7.1'
+ root: '6.22.02'
+ scipy : 'native'
+ scotch : {tag: '6.1.2', section: 'version_6_1_2_MPI', hpc: 'yes', base: 'no'}
+ setuptools : 'native'
+ sip : 'native'
+ six : 'native'
+ snowballstemmer : 'native'
+ Sphinx : 'native'
+ sphinxcontrib_websupport : 'native'
+ sphinxintl: 'native'
+ sphinx_rtd_theme : 'native'
+ statsmodels : 'native'
+ swig : 'native'
+ salome_system : 'native'
+ tbb : 'native'
+ tcl : 'native'
+ tk : 'native'
+ toml: 'native'
+ TTK : 'f8dafde2d7'
+ urllib3 : 'native'
+ zeromq: '4.3.1'
+ URANIE : '4.7.0'
+
+ # SALOME MODULES :
+ 'CONFIGURATION'
+ 'SALOME'
+ 'SHAPER'
+ 'SHAPERSTUDY'
+ 'RESTRICTED'
+ 'LIBBATCH' : 'V2_5_0'
+ 'KERNEL'
+ 'MEDCOUPLING' : {tag:'V9_14_0a1', base: 'no', section: 'default_MPI', hpc: 'yes'}
+ 'GUI'
+ 'GEOM'
+ 'SMESH'
+ 'NETGENPLUGIN'
+ 'BLSURFPLUGIN'
+ 'GHS3DPLUGIN'
+ 'HYBRIDPLUGIN'
+ 'HexoticPLUGIN'
+ 'GMSHPLUGIN'
+ 'HEXABLOCK'
+ 'HEXABLOCKPLUGIN'
+ 'HOMARD'
+ 'FIELDS'
+ 'PARAVIS': {tag:'V9_14_0a1', base: 'no', section: 'default_MPI', hpc: 'yes'}
+ 'JOBMANAGER'
+ 'YACS'
+ 'YACSGEN'
+ 'DOCUMENTATION'
+ 'SAMPLES'
+ 'COMPONENT'
+ 'PYCALCULATOR'
+ 'CALCULATOR'
+ 'HELLO'
+ 'PYHELLO'
+ 'EFICAS'
+ 'EFICAS_TOOLS'
+ 'PY2CPP'
+ 'ADAO'
+ 'ADAO_INTERFACE'
+ 'PARAVISADDONS'
+ 'OPENTURNS_SALOME'
+ 'YDEFX'
+ 'pmml'
+ 'SALOMEBOOTSTRAP'
+ 'SOLVERLAB'
+ 'TopIIVolMesh'
+ #'TESTBASE'
+ 'CEATESTBASE' : 'SalomeV9'
+ }
+ profile :
+ {
+ launcher_name : "salome"
+ }
+ test_base :
+ {
+ name : "SALOME"
+ tag : "SalomeV9"
+ }
+ properties :
+ {
+ mesa_launcher_in_package : "yes"
+ git_server : 'tuleap'
+ pip : 'yes'
+ pip_install_dir : 'python'
+ single_install_dir : "no"
+ }
+}
+__overwrite__ :
+[
+ {
+ #
+ __condition__ : "VARS.dist in ['UB20.04']"
+ 'APPLICATION.rm_products' : ['nose_py3','assimulo'] #
+ 'APPLICATION.products.opencv' : '3.2.0'
+ 'APPLICATION.products.cminpack' : 'native'
+ 'APPLICATION.products.netcdf' : '4.6.2'
+ 'APPLICATION.products.nlopt' : '2.7.0'
+ 'APPLICATION.products.qt' : '5.15.15'
+ 'APPLICATION.products.qwt' : '6.1.6'
+ 'APPLICATION.products.poetry' : {tag: '1.5.1', base: 'no', section: 'version_1_5_1_x86_64' }
+ 'APPLICATION.products.PyQt' : '5.15.3'
+ 'APPLICATION.products.sip' : '5.5.0'
+ 'APPLICATION.products.PyFMI' : {tag: '2.6', base: 'no', section: 'version_2_6_no_pip' }
+ 'APPLICATION.products.scipy' : {tag: '1.5.2', base: 'no', section: 'version_1_5_2_no_pip' } # scipy >= 1.4 - system one too old
+ 'APPLICATION.products.mdurl' : {tag: '0.1.2', base: 'no', section: 'version_0_1_2_no_pip' }
+ 'APPLICATION.products.markdown_it_py' : {tag: '3.0.0', base: 'no', section: 'version_3_0_0_no_pip' }
+ 'APPLICATION.products.rich' : {tag: '13.7.1', base: 'no', section: 'version_13_7_1_no_pip' }
+ 'APPLICATION.products.numpy' : {tag: '1.20.3', base: 'no', section: 'version_1_20_3' }
+ 'APPLICATION.products.meshio' : {tag: '5.3.5' , base: 'no', section: 'version_5_3_5_no_pip' }
+ }
+ {
+ #
+ __condition__ : "VARS.dist in ['UB22.04']"
+ 'APPLICATION.rm_products' : ['TTK', 'markdown_it_py', 'mdurl','nose_py3','assimulo'] # TTK causes crashes
+ 'APPLICATION.products.cmake' : 'native' # TTK requires cmake > 3.21
+ 'APPLICATION.products.cftime' : 'native'
+ 'APPLICATION.products.h5py' : 'native'
+ 'APPLICATION.products.meshio' : {tag: '5.3.5' , base: 'no', section: 'version_5_3_5_no_pip' }
+ 'APPLICATION.products.netCDF4' : 'native'
+ 'APPLICATION.products.rich' : 'native'
+ 'APPLICATION.products.cminpack' : 'native'
+ 'APPLICATION.products.opencv' : '3.2.0'
+ 'APPLICATION.products.netcdf' : '4.6.2'
+ 'APPLICATION.products.omniORB' : '4.2.5'
+ 'APPLICATION.products.omniORBpy' : '4.2.5'
+ 'APPLICATION.products.PyFMI' : {tag: '2.6', base: 'no', section: 'version_2_6_UB22_04' }
+ 'APPLICATION.products.root' : {tag: '6.22.02', base: 'no', section: 'version_6_22_02_UB22_04' }
+ 'APPLICATION.products.medfile' : {tag: '4.1.1', base: 'no', section: 'version_4_1_1_UB22_04' }
+ }
+ {
+ #
+ __condition__ : "VARS.dist in ['UB24.04']"
+ 'APPLICATION.rm_products' : ['root','URANIE'] #
+ 'APPLICATION.products.assimulo' : '3.5.2'
+ 'APPLICATION.products.netcdf' : '4.6.2'
+ 'APPLICATION.products.opencv' : '3.2.0'
+ 'APPLICATION.products.FMILibrary' : '2.4.1'
+ 'APPLICATION.products.PyFMI' : '2.13.1'
+ 'APPLICATION.products.petsc' : '3.20.5'
+ 'APPLICATION.products.swig' : '4.0.2'
+ 'APPLICATION.products.cmake' : 'native'
+ 'APPLICATION.products.cftime' : 'native'
+ 'APPLICATION.products.h5py' : 'native'
+ 'APPLICATION.products.markdown_it_py' : 'native'
+ 'APPLICATION.products.meshio' : {tag: '5.3.5' , base: 'no', section: 'version_5_3_5_no_pip' }
+ 'APPLICATION.products.netCDF4' : 'native'
+ 'APPLICATION.products.rich' : 'native'
+ 'APPLICATION.products.cminpack' : 'native'
+ 'APPLICATION.products.omniORBpy' : {tag: '4.2.5', base: 'no', section: 'version_4_2_5_UB24_04' }
+ 'APPLICATION.products.nose_py3' : {tag: '1.6.9', base: 'no', section: 'version_1_6_9_no_pip' }
+ 'APPLICATION.products.rkCommon' : {tag: '1.5.1', base: 'no', section: 'version_1_5_1_UB24_04' }
+ 'APPLICATION.products.catalyst' : {tag: '2.0', base: 'no', section: 'version_2_0_FD38' }
+ 'APPLICATION.products.medfile' : {tag: '4.1.1', base: 'no', section: 'version_4_1_1_UB22_04' }
+ 'APPLICATION.products.gmsh' : {tag: '4.10.3', base: 'no', section: 'version_4_10_3_with_CAS_7_8_UB24_04' }
+ 'APPLICATION.products.ParaView' : {tag: '5.11.0', base: 'no', section: 'version_5_11_0_MPI_UB24_04', hpc: 'yes' }
+ }
+ {
+ # DB10:
+ # - Qt minimal version 5.15
+ # - xmlpatterns executable
+ __condition__ : "VARS.dist in ['DB10']"
+ 'APPLICATION.rm_products' : ['nose_py3','assimulo', 'irmb', 'mcut']
+ 'APPLICATION.products.nlopt' : '2.7.0'
+ 'APPLICATION.products.opencv' : '3.2.0'
+ 'APPLICATION.products.cminpack' : 'native'
+ 'APPLICATION.products.hdf5' : 'native'
+ 'APPLICATION.products.pytest' : '8.1.1'
+ 'APPLICATION.products.poetry_core' : '1.6.1'
+ 'APPLICATION.products.poetry' : {tag: '1.5.1', base: 'no', section: 'version_1_5_1_x86_64' }
+ 'APPLICATION.products.PyFMI' : {tag:'2.6', base: 'no', section: 'version_2_6_no_pip' }
+ 'APPLICATION.products.qt' : '5.15.15'
+ 'APPLICATION.products.qwt' : '6.1.6'
+ 'APPLICATION.products.PyQt' : '5.15.3'
+ 'APPLICATION.products.sip' : '5.5.0'
+ 'APPLICATION.products.ParaView' : {tag: '5.11.0', base: 'no', section: 'version_5_11_0_MPI_DB10', hpc: 'yes'}
+ 'APPLICATION.products.scipy' : {tag: '1.5.2', base: 'no', section: 'version_1_5_2_no_pip' } # scipy >= 1.4 - system one too old
+ 'APPLICATION.products.swig' : '4.0.2'
+ 'APPLICATION.products.openmpi' : '4.1.5'
+ 'APPLICATION.products.mdurl' : {tag: '0.1.2', base: 'no', section: 'version_0_1_2_no_pip' }
+ 'APPLICATION.products.markdown_it_py' : {tag: '2.2.0', base : 'no', section: 'version_2_2_0_no_pip'}
+ 'APPLICATION.products.rich' : {tag: '13.7.1', base: 'no', section: 'version_13_7_1_no_pip' }
+ 'APPLICATION.products.meshio' : {tag: '5.3.4', base: 'no', section: 'version_5_3_4_no_pip'}
+ 'APPLICATION.products.numpy' : {tag: '1.20.3', base: 'no', section: 'version_1_20_3' }
+ }
+ {
+ __condition__ : "VARS.dist in ['DB11']"
+ 'APPLICATION.rm_products' : ['nose_py3','assimulo'] #
+ 'APPLICATION.products.opencv' : '3.2.0'
+ 'APPLICATION.products.hdf5' : 'native'
+ 'APPLICATION.products.cminpack' : 'native'
+ 'APPLICATION.products.pytest' : '8.1.1'
+ 'APPLICATION.products.pyyaml' : {tag: '6.0', base: 'no', section: 'version_6_0_x86_64' }
+ 'APPLICATION.products.mdurl' : {tag: '0.1.2', base: 'no', section: 'version_0_1_2_no_pip' }
+ 'APPLICATION.products.markdown_it_py' : {tag: '3.0.0', base : 'no', section: 'version_3_0_0_no_pip'}
+ 'APPLICATION.products.PyFMI' : {tag:'2.6', base: 'no', section: 'version_2_6_no_pip'}
+ 'APPLICATION.products.rich' : 'native'
+ 'APPLICATION.products.meshio' : {tag:'5.3.5', base: 'no', section: 'version_5_3_5_no_pip'}
+ 'APPLICATION.products.numpy' : {tag: '1.20.3', base: 'no', section: 'version_1_20_3' }
+ }
+ {
+ __condition__ : "VARS.dist in ['DB12']"
+ 'APPLICATION.rm_products' : ['nose_py3','assimulo'] #
+ 'APPLICATION.products.cmake' : 'native' # TTK requires cmake > 3.21
+ 'APPLICATION.products.cftime' : 'native'
+ 'APPLICATION.products.h5py' : 'native'
+ 'APPLICATION.products.markdown_it_py' : 'native'
+ 'APPLICATION.products.mdurl' : 'native'
+ 'APPLICATION.products.meshio' : {tag: '5.3.5', base: 'no', section: 'version_5_3_5_no_pip'}
+ 'APPLICATION.products.netCDF4' : 'native'
+ 'APPLICATION.products.rich' : 'native'
+ 'APPLICATION.products.opencv' : {tag: '3.2.0', base: 'no', section: 'version_3_2_0_DB12'}
+ 'APPLICATION.products.cminpack' : 'native'
+ 'APPLICATION.products.root' : {tag: '6.22.02', base: 'no', section: 'version_6_22_02_DB12'}
+ 'APPLICATION.products.swig' : '4.0.2'
+ 'APPLICATION.products.tbb' : '2021.9.0'
+ 'APPLICATION.products.PyFMI' : {tag: '2.6', base: 'no', section: 'version_2_6_DB12' }
+ 'APPLICATION.products.poetry' : {tag: '1.5.1', base: 'no', section: 'version_1_5_1_x86_64' }
+ 'APPLICATION.products.ParaView' : {tag: '5.11.0', base: 'no', section: 'version_5_11_0_MPI_DB12', hpc: 'yes' }
+ }
+ {
+ # CentOS 8 repositories don't include sphinxintl package which must be installed through pip.
+ # To avoid its missing (system_info pyconf key doesn't handle this use case), we embed it.
+ __condition__ : "VARS.dist in ['CO8']"
+ 'APPLICATION.rm_products' : ['nose_py3','assimulo', 'poetry', 'poetry_core', 'BasicIterativeStatistics'] #
+ 'APPLICATION.products.sphinxintl' : {tag: '0.9.10', base: 'no', section: 'version_0_9_10_no_pip' }
+ 'APPLICATION.products.cminpack' : '1.3.6'
+ 'APPLICATION.products.nlopt' : '2.7.0'
+ 'APPLICATION.products.openturns' : {tag: '1.22', base: 'no', section: 'version_1_22_CO8' }
+ 'APPLICATION.products.PyFMI' : {tag: '2.6', base: 'no', section: 'version_2_6_no_pip' }
+ 'APPLICATION.products.statsmodels' : {tag: '0.6.1', base: 'no', section: 'version_0_6_1_no_pip' }
+ 'APPLICATION.products.gdal' : {tag: '2.4.0', base: 'no', section: 'version_2_4_0_CO8_native'} # spns #29324
+ 'APPLICATION.products.swig' : '4.0.2'
+ 'APPLICATION.products.mdurl' : {tag: '0.1.0', base: 'no', section: 'version_0_1_0_no_pip' }
+ 'APPLICATION.products.markdown_it_py' : {tag: '2.0.1', base: 'no', section: 'version_2_0_1_no_pip' }
+ 'APPLICATION.products.rich' : {tag: '12.6.0', base: 'no', section: 'version_12_6_0_no_pip'}
+ 'APPLICATION.products.meshio' : {tag: '4.3.13', base: 'no', section: 'version_4_3_13_no_pip' }
+ 'APPLICATION.products.h5py' : {tag: '3.0.0', base: 'no', section: 'version_3_0_0_no_pip' }
+ 'APPLICATION.products.poetry_core' : {tag: '1.9.0', base: 'no', section: 'version_1_9_0_x86_64' }
+ }
+ {
+ __condition__ : "VARS.dist in ['CO9']"
+ 'APPLICATION.rm_products' : ['nose_py3','assimulo'] #
+ 'APPLICATION.products.lapack' : '3.8.0'
+ 'APPLICATION.products.nlopt' : '2.7.0'
+ 'APPLICATION.products.cminpack' : '1.3.6'
+ 'APPLICATION.products.qwt' : '6.1.6'
+ 'APPLICATION.products.PyQt' : '5.15.3'
+ 'APPLICATION.products.swig' : '4.0.2'
+ 'APPLICATION.products.opencv' : '3.2.0'
+ 'APPLICATION.products.openmpi' : '4.1.5'
+ 'APPLICATION.products.sip' : '5.5.0'
+ 'APPLICATION.products.patsy' : {tag: '0.5.4', base: 'no', section: 'version_0_5_4_no_pip' }
+ 'APPLICATION.products.root' : {tag: '6.22.02', base: 'no', section: 'version_6_22_02_CO9' }
+ 'APPLICATION.products.qt' : {tag: '5.15.15', base: 'no', section: 'version_5_15_15_CO9' }
+ 'APPLICATION.products.mdurl' : {tag: '0.1.2', base: 'no', section: 'version_0_1_2_no_pip' }
+ 'APPLICATION.products.markdown_it_py' : {tag: '3.0.0', base: 'no', section: 'version_3_0_0_no_pip' }
+ 'APPLICATION.products.rich' : {tag: '13.7.1', base: 'no', section: 'version_13_7_1_no_pip' }
+ 'APPLICATION.products.meshio' : {tag: '5.3.5' , base: 'no', section: 'version_5_3_5_no_pip' }
+ 'APPLICATION.products.sphinxintl' : {tag: '0.9.10', base: 'no', section: 'version_0_9_10_no_pip' }
+ 'APPLICATION.products.PyFMI' : {tag: '2.6', base: 'no', section: 'version_2_6_no_pip' }
+ 'APPLICATION.products.numpydoc' : {tag: '0.9.0', base: 'no', section: 'version_0_9_0_no_pip' }
+ 'APPLICATION.products.pandas' : {tag: '1.1.5', base: 'no', section: 'version_1_1_5_no_pip' }
+ 'APPLICATION.products.statsmodels' : {tag: '0.14.1', base: 'no', section: 'version_0_14_1_no_pip' }
+ 'APPLICATION.products.nose' : {tag: '1.3.7', base: 'no', section: 'version_1_3_7_no_pip' }
+ 'APPLICATION.products.ParaView' : {tag: '5.11.0', base: 'no', section: 'version_5_11_0_MPI_CO9', hpc: 'yes'}
+ 'APPLICATION.products.YDEFX' : {tag: 'V9_14_0a1', base: 'no', section: 'version_V9_14_0_CO9' }
+ 'APPLICATION.products.YACS' : {tag: 'V9_14_0a1', base: 'no', section: 'version_V9_14_0_CO9' }
+ 'APPLICATION.products.poetry_core' : {tag: '1.9.0', base: 'no', section: 'version_1_9_0_x86_64' }
+ }
+ {
+ __condition__ : "VARS.dist in ['FD32']"
+ 'APPLICATION.rm_products' : ['nose_py3','assimulo'] #
+ 'APPLICATION.products.nlopt' : '2.7.0'
+ 'APPLICATION.products.opencv' : '3.2.0'
+ 'APPLICATION.products.qt' : '5.15.15'
+ 'APPLICATION.products.qwt' : '6.1.6'
+ 'APPLICATION.products.PyQt' : '5.15.3'
+ 'APPLICATION.products.sip' : '5.5.0'
+ 'APPLICATION.products.lapack' : '3.8.0'
+ 'APPLICATION.products.PyFMI' : {tag: '2.6', base: 'no', section: 'version_2_6_no_pip' }
+ 'APPLICATION.products.Sphinx' : {tag: '1.7.6', base: 'no', section: 'version_1_7_6_no_pip' }
+ 'APPLICATION.products.gdal' : {tag:'2.4.0', base: 'no', section: 'version_2_4_0_FD32' } # spns #29324
+ 'APPLICATION.products.mdurl' : {tag: '0.1.2', base: 'no', section: 'version_0_1_2_no_pip' }
+ 'APPLICATION.products.numpy' : {tag: '1.20.3', base: 'no', section: 'version_1_20_3' }
+ 'APPLICATION.products.markdown_it_py' : {tag: '3.0.0', base: 'no', section: 'version_3_0_0_no_pip' }
+ 'APPLICATION.products.rich' : {tag: '13.7.1', base: 'no', section: 'version_13_7_1_no_pip'}
+ 'APPLICATION.products.meshio' : {tag: '5.3.5' , base: 'no', section: 'version_5_3_5_no_pip' }
+ 'APPLICATION.products.h5py' : {tag: '3.11.0', base: 'no', section: 'version_3_11_0_no_pip'}
+ 'APPLICATION.products.YACS' : {tag: 'V9_14_0a1', base: 'no', section: 'version_V9_14_0_FD32' }
+ 'APPLICATION.products.poetry_core' : {tag: '1.9.0', base: 'no', section: 'version_1_9_0_x86_64' }
+ 'APPLICATION.products.poetry' : {tag: '1.5.1', base: 'no', section: 'version_1_5_1_x86_64' }
+ }
+ {
+ __condition__ : "VARS.dist in ['FD34']"
+ 'APPLICATION.rm_products' : ['nose_py3','assimulo'] #
+ 'APPLICATION.products.lapack' : '3.8.0'
+ 'APPLICATION.products.opencv' : '3.2.0'
+ 'APPLICATION.products.qwt' : '6.1.6'
+ 'APPLICATION.products.omniORB' : '4.2.5'
+ 'APPLICATION.products.omniORBpy' : '4.2.5'
+ 'APPLICATION.products.mdurl' : {tag: '0.1.2', base: 'no', section: 'version_0_1_2_no_pip' }
+ 'APPLICATION.products.markdown_it_py' : {tag: '3.0.0', base: 'no', section: 'version_3_0_0_no_pip' }
+ 'APPLICATION.products.rich' : {tag: '13.7.1', base: 'no', section: 'version_13_7_1_no_pip'}
+ 'APPLICATION.products.meshio' : {tag: '5.3.5' , base: 'no', section: 'version_5_3_5_no_pip' }
+ 'APPLICATION.products.h5py' : {tag: '3.11.0', base: 'no', section: 'version_3_11_0_no_pip'}
+ 'APPLICATION.products.PyFMI' : {tag: '2.6', base: 'no', section: 'version_2_6_no_pip' }
+ 'APPLICATION.products.root' : {tag:'6.22.02', base: 'no', section: 'version_6_22_02_FD34' }
+ 'APPLICATION.products.gdal' : {tag:'2.4.0', base: 'no', section: 'version_2_4_0_FD34' } # spns #29324
+ 'APPLICATION.products.poetry' : {tag: '1.5.1', base: 'no', section: 'version_1_5_1_x86_64' }
+ }
+ {
+ __condition__ : "VARS.dist in ['FD36']"
+ 'APPLICATION.rm_products' : ['nose_py3','assimulo'] #
+ 'APPLICATION.products.opencv' : {tag: '3.2.0', base: 'no', section: 'version_3_2_0_FD36' }
+ 'APPLICATION.products.omniORB' : '4.2.5'
+ 'APPLICATION.products.omniORBpy' : '4.2.5'
+ 'APPLICATION.products.qwt' : '6.1.6'
+ 'APPLICATION.products.netcdf' : '4.6.2'
+ 'APPLICATION.products.numpy' : {tag: '1.22.2', base: 'no', section: 'version_1_22_2' }
+ 'APPLICATION.products.PyFMI' : {tag: '2.6', base: 'no', section: 'version_2_6_no_pip' }
+ 'APPLICATION.products.root' : {tag: '6.22.02', base: 'no', section: 'version_6_22_02_FD36' }
+ 'APPLICATION.products.medfile' : {tag: '4.1.1', base: 'no', section: 'version_4_1_1_FD36' }
+ 'APPLICATION.products.mdurl' : {tag: '0.1.2', base: 'no', section: 'version_0_1_2_no_pip' }
+ 'APPLICATION.products.markdown_it_py' : {tag: '3.0.0', base: 'no', section: 'version_3_0_0_no_pip' }
+ 'APPLICATION.products.rich' : {tag: '13.7.1', base: 'no', section: 'version_13_7_1_no_pip'}
+ 'APPLICATION.products.meshio' : {tag: '5.3.5' , base: 'no', section: 'version_5_3_5_no_pip' }
+ 'APPLICATION.products.h5py' : {tag: '3.11.0', base: 'no', section: 'version_3_11_0_no_pip'}
+ }
+
+ {
+ __condition__ : "VARS.dist in ['FD37']"
+ 'APPLICATION.rm_products' : ['root', 'URANIE','nose_py3','assimulo']
+ 'APPLICATION.products.cmake' : 'native'
+ 'APPLICATION.products.opencv' : {tag: '3.2.0', base: 'no', section: 'version_3_2_0_FD37' }
+ 'APPLICATION.products.omniORB' : '4.2.5'
+ 'APPLICATION.products.omniORBpy' : '4.2.5'
+ 'APPLICATION.products.qwt' : '6.1.6'
+ 'APPLICATION.products.netcdf' : '4.6.2'
+ 'APPLICATION.products.numpy' : {tag: '1.22.2', base: 'no', section: 'version_1_22_2' }
+ 'APPLICATION.products.PyFMI' : {tag: '2.6', base: 'no', section: 'version_2_6_FD37' }
+ 'APPLICATION.products.medfile' : {tag: '4.1.1', base: 'no', section: 'version_4_1_1_FD37' }
+ 'APPLICATION.products.ParaView' : {tag: '5.11.0', base: 'no', section: 'version_5_11_0_MPI_FD37', hpc: 'yes'}
+ }
+ {
+ __condition__ : "VARS.dist in ['FD38']"
+ 'APPLICATION.rm_products' : ['root', 'URANIE', 'mesa','nose_py3','assimulo']
+ 'APPLICATION.products.markdown_it_py' : 'native'
+ 'APPLICATION.products.rich' : 'native'
+ 'APPLICATION.products.cmake' : 'native'
+ 'APPLICATION.products.omniORB' : '4.2.5'
+ 'APPLICATION.products.omniORBpy' : '4.2.5'
+ 'APPLICATION.products.qwt' : '6.1.6'
+ 'APPLICATION.products.netcdf' : '4.6.2'
+ 'APPLICATION.products.swig' : '4.0.2'
+ 'APPLICATION.products.meshio' : {tag: '5.3.5' , base: 'no', section: 'version_5_3_5_no_pip' }
+ 'APPLICATION.products.opencv' : {tag: '3.2.0', base: 'no', section: 'version_3_2_0_FD38' }
+ 'APPLICATION.products.petsc' : {tag: '3.16.0', base: 'no', section: 'version_3_16_0_FD38' }
+ 'APPLICATION.products.PyFMI' : {tag: '2.6', base: 'no', section: 'version_2_6_FD38' }
+ 'APPLICATION.products.medfile' : {tag: '4.1.1', base: 'no', section: 'version_4_1_1_FD38' }
+ 'APPLICATION.products.catalyst' : {tag: '2.0', base: 'no', section: 'version_2_0_FD38' }
+ 'APPLICATION.products.gmsh' : {tag: '4.10.3', base: 'no', section: 'version_4_10_3_with_CAS_7_8_FD38' }
+ 'APPLICATION.products.ParaView' : {tag: '5.11.0', base: 'no', section: 'version_5_11_0_MPI_FD38', hpc: 'yes' }
+ }
+]
--- /dev/null
+#!/usr/bin/env python
+#-*- coding:utf-8 -*-
+
+APPLICATION :
+{
+ name : 'SALOME-9.14.0'
+ workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name
+ cmake_generator : 'Visual Studio 15 2017'
+ cmake_build_type: 'Release' # Debug, RelWithDebInfo, Release, MinSizeRel
+ tag : 'V9_14_0a1'
+ dev : 'no'
+ verbose : 'no'
+ debug : 'no'
+ base : 'no'
+ python3 : 'yes'
+ pyver : '3.9'
+ environ :
+ {
+ build :
+ {
+ CONFIGURATION_ROOT_DIR : $workdir + $VARS.sep + "SOURCES" + $VARS.sep + "CONFIGURATION"
+ RESTRICTED_ROOT_DIR : $workdir + $VARS.sep + "SOURCES" + $VARS.sep + "RESTRICTED"
+ SALOME_HAS_GLOBAL_ENV : "1"
+ SALOME_USE_64BIT_IDS : '1'
+ SET_usr_docs_VARS : "1" # required for PyEditor build
+ CMAKE_GENERATOR : '"Visual Studio 15 2017"'
+ }
+ launch :
+ {
+ PYTHONIOENCODING:"UTF_8",
+ SALOME_MODULES_ORDER:"SHAPER:SHAPERSTUDY:GEOM:SMESH",
+ SALOME_ON_DEMAND: "HIDE"
+ }
+ SALOME_APPLICATION_NAME : $APPLICATION.name
+ 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_TMP_DIR : "%appdata%"
+ HOME : "%userprofile%"
+ }
+ products :
+ {
+ # PREREQUISITES :
+ alabaster : '0.7.16'
+ attrs : '24.2.0'
+ Babel : '2.7.0'
+ BasicIterativeStatistics : 'v0.1.0'
+ boost : '1.67.0'
+ CAS : {tag:'CR780-SALOME-PATCH', section:'version_CR780_SALOME_PATCH_win', base: 'no'}
+ certifi : '2019.6.16'
+ cftime : '1.6.3'
+ cgal : 'v5.6.1'
+ cgns : '4.2.0'
+ chardet : '3.0.4'
+ click : '7.0'
+ cmake : '3.24.2'
+ cminpack: '1.3.6'
+ colorama: '0.4.1'
+ cork : '5987de5'
+ cppunit : '1.13.2'
+ cycler : '0.10.0'
+ Cython : '0.29.37'
+ dateutil : '2.8.2'
+ dill : '0.3.4'
+ distro: '1.9.0'
+ docutils : '0.14'
+ doxygen : '1.8.3.1'
+ eigen : '3.3.4'
+ embree : '3.12.2'
+ exceptiongroup : '1.2.2'
+ expat : '2.0.1'
+ f2c : '1.0.0'
+ fftw: '3.3.9'
+ FMILibrary : '2.0.3'
+ freeimage : '3.18.0'
+ freetype : '2.9.1'
+ gmsh : '4.10.3_with_CAS_7.8'
+ graphviz : '2.44.1'
+ hdf5 : '1.10.3'
+ h5py : '3.11.0'
+ idna : '2.8'
+ imagesize : '1.1.0'
+ iniconfig : '2.0.0'
+ #irmb : '67d77b4'
+ ispc : '1.15.0'
+ Jinja2 : '2.10.1'
+ kiwisolver : '1.4.5'
+ lapack : '3.8.0'
+ libigl : 'v2.5.0'
+ libjpeg: '9c'
+ libpng: '1.5.10'
+ libxml2 : '2.9.1'
+ llvm : '8.0.1-clang-win'
+ mdurl :'0.1.2'
+ markdown_it_py : '3.0.0'
+ markupsafe : '1.1.1'
+ matplotlib : '3.3.4'
+ #mcut : 'b5b0ec6'
+ medfile : '4.1.1'
+ mesa : '19.2.3'
+ meshbooleanplugin : 'main'
+ MeshGems : '2.15-1'
+ meshio: '5.3.5'
+ metis : '5.1.0'
+ mmg : '5.6.0'
+ mmgplugin: 'main'
+ mpir: '855491e'
+ msvc : '2017'
+ netcdf : '4.6.2'
+ netCDF4: '1.6.5'
+ netgen : {tag:'5.3.1', base: 'no', section: 'version_5_3_1_with_CAS_7_8_win'}
+ nlopt : '2.7.1'
+ numpy : '1.21.6'
+ omniORB : '4.2.6'
+ omniORBpy : '4.2.6'
+ openblas : '0.3.23'
+ opencv : '3.2.0'
+ openssl: '1.1.1n'
+ openVKL: '0.11.0'
+ openturns: '1.23'
+ ospray : '2.4.0'
+ packaging : '19.0'
+ pandas : '1.5.3'
+ patsy : '0.5.2'
+ ParaView : {tag:'5.11.0', base: 'no', section: 'version_5_11_0'}
+ PERSALYS: 'v16.0.1'
+ perl : '5.28.1.1'
+ Pillow : '10.2.0'
+ planegcs : '0.18-3cb6890'
+ pluggy : '1.5.0'
+ poetry_core : '1.9.0'
+ pyyaml: '6.0'
+ pytest : '8.3.2'
+ psutil : '5.9.8'
+ pthreads : '2.9.1'
+ PyFMI : '2.6'
+ Pygments : '2.13.0'
+ pyparsing : '2.4.0'
+ PyQt : '5.15.3'
+ pyqwt: {tag : '0.12.1', base : 'no', section : 'version_0_12_1_no_pip'}
+ pyreadline : '3.4.1'
+ Python : '3.9.14'
+ pytz : '2020.1'
+ qt : '5.15.15'
+ qtpy : {tag : '2.4.1', base : 'no', section : 'version_2_4_1_no_pip'}
+ qwt : '6.1.6'
+ requests : '2.22.0'
+ rich : '13.7.1'
+ rkCommon : '1.5.1'
+ ruby : '2.5.5-1'
+ #scikit_learn: '1.3.2'
+ scipy : '1.6.2'
+ setuptools : '69.0.3'
+ sip : '5.5.0'
+ six : '1.12.0'
+ snowballstemmer : '2.2.0'
+ Sphinx : '3.5.4'
+ sphinxcontrib_applehelp : '1.0.1'
+ sphinxcontrib_devhelp : '1.0.1'
+ sphinxcontrib_jsmath : '1.0.1'
+ sphinxcontrib_htmlhelp : '1.0.2'
+ sphinxcontrib_qthelp : '1.0.2'
+ sphinxcontrib_serializinghtml :'1.1.3'
+ sphinxcontrib_websupport : '1.1.2'
+ sphinx_rtd_theme : '0.4.3'
+ sphinxintl: '2.0.0'
+ statsmodels: '0.12.2'
+ swig : '4.0.2'
+ tbb : '2019_U8_win'
+ toml : '0.10.2'
+ tomli : '2.0.1'
+ tcltk : '8.6.9'
+ urllib3 : '1.25.3'
+ wheel : {tag : '0.44.0', base : 'no', section : 'version_0_44_0_no_pip'}
+ zlib : '1.2.5'
+
+ # SALOME MODULES :
+ 'CONFIGURATION'
+ 'SALOME'
+ 'SHAPER'
+ 'SHAPERSTUDY'
+ 'RESTRICTED'
+ 'LIBBATCH' : 'V2_5_0'
+ 'KERNEL'
+ 'MEDCOUPLING'
+ 'GUI'
+ 'GEOM'
+ 'SMESH'
+ 'NETGENPLUGIN'
+ 'BLSURFPLUGIN'
+ 'GHS3DPLUGIN'
+ 'HYBRIDPLUGIN'
+ 'HexoticPLUGIN'
+ 'GMSHPLUGIN'
+ 'HEXABLOCK'
+ 'HEXABLOCKPLUGIN'
+ #'HOMARD'
+ 'FIELDS'
+ 'PARAVIS'
+ 'JOBMANAGER'
+ 'YACS'
+ 'YACSGEN'
+ 'DOCUMENTATION'
+ 'SALOMEBOOTSTRAP'
+ 'SAMPLES'
+ 'COMPONENT'
+ 'PYCALCULATOR'
+ 'CALCULATOR'
+ 'HELLO'
+ 'PYHELLO'
+ 'EFICAS'
+ 'EFICAS_TOOLS'
+ 'ADAO'
+ 'PARAVISADDONS'
+ 'PY2CPP'
+ 'OPENTURNS_SALOME'
+ 'YDEFX'
+ 'pmml'
+ #'TESTBASE'
+ 'CEATESTBASE' : 'SalomeV9'
+ }
+ profile :
+ {
+ launcher_name : "salome"
+ }
+ test_base :
+ {
+ name : "SALOME"
+ tag : "SalomeV9"
+ }
+ properties :
+ {
+ mesa_launcher_in_package : "no"
+ git_server : 'tuleap'
+ pip : 'yes'
+ pip_install_dir : 'python'
+ single_install_dir : "yes"
+ }
+}
+
+__overwrite__ :
+[
+ {
+ __condition__ : "APPLICATION.pyver == '3.6' and APPLICATION.debug == 'no'"
+ 'APPLICATION.products.alabaster' : '0.7.6'
+ 'APPLICATION.products.Cython' : '0.29.12'
+ 'APPLICATION.products.dateutil' : '2.8.0'
+ 'APPLICATION.products.kiwisolver' : '1.1.0'
+ 'APPLICATION.products.matplotlib' : '3.1.0'
+ 'APPLICATION.products.numpy' : '1.16.4'
+ 'APPLICATION.products.pandas' : '0.25.2'
+ 'APPLICATION.products.Pillow' : '7.1.1'
+ 'APPLICATION.products.psutil' : '5.7.2'
+ 'APPLICATION.products.pyreadline' : '2.1'
+ 'APPLICATION.products.Python' : '3.6.5'
+ 'APPLICATION.products.pytz' : '2019.1'
+ 'APPLICATION.products.scipy' : '1.4.1'
+ 'APPLICATION.products.setuptools' : '41.0.1'
+ 'APPLICATION.products.snowballstemmer' : '1.9.0'
+ 'APPLICATION.products.Sphinx' : '2.1.2'
+ 'APPLICATION.products.statsmodels' : '0.9.0'
+ }
+ {
+ __condition__ : "APPLICATION.debug == 'yes' and APPLICATION.pyver == '3.9'"
+ 'APPLICATION.rm_products' : ['matplotlib', 'openturns', 'scipy', 'Pillow', 'PERSALYS', 'OPENTURNS_SALOME', 'cminpack', 'openblas', 'FMILibrary', 'PyFMI', 'fftw', 'statsmodels', 'YDEFX', 'pandas']
+ 'APPLICATION.products.numpy' : {tag: '1.21.6', base: 'no', section : 'version_1_21_6_win_dbg' }
+ 'APPLICATION.products.Cython' : {tag: '0.29.37', base: 'no', section : 'version_0_29_37_win_dbg' }
+ 'APPLICATION.products.sphinxintl' : {tag: '2.0.0', base: 'no', section : 'version_2_0_0_win_dbg' }
+ 'APPLICATION.products.llvm' : {tag: '8.0.1', base: 'no', section : 'version_8_0_1_clang_win_dbg'}
+ 'APPLICATION.products.tbb' : {tag: '2019_U8', base: 'no', section : 'version_2019_U8_win_dbg' }
+ 'APPLICATION.products.omniORB' : {tag: '4.2.3', base: 'no', section : 'version_4_2_3_win_dbg' }
+ 'APPLICATION.products.psutil' : {tag: '5.9.8', base: 'no', section : 'version_5_9_8_win_dbg' }
+ 'APPLICATION.products.ParaView' : {tag: '5.11.0', base: 'no', section : 'version_5_11_0_win_dbg' }
+ 'APPLICATION.products.zlib' : {tag: '1.2.5', base: 'no', section : 'version_1_2_5_win_dbg' }
+ 'APPLICATION.products.gmsh' : {tag: '4.10.3', base: 'no', section : 'version_4_10_3_win_dbg' }
+ 'APPLICATION.products.cmake' : '3.12.1' # until CMP0078 and - cmake 3.24 fixed shows a serious issue about import which needs to be addressed
+ }
+ {
+ __condition__ : "APPLICATION.debug == 'yes' and APPLICATION.pyver == '3.6'"
+ 'APPLICATION.rm_products' : ['matplotlib', 'openturns', 'scipy', 'Pillow', 'PERSALYS', 'OPENTURNS_SALOME', 'cminpack', 'openblas', 'FMILibrary', 'PyFMI', 'fftw', 'statsmodels', 'YDEFX', 'pandas']
+ 'APPLICATION.products.alabaster' : '0.7.6'
+ 'APPLICATION.products.dateutil' : '2.8.0'
+ 'APPLICATION.products.kiwisolver' : '1.1.0'
+ 'APPLICATION.products.pyreadline' : '2.1'
+ 'APPLICATION.products.Python' : '3.6.5'
+ 'APPLICATION.products.pytz' : '2019.1'
+ 'APPLICATION.products.setuptools' : '41.0.1'
+ 'APPLICATION.products.snowballstemmer' : '1.9.0'
+ 'APPLICATION.products.Sphinx' : '2.1.2'
+ 'APPLICATION.products.numpy' : {tag: '1.16.4', base: 'no', section : 'version_1_16_4_win_dbg' }
+ 'APPLICATION.products.Cython' : {tag: '0.29.12', base: 'no', section : 'version_0_29_12_win_dbg' }
+ 'APPLICATION.products.sphinxintl' : {tag: '2.0.0', base: 'no', section : 'version_2_0_0_win_dbg' }
+ 'APPLICATION.products.llvm' : {tag: '8.0.1', base: 'no', section : 'version_8_0_1_clang_win_dbg'}
+ 'APPLICATION.products.tbb' : {tag: '2019_U8', base: 'no', section : 'version_2019_U8_win_dbg' }
+ 'APPLICATION.products.omniORB' : {tag: '4.2.3', base: 'no', section : 'version_4_2_3_win_dbg' }
+ 'APPLICATION.products.psutil' : {tag: '5.7.2', base: 'no', section : 'version_5_7_2_win_dbg' }
+ 'APPLICATION.products.ParaView' : {tag: '5.11.0', base: 'no', section : 'version_5_11_0_win_dbg' }
+ 'APPLICATION.products.zlib' : {tag: '1.2.5', base: 'no', section : 'version_1_2_5_win_dbg' }
+ 'APPLICATION.products.gmsh' : {tag: '4.10.3', base: 'no', section : 'version_4_10_3_win_dbg' }
+ 'APPLICATION.products.swig' : '3.0.12'
+ 'APPLICATION.products.cmake' : '3.12.1' # until CMP0078 and - cmake 3.24 fixed shows a serious issue about import which needs to be addressed
+ }
+]
--- /dev/null
+#!/usr/bin/env python
+#-*- coding:utf-8 -*-
+
+APPLICATION :
+{
+ name : 'SALOME-9.14.0a1'
+ workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name + '-' + $VARS.dist
+ tag : 'V9_14_0a1'
+ dev : 'no'
+ verbose : 'no'
+ debug : 'no'
+ base : 'no'
+ python3 : 'yes'
+ platform : ['CO7', 'CO8', 'DB09']
+ environ :
+ {
+ build :
+ {
+ CONFIGURATION_ROOT_DIR : $workdir + $VARS.sep + "SOURCES" + $VARS.sep + "CONFIGURATION"
+ RESTRICTED_ROOT_DIR : $workdir + $VARS.sep + "SOURCES" + $VARS.sep + "RESTRICTED"
+ SALOME_USE_64BIT_IDS : '1'
+ VTK_SMP_IMPLEMENTATION_TYPE : TBB # OpenMP # choose among: sequential / OpenMP / TBB switches
+ SALOME_GMSH_HEADERS_STD : '1'
+ }
+ launch :
+ {
+ PYTHONIOENCODING:"UTF_8",
+ SALOME_MODULES_ORDER:"SHAPER:SHAPERSTUDY:GEOM:SMESH",
+ ROOT_SALOME_INSTALL: '$PRODUCT_ROOT_DIR',
+ SALOME_ON_DEMAND: "HIDE"
+ }
+ SALOME_trace : "local" # local/file:.../with_logger
+ SALOME_MODULES : "SHAPER,SHAPERSTUDY,GEOM,SMESH,PARAVIS,YACS,JOBMANAGER" # specify the first modules to display in gui
+ }
+ products :
+ {
+ # PREREQUISITES :
+ alabaster : '0.7.6'
+ Babel : '2.14.0'
+ BasicIterativeStatistics : 'v0.1.0'
+ boost : '1.71.0'
+ CAS : {tag : 'CR780-SALOME-PATCH', section: 'version_CR780_SALOME_PATCH', base: 'no'}
+ catalyst: '2.0'
+ C3PO: 'v2.3'
+ certifi : '2018.8.24'
+ cftime: '1.6.3'
+ cgal : 'v5.6.1'
+ cgns : '4.2.0'
+ chardet : '3.0.4'
+ charset_normalizer : '3.3.2'
+ click : '6.7'
+ cmake : '3.25.2'
+ cminpack: '1.3.6'
+ contourpy : '1.2.0'
+ cork : '5987de5'
+ cppunit : '1.13.2'
+ cycler : '0.10.0'
+ Cython : '0.29.37'
+ dateutil : '2.7.3'
+ docutils : '0.20.1'
+ doxygen : '1.8.14'
+ eigen : '3.3.4'
+ embree : '3.12.2'
+ FMILibrary : '2.0.3'
+ fonttools : '4.48.1'
+ freeimage : '3.16.0'
+ freetype : '2.9.1'
+ gcc : '8.5.0'
+ libigl : 'v2.5.0'
+ mpc : 'native'
+ gmp : 'native'
+ mmg : '5.6.0'
+ mmgplugin: 'main'
+ mpfr : 'native'
+ gdal : '2.4.0'
+ gmsh : '4.10.3_with_CAS_7.8'
+ graphviz : '2.38.0'
+ h5py : '3.11.0'
+ hdf5 : '1.10.3'
+ idna : '2.7'
+ imagesize : '1.4.1'
+ importlib_metadata : '7.0.1'
+ importlib_resources: '6.1.1'
+ ispc : '1.15.0'
+ Jinja2 : '3.1.3'
+ kiwisolver : '1.3.1'
+ lapack : '3.8.0'
+ libxml2 : '2.9.12'
+ llvm : '8.0.1-clang'
+ markupsafe : '2.1.5'
+ markdown_it_py: '3.0.0'
+ matplotlib : '3.8.2'
+ mdurl: '0.1.2'
+ medfile : '4.1.1'
+ mesa : '19.0.8'
+ meshbooleanplugin : {tag:'main', base:'no', section:'version_no_irmb_mcut'}
+ MeshGems : '2.15-1'
+ meshio : {tag: '5.3.5' , base: 'no', section : 'version_5_3_5_no_pip'}
+ mpi4py : {tag: '3.1.0', base: 'no', section : 'version_3_1_0_no_pip'}
+ metis : '5.1.0'
+ netgen : '5.3.1_with_CAS_7.8'
+ netcdf : '4.6.2'
+ netCDF4 : '1.6.5'
+ nlopt : '2.7.0'
+ nose: '1.3.7'
+ numpy : '1.21.1'
+ numpydoc : '1.6.0'
+ omniORB : '4.2.5'
+ omniORBpy : '4.2.5'
+ opencv : '3.2.0'
+ openmpi : '4.0.3'
+ openturns: '1.23'
+ openVKL: '0.11.0'
+ ospray : '2.4.0'
+ packaging : '23.2'
+ packagespy : '74152cd'
+ pandas : '1.1.5'
+ patsy : '0.5.4'
+ ParaView : {tag:'5.11.0', base: 'no', section: 'version_5_11_0_MPI', hpc: 'yes'}
+ PERSALYS: 'v16.0.1'
+ petsc : {tag : '3.16.0', base: 'no', section: 'version_3_16_0', hpc: 'yes'}
+ Pillow : '8.4.0'
+ planegcs : '0.18-3cb6890'
+ poetry : {tag: '1.8.3', base: 'no', section: 'version_1_8_3_x86_64' }
+ poetry_core : '1.9.0'
+ pyyaml : {tag: '6.0', base: 'no', section: 'version_6_0_x86_64' }
+ psutil : '5.9.8'
+ PyFMI : {tag: '2.6', base: 'no', section: 'version_2_6_no_pip'}
+ Pygments : '2.17.2'
+ pyparsing : '3.1.1'
+ PyQt : '5.15.3'
+ pyqwt: {tag : '0.12.1', base : 'no', section : 'version_0_12_1_no_pip', hpc: 'no'}
+ pyreadline : '2.0'
+ pytest : '8.1.1'
+ Python : '3.9.14'
+ pytz : '2017.2'
+ qt : '5.15.15'
+ qtpy : {tag : '2.4.1', base : 'no', section : 'version_2_4_1_no_pip', hpc: 'no'}
+ qwt : '6.1.6'
+ requests : '2.31.0'
+ rich : '13.7.1'
+ rkCommon : '1.5.1'
+ root: '6.22.02'
+ salome_system : 'native'
+ scipy : '1.6.2'
+ scotch : {tag: '6.1.2', section: 'version_6_1_2_MPI', hpc: 'yes', base: 'no'}
+ setuptools : '69.0.3'
+ sip : '5.5.0'
+ six : '1.10.0'
+ snowballstemmer : '2.2.0'
+ Sphinx : '7.2.6'
+ sphinxcontrib_applehelp : '1.0.8'
+ sphinxcontrib_devhelp : '1.0.6'
+ sphinxcontrib_jsmath : '1.0.1'
+ sphinxcontrib_jquery : '4.1'
+ sphinxcontrib_qthelp : '1.0.7'
+ sphinxcontrib_htmlhelp : '2.0.5'
+ sphinxcontrib_serializinghtml : '1.1.10'
+ sphinxcontrib_websupport : '1.2.7'
+ sphinx_rtd_theme : '2.0.0'
+ sphinxintl: '2.1.0'
+ statsmodels: '0.14.1'
+ swig : '4.0.2'
+ tabulate : '0.9.0'
+ tbb : '2019_U8'
+ tcl : '8.6.0'
+ tk : '8.6.0'
+ toml: '0.10.2'
+ tomli : '2.0.1'
+ TTK : 'f8dafde2d7'
+ urllib3 : '1.23'
+ zeromq: '4.3.1'
+ zipp : '3.17.0'
+ URANIE : '4.7.0'
+
+ # SALOME MODULES :
+ 'CONFIGURATION'
+ 'SALOME'
+ 'SHAPER'
+ 'SHAPERSTUDY'
+ 'RESTRICTED'
+ 'LIBBATCH' : 'V2_5_0'
+ 'KERNEL'
+ 'MEDCOUPLING' : {tag:'V9_14_0a1', base: 'no', section: 'default_MPI', hpc: 'yes'}
+ 'GUI'
+ 'GEOM'
+ 'SMESH'
+ 'NETGENPLUGIN'
+ 'BLSURFPLUGIN'
+ 'GHS3DPLUGIN'
+ 'HYBRIDPLUGIN'
+ 'HexoticPLUGIN'
+ 'GMSHPLUGIN'
+ 'HEXABLOCK'
+ 'HEXABLOCKPLUGIN'
+ 'HOMARD'
+ 'FIELDS'
+ 'PARAVIS' : {tag:'V9_14_0a1', base: 'no', section: 'default_MPI', hpc: 'yes'}
+ 'JOBMANAGER'
+ 'YACS'
+ 'YACSGEN'
+ 'DOCUMENTATION'
+ 'SAMPLES'
+ 'COMPONENT'
+ 'PYCALCULATOR'
+ 'CALCULATOR'
+ 'HELLO'
+ 'PYHELLO'
+ 'EFICAS'
+ 'EFICAS_TOOLS'
+ 'PY2CPP'
+ 'ADAO'
+ 'ADAO_INTERFACE'
+ 'PARAVISADDONS'
+ 'OPENTURNS_SALOME'
+ 'YDEFX'
+ 'pmml'
+ 'SALOMEBOOTSTRAP'
+ 'SOLVERLAB' : {tag: 'V9_14_0a1', base: 'no', section: 'default_MPI', hpc: 'yes'}
+ 'TopIIVolMesh'
+ #'TESTBASE'
+ 'CEATESTBASE' : 'SalomeV9'
+ }
+ profile :
+ {
+ launcher_name : "salome"
+ }
+ test_base :
+ {
+ name : "SALOME"
+ tag : "SalomeV9"
+ }
+ properties :
+ {
+ mesa_launcher_in_package : "yes"
+ git_server : 'tuleap'
+ pip : 'yes'
+ pip_install_dir : 'python'
+ single_install_dir : "no"
+ }
+}
+__overwrite__ :
+[
+ {
+ __condition__ : "VARS.dist in ['FD30']"
+ 'APPLICATION.products.gcc' : '9.3.0'
+ }
+ {
+ __condition__ : "VARS.dist in ['FD32']"
+ # https://github.com/scipy/scipy/issues/11611
+ 'APPLICATION.products.scipy' : '1.5.2'
+ 'APPLICATION.rm_products' : ['gcc', 'gmp', 'mpc', 'mpfr']
+ 'APPLICATION.products.gdal': {tag:'2.4.0', base: 'no', section: 'version_2_4_0_FD32'} # spns #29324
+ }
+ {
+ __condition__ : "VARS.dist in ['CO7']"
+ 'APPLICATION.rm_products' : ['gcc', 'gmp', 'mpc', 'mpfr']
+ 'APPLICATION.products.openturns' : {tag:'1.23', base:'no', section:'version_1_23_CO7'}
+ }
+ {
+ __condition__ : "VARS.dist in ['CO8']"
+ 'APPLICATION.rm_products' : ['gcc', 'gmp', 'mpc', 'mpfr', 'zeromq']
+ 'APPLICATION.products.gdal' : {tag:'2.4.0', base: 'no', section: 'version_2_4_0_CO8' } # spns #29324
+ 'APPLICATION.products.openturns' : {tag:'1.23', base:'no', section:'version_1_23_CO8'}
+ 'APPLICATION.products.ParaView' : {tag: '5.11.0', base: 'no', section: 'version_5_11_0_MPI_CO8', hpc: 'yes'}
+ }
+ {
+ __condition__ : "VARS.dist in ['DB10']"
+ 'APPLICATION.rm_products' : ['gcc', 'gmp', 'mpc', 'mpfr']
+ 'APPLICATION.products.gdal': {tag:'2.4.0', base: 'no', section: 'version_2_4_0_DB10'} # spns #29324
+ }
+ {
+ __condition__ : "VARS.dist in ['DB09']"
+ 'APPLICATION.products.openturns' : {tag:'1.23', base:'no', section:'version_1_23_DB09'}
+ }
+ {
+ __condition__ : "VARS.dist in ['UB18.04']"
+ 'APPLICATION.rm_products' : ['gcc', 'gmp', 'mpc', 'mpfr']
+ }
+ {
+ __condition__ : "VARS.dist in ['UB20.04']"
+ 'APPLICATION.rm_products' : ['gcc', 'gmp', 'mpc', 'mpfr']
+ 'APPLICATION.products.gdal': {tag:'2.4.0', base: 'no', section: 'version_2_4_0_UB20_04'} # spns #29324
+ }
+]
cmake_options : " -DSALOME_YACS_USE_EMBEDDED_PMML=OFF -DQT_HELP_GENERATOR=${QT5_ROOT_DIR}/bin/qhelpgenerator -DQt5LinguistTools_DIR=${QT5_ROOT_DIR}/lib/cmake/Qt5LinguistTools"
}
-version_V9_13_0_FD32:
+version_master_CO9 :
{
cmake_options : " -DSALOME_YACS_USE_EMBEDDED_PMML=OFF -DQT_HELP_GENERATOR=${QT5_ROOT_DIR}/bin/qhelpgenerator -DQt5LinguistTools_DIR=${QT5_ROOT_DIR}/lib/cmake/Qt5LinguistTools"
}
-version_master_CO9 :
+version_V9_14_0_FD32:
+{
+ cmake_options : " -DSALOME_YACS_USE_EMBEDDED_PMML=OFF -DQT_HELP_GENERATOR=${QT5_ROOT_DIR}/bin/qhelpgenerator -DQt5LinguistTools_DIR=${QT5_ROOT_DIR}/lib/cmake/Qt5LinguistTools"
+}
+
+version_V9_14_0_CO9 :
+{
+ cmake_options : " -DSALOME_YACS_USE_EMBEDDED_PMML=OFF -DQT_HELP_GENERATOR=${QT5_ROOT_DIR}/bin/qhelpgenerator -DQt5LinguistTools_DIR=${QT5_ROOT_DIR}/lib/cmake/Qt5LinguistTools"
+}
+
+version_V9_13_0_FD32:
{
cmake_options : " -DSALOME_YACS_USE_EMBEDDED_PMML=OFF -DQT_HELP_GENERATOR=${QT5_ROOT_DIR}/bin/qhelpgenerator -DQt5LinguistTools_DIR=${QT5_ROOT_DIR}/lib/cmake/Qt5LinguistTools"
}
cmake_options : " -DQt5_DIR=${QT5_ROOT_DIR}/lib/cmake/Qt5 -DQt5Core_DIR=${QT5_ROOT_DIR}/lib/cmake/Qt5Core -DQt5Gui_DIR=${QT5_ROOT_DIR}/lib/cmake/Qt5Gui -DQt5Widgets_DIR=${QT5_ROOT_DIR}/lib/cmake/Qt5Widgets"
}
+version_V9_14_0_CO9 :
+{
+ cmake_options : " -DQt5_DIR=${QT5_ROOT_DIR}/lib/cmake/Qt5 -DQt5Core_DIR=${QT5_ROOT_DIR}/lib/cmake/Qt5Core -DQt5Gui_DIR=${QT5_ROOT_DIR}/lib/cmake/Qt5Gui -DQt5Widgets_DIR=${QT5_ROOT_DIR}/lib/cmake/Qt5Widgets"
+}
+
version_V9_13_0_CO9 :
{
cmake_options : " -DQt5_DIR=${QT5_ROOT_DIR}/lib/cmake/Qt5 -DQt5Core_DIR=${QT5_ROOT_DIR}/lib/cmake/Qt5Core -DQt5Gui_DIR=${QT5_ROOT_DIR}/lib/cmake/Qt5Gui -DQt5Widgets_DIR=${QT5_ROOT_DIR}/lib/cmake/Qt5Widgets"
{
repositories :
{
-# github : $PROJECTS.projects.salome.git_info.git_server.github.url + "meshbooleanplugin.git"
- github : "https://github.com/nitawa/meshbooleanplugin.git"
+ github : $PROJECTS.projects.salome.git_info.git_server.github.url + "meshbooleanplugin.git"
}
}
patches: []