Salome HOME
Add 9.8.0 pyconf
authorNabil Ghodbane <nabil.ghodbane@cea.fr>
Tue, 9 Nov 2021 13:58:42 +0000 (14:58 +0100)
committerNabil Ghodbane <nabil.ghodbane@cea.fr>
Tue, 9 Nov 2021 13:58:42 +0000 (14:58 +0100)
applications/MEDCOUPLING-9.8.0-MPI.pyconf [new file with mode: 0644]
applications/MEDCOUPLING-9.8.0-int32.pyconf [new file with mode: 0644]
applications/MEDCOUPLING-9.8.0-windows.pyconf [new file with mode: 0644]
applications/MEDCOUPLING-9.8.0.pyconf [new file with mode: 0644]
applications/SALOME-9.8.0-MPI.pyconf [new file with mode: 0644]
applications/SALOME-9.8.0-int32.pyconf [new file with mode: 0644]
applications/SALOME-9.8.0-native.pyconf [new file with mode: 0644]
applications/SALOME-9.8.0-windows.pyconf [new file with mode: 0644]
applications/SALOME-9.8.0.pyconf [new file with mode: 0644]

diff --git a/applications/MEDCOUPLING-9.8.0-MPI.pyconf b/applications/MEDCOUPLING-9.8.0-MPI.pyconf
new file mode 100644 (file)
index 0000000..5c1caac
--- /dev/null
@@ -0,0 +1,97 @@
+#!/usr/bin/env python
+#-*- coding:utf-8 -*-
+
+APPLICATION :
+{
+    name : 'MEDCOUPLING-9.8.0-MPI'
+    workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name + '-' + $VARS.dist
+    tag : 'V9_8_BR'
+    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.7.0'
+        boost : '1.58.0'
+        certifi : '2018.8.24'
+        click : '6.7'
+        cmake : '3.12.1' 
+        cppunit : '1.13.2'
+        chardet : '3.0.4'
+        Cython : '0.25.2'
+        docutils : '0.12'
+        doxygen : '1.8.14'
+        graphviz : '2.38.0'
+        hdf5 : {tag : '1.10.3', hpc : 'yes'}
+        idna : '2.7'
+        imagesize : '1.0.0'
+        Jinja2 : '2.7.3'
+        lapack : '3.8.0'
+        libxml2 : '2.9.1'
+        markupsafe : '0.23'
+        medfile : {tag : '4.1.1', hpc : 'yes', section : 'default_Autotools' }
+        mpi4py: '3.0.3'
+        numpy : '1.15.1'
+        openmpi : '3.1.6'
+        ParMetis : '3.1.1'
+        pockets : '0.6.2'
+        Pygments : '2.0.2'
+        pyparsing : '2.0.3'
+        Python : '3.6.5'
+        pytz : '2015.7'
+        requests : '2.19.1'
+        scipy : '0.19.1'
+        scotch : '6.0.4'
+        setuptools : '38.4.0'
+        six : '1.10.0'
+        snowballstemmer : '1.2.1'
+        Sphinx : '1.7.6'
+        sphinxcontrib_napoleon : '0.6.1'
+        sphinxcontrib_websupport : '1.1.0'
+        sphinxintl: '0.9.10'
+        swig : '3.0.12'
+        packaging : '17.1'
+        urllib3 : '1.23'
+
+        # SALOME MODULES :
+        'CONFIGURATION'
+        'MEDCOUPLING' : {tag : 'master', section: 'default_MPI'}
+    }
+    test_base : 
+    {
+        name : "SALOME"
+        tag : "SalomeV9"
+    }
+    properties :
+    {
+        repo_dev : "yes"
+        pip : 'yes'
+        pip_install_dir : 'python'
+        single_install_dir : "no"
+    }
+}
+__overwrite__ :
+[
+  {
+    __condition__ : "VARS.dist in ['FD32', 'FD34']"
+    '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 ['FD34']"
+    'PRODUCTS.Python.version_3_6_5.patches' : ["python_3.6.5-allocation.patch"] # https://github.com/pyenv/pyenv/issues/1889
+  }
+]
diff --git a/applications/MEDCOUPLING-9.8.0-int32.pyconf b/applications/MEDCOUPLING-9.8.0-int32.pyconf
new file mode 100644 (file)
index 0000000..3f84481
--- /dev/null
@@ -0,0 +1,84 @@
+#!/usr/bin/env python
+#-*- coding:utf-8 -*-
+
+APPLICATION :
+{
+    name : 'MEDCOUPLING-9.8.0-int32'
+    workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name + '-' + $VARS.dist
+    tag : 'V9_8_BR'
+    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.7.0'
+        boost : '1.58.0'
+        certifi : '2018.8.24'
+        click : '6.7'
+        cmake : '3.12.1'
+        cppunit : '1.13.2'
+        chardet : '3.0.4'
+        Cython : '0.25.2'
+        docutils : '0.12'
+        doxygen : '1.8.14'
+        graphviz : '2.38.0'
+        hdf5 : '1.10.3'
+        idna : '2.7'
+        imagesize : '1.0.0'
+        Jinja2 : '2.7.3'
+        lapack : '3.8.0'
+        libxml2 : '2.9.1'
+        markupsafe : '0.23'
+        medfile : '4.1.1'
+        metis : '5.1.0'
+        numpy : '1.15.1'
+        pockets : '0.6.2'
+        Pygments : '2.0.2'
+        pyparsing : '2.0.3'
+        Python : '3.6.5'
+        pytz : '2015.7'
+        requests : '2.19.1'
+        scipy : '0.19.1'
+        scotch : '6.0.4'
+        setuptools : '38.4.0'
+        six : '1.10.0'
+        snowballstemmer : '1.2.1'
+        Sphinx : '1.7.6'
+        sphinxcontrib_napoleon : '0.6.1'
+        sphinxcontrib_websupport : '1.1.0'
+        sphinxintl: '0.9.10'
+        swig : '3.0.12'
+        packaging : '17.1'
+        urllib3 : '1.23'
+
+        # SALOME MODULES :
+        'CONFIGURATION'
+        'MEDCOUPLING': {section: 'default_32BIT_IDS'}
+    }
+    test_base :
+    {
+        name : "SALOME"
+        tag : "SalomeV9"
+    }
+    properties :
+    {
+        repo_dev : "yes"
+        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
+  }
+]
diff --git a/applications/MEDCOUPLING-9.8.0-windows.pyconf b/applications/MEDCOUPLING-9.8.0-windows.pyconf
new file mode 100644 (file)
index 0000000..e0bc93e
--- /dev/null
@@ -0,0 +1,99 @@
+#!/usr/bin/env python
+#-*- coding:utf-8 -*-
+
+APPLICATION :
+{
+    name : 'MEDCOUPLING-9.8.0'
+    workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name
+    cmake_generator : 'Visual Studio 15 2017 Win64'
+    tag : 'V9_8_BR'
+    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 Win64"' # strangely not exposed in scripts...
+        }
+        launch :
+        {
+          PYTHONIOENCODING:"UTF_8"
+        }
+    }
+    products :
+    {
+        # PREREQUISITES :
+        alabaster : '0.7.6'
+        Babel : '2.7.0'
+        boost : '1.67.0'
+        certifi : '2019.6.16'
+        click : '7.0'
+        cmake : '3.12.1'
+        colorama: '0.4.1'
+        cppunit : '1.13.2'
+        chardet : '3.0.4'
+        Cython : '0.29.12'
+        docutils : '0.14'
+        doxygen : '1.8.3.1'
+        expat : '2.0.1'
+        graphviz : '2.38.0'
+        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.16.4'
+        packaging : '19.0'
+        pockets : '0.7.2'
+        Pygments : '2.4.2'
+        pyparsing : '2.4.0'
+        pyreadline : '2.1'
+        Python : '3.6.5'
+        pytz : '2019.1'
+        requests : '2.22.0'
+        scipy : '1.4.1'
+        setuptools : '41.0.1'
+        six : '1.12.0'
+        snowballstemmer : '1.9.0'
+        Sphinx : '2.1.2'
+        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 : '3.0.12'
+        urllib3 : '1.25.3'
+        zlib : '1.2.5'
+
+        # SALOME MODULES :
+        'CONFIGURATION': {dev: 'yes'}
+        'MEDCOUPLING': {dev: 'yes'}
+    }
+    test_base :
+    {
+        name : "SALOME"
+        tag : "SalomeV9"
+    }
+    properties :
+    {
+        repo_dev : "yes"
+        pip : 'yes'
+        pip_install_dir : 'python'
+        single_install_dir : "no"
+    }
+}
diff --git a/applications/MEDCOUPLING-9.8.0.pyconf b/applications/MEDCOUPLING-9.8.0.pyconf
new file mode 100644 (file)
index 0000000..8323987
--- /dev/null
@@ -0,0 +1,91 @@
+#!/usr/bin/env python
+#-*- coding:utf-8 -*-
+
+APPLICATION :
+{
+    name : 'MEDCOUPLING-9.8.0'
+    workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name + '-' + $VARS.dist
+    tag : '9.8.0'
+    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.7.0'
+        boost : '1.58.0'
+        certifi : '2018.8.24'
+        click : '6.7'
+        cmake : '3.12.1'
+        cppunit : '1.13.2'
+        chardet : '3.0.4'
+        Cython : '0.25.2'
+        docutils : '0.12'
+        doxygen : '1.8.14'
+        graphviz : '2.38.0'
+        hdf5 : '1.10.3'
+        idna : '2.7'
+        imagesize : '1.0.0'
+        Jinja2 : '2.7.3'
+        lapack : '3.8.0'
+        libxml2 : '2.9.1'
+        markupsafe : '0.23'
+        medfile : {section: 'default_Autotools', tag: '4.1.1'}
+        metis : '5.1.0'
+        numpy : '1.15.1'
+        pockets : '0.6.2'
+        Pygments : '2.0.2'
+        pyparsing : '2.0.3'
+        Python : '3.6.5'
+        pytz : '2015.7'
+        requests : '2.19.1'
+        scipy : '0.19.1'
+        scotch : '6.0.4'
+        setuptools : '38.4.0'
+        six : '1.10.0'
+        snowballstemmer : '1.2.1'
+        Sphinx : '1.7.6'
+        sphinxcontrib_napoleon : '0.6.1'
+        sphinxcontrib_websupport : '1.1.0'
+        sphinxintl: '0.9.10'
+        swig : '3.0.12'
+        packaging : '17.1'
+        urllib3 : '1.23'
+
+        # SALOME MODULES :
+        'CONFIGURATION'
+        'MEDCOUPLING'
+    }
+    test_base :
+    {
+        name : "SALOME"
+        tag : "SalomeV9"
+    }
+    properties :
+    {
+        repo_dev : "yes"
+        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
+  }
+]
diff --git a/applications/SALOME-9.8.0-MPI.pyconf b/applications/SALOME-9.8.0-MPI.pyconf
new file mode 100644 (file)
index 0000000..c2d8a1b
--- /dev/null
@@ -0,0 +1,207 @@
+#!/usr/bin/env python
+#-*- coding:utf-8 -*-
+
+APPLICATION :
+{
+    name : 'SALOME-9.8.0-MPI'
+    workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name + '-' + $VARS.dist
+    tag : 'V9_8_BR'
+    dev : 'no'
+    verbose :'no'
+    debug : 'no'
+    base : 'no'
+    python3 : 'yes'
+    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 : 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 :
+    {
+        # PREREQUISITES :
+        alabaster : '0.7.6'
+        Babel : '2.7.0'
+        boost : '1.71.0'
+        CAS : {tag: 'b08cd044f9', section: 'version_7_5_3p1'}
+        certifi : '2018.8.24'
+        cgns : {tag : '4.1.1', hpc : 'yes'}
+        chardet : '3.0.4'
+        click : '6.7'
+        cmake : '3.12.1'
+        cminpack: '1.3.6'
+        cppunit : '1.13.2'
+        cycler : '0.10.0'
+        Cython : '0.29.12'
+        dateutil : '2.6.1'
+        docutils : '0.12'
+        doxygen : '1.8.14'
+        eigen : '3.3.4'
+        embree : '3.12.2'
+        FMILibrary : '2.0.3'
+        freeimage : '3.16.0'
+        freetype : '2.9.1'
+        gcc  :  '8.5.0'
+        mpc : 'native'
+        gmp : 'native'
+        mpfr : 'native'
+        gmsh : '4.8.4'
+        graphviz : '2.38.0'
+        hdf5 : {tag : '1.10.3', hpc : 'yes'}
+        idna : '2.7'
+        imagesize : '1.0.0'
+        ispc : '1.15.0'
+        Jinja2 : '2.7.3'
+        kiwisolver : '1.0.1'
+        lapack : '3.8.0'
+        libxml2 : '2.9.1'
+        llvm : '8.0.1-clang'
+        markupsafe : '0.23'
+        matplotlib : '3.0.3'
+        medfile : {tag : '4.1.1', hpc : 'yes', section : 'default_Autotools' }
+        mesa : '19.0.8'
+        MeshGems : {tag : '2.13-1', hpc : 'yes'}
+        mpi4py: '3.0.3'
+        ParMetis : '3.1.1'
+        netgen : '6.2.2101'
+        nlopt : '2.5.0'
+        numpy : '1.16.4'
+        omniORB : '4.2.2'
+        omniORBpy : '4.2.2'
+        opencv : '3.2.0'
+        openmpi : '3.1.6'
+        openturns: '1.17'
+        openVKL: '0.11.0'
+        ospray : '2.4.0'
+        packaging : '17.1'
+        pandas : '0.25.2'
+        patsy : '0.5.2'
+        ParaView : {tag : '5.9.0', hpc : 'yes', section: 'version_5_9_0_MPI'}
+        petsc : {tag : '3.15.0', section: 'version_3_15_0'}
+        Pillow : '7.1.1'
+        planegcs : '0.18-3cb6890'
+        psutil : '5.7.2'
+        PyFMI : '2.5'
+        Pygments : '2.0.2'
+        pyparsing : '2.0.3'
+        PyQt : '5.15.3'
+        #PyQtChart : '5.9'
+        pyreadline : '2.0'
+        Python : '3.6.5'
+        pytz : '2017.2'
+        qt : '5.12.10'
+        qwt : '6.1.2'
+        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'
+        sip : '5.5.0'
+        six : '1.10.0'
+        snowballstemmer : '1.2.1'
+        Sphinx : '1.7.6'
+        sphinxcontrib_websupport : '1.1.0'
+        sphinx_rtd_theme : '0.4.3'
+        sphinxintl: '0.9.10'
+        StaticMeshPlugin: '5.8.0'
+        statsmodels: '0.8.0'
+        swig : '3.0.12'
+        tbb : '2019_U8'
+        tcl : '8.6.0'
+        tk : '8.6.0'
+        urllib3 : '1.23'
+        URANIE : '4.5.0'
+        # SALOME MODULES :
+        'CONFIGURATION'
+        'SALOME'
+        'SHAPER'
+        'SHAPERSTUDY'
+        'RESTRICTED'
+        'LIBBATCH' : {tag :'V2_4_5'}
+        'KERNEL' : {section : 'default_MPI', verbose : 'yes'}
+        'MEDCOUPLING' : {section : 'default_MPI', verbose : 'yes'}
+        'GUI' : {verbose : 'yes'}
+        'GEOM'
+        'SMESH'
+        'NETGENPLUGIN'
+        'BLSURFPLUGIN'
+        'GHS3DPLUGIN'
+        'GHS3DPRLPLUGIN'
+        'HYBRIDPLUGIN'
+        'HexoticPLUGIN'
+        'GMSHPLUGIN'
+        'HEXABLOCK' : {section : "default_MPI", verbose: 'yes'}
+        'HEXABLOCKPLUGIN'
+        'HOMARD'
+        'FIELDS' : {section : "default_MPI", verbose: 'yes'}
+        'PARAVIS' : {section : "default_MPI", verbose: 'yes'}
+        'JOBMANAGER' : {section : "default_MPI", verbose: 'yes'}
+        'YACS'
+        'YACSGEN'
+        'SOLVERLAB' : {section : "default_MPI", hpc: 'yes'}
+        'DOCUMENTATION'
+        'SAMPLES'
+        'COMPONENT'
+        'PYCALCULATOR'
+        'CALCULATOR'
+        'HELLO'
+        'PYHELLO'
+        'EFICAS'
+        'EFICAS_TOOLS'
+        'PY2CPP'
+        'ADAO'
+        'ADAO_INTERFACE'
+        'PARAVISADDONS'
+        'TESTBASE'
+        'CEATESTBASE' : {tag: 'SalomeV9'}
+    }
+    profile :
+    {
+        launcher_name : "salome"
+    }
+    virtual_app:
+    {
+        name : "salome"
+        application_name : "APPLI"
+    }
+    test_base : 
+    {
+        name : "SALOME"
+        tag : "SalomeV9"
+    }
+    properties :
+    {
+        mesa_launcher_in_package : "yes"
+        repo_dev : "yes"
+        pip : 'yes'
+        pip_install_dir : 'python'
+        single_install_dir : "no"
+    }
+}
+__overwrite__ :
+[
+  {
+   __condition__ : "VARS.dist in ['FD32']"
+   # https://github.com/scipy/scipy/issues/11611
+   'APPLICATION.products.scipy' : '1.5.2'
+  }
+  {
+   __condition__ : "VARS.dist in ['FD30']"
+   # https://github.com/scipy/scipy/issues/11611
+   'APPLICATION.products.gcc' : '9.3.0'
+  }
+  {
+   __condition__ : "VARS.dist not in ['DB08','DB09', 'FD30']"
+   'APPLICATION.rm_products' : ['gcc', 'gmp', 'mpc', 'mpfr']
+  }
+]
diff --git a/applications/SALOME-9.8.0-int32.pyconf b/applications/SALOME-9.8.0-int32.pyconf
new file mode 100644 (file)
index 0000000..44d90ad
--- /dev/null
@@ -0,0 +1,203 @@
+#!/usr/bin/env python
+#-*- coding:utf-8 -*-
+
+APPLICATION :
+{
+    name : 'SALOME-9.8.0-int32'
+    workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name + '-' + $VARS.dist
+    tag : 'V9_8_BR'
+    dev : 'no'
+    verbose :'no'
+    debug : 'no'
+    base : 'no'
+    python3 : 'yes'
+    environ :
+    {
+        build : 
+        {
+           CONFIGURATION_ROOT_DIR : $workdir + $VARS.sep + "SOURCES" + $VARS.sep + "CONFIGURATION"
+           RESTRICTED_ROOT_DIR : $workdir + $VARS.sep + "SOURCES" + $VARS.sep + "RESTRICTED"
+        }
+        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.71.0'
+        CAS : {tag: 'b08cd044f9', section: 'version_7_5_3p1'}
+        certifi : '2018.8.24'
+        cgns : '4.1.1'
+        chardet : '3.0.4'
+        click : '6.7'
+        cmake : '3.12.1'
+        cminpack: '1.3.6'
+        cppunit : '1.13.2'
+        cycler : '0.10.0'
+        Cython : '0.29.12'
+        dateutil : '2.6.1'
+        docutils : '0.12'
+        doxygen : '1.8.14'
+        eigen : '3.3.4'
+        embree : '3.12.2'
+        FMILibrary : '2.0.3'
+        freeimage : '3.16.0'
+        freetype : '2.9.1'
+        gcc  :  '8.5.0'
+        mpc : 'native'
+        gmp : 'native'
+        mpfr : 'native'
+        gmsh : '4.8.4'
+        graphviz : '2.38.0'
+        hdf5 : '1.10.3'
+        idna : '2.7'
+        imagesize : '1.0.0'
+        ispc : '1.15.0'
+        Jinja2 : '2.7.3'
+        kiwisolver : '1.0.1'
+        lapack : '3.8.0'
+        libxml2 : '2.9.1'
+        llvm : '8.0.1-clang'
+        markupsafe : '0.23'
+        matplotlib : '3.0.3'
+        medfile : {section: 'default_Autotools', tag: '4.1.1'}
+        mesa : '19.0.8'
+        MeshGems : '2.13-1'
+        metis : '5.1.0'
+        netgen : '6.2.2101'
+        nlopt : '2.5.0'
+        numpy : '1.16.4'
+        omniORB : '4.2.2'
+        omniORBpy : '4.2.2'
+        opencv : '3.2.0'
+        openturns: '1.17'
+        openVKL: '0.11.0'
+        ospray : '2.4.0'
+        packaging : '17.1'
+        pandas : '0.25.2'
+        patsy : '0.5.2'
+        ParaView : '5.9.0'
+        petsc : {tag : '3.15.0', section: 'version_3_15_0'}
+        Pillow : '7.1.1'
+        planegcs : '0.18-3cb6890'
+        psutil : '5.7.2'
+        PyFMI : '2.5'
+        Pygments : '2.0.2'
+        pyparsing : '2.0.3'
+        PyQt : '5.15.3'
+        #PyQtChart : '5.9'
+        pyreadline : '2.0'
+        Python : '3.6.5'
+        pytz : '2017.2'
+        qt : '5.12.10'
+        qwt : '6.1.2'
+        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'
+        sip : '5.5.0'
+        six : '1.10.0'
+        snowballstemmer : '1.2.1'
+        Sphinx : '1.7.6'
+        sphinxcontrib_websupport : '1.1.0'
+        sphinx_rtd_theme : '0.4.3'
+        sphinxintl: '0.9.10'
+        StaticMeshPlugin: '5.8.0'
+        statsmodels: '0.8.0'
+        swig : '3.0.12'
+        tbb : '2019_U8'
+        tcl : '8.6.0'
+        tk : '8.6.0'
+        urllib3 : '1.23'
+        URANIE : '4.5.0'
+        # SALOME MODULES :
+        'CONFIGURATION'
+        'SALOME'
+        'SHAPER'
+        'SHAPERSTUDY'
+        'RESTRICTED'
+        'LIBBATCH' : {tag : 'V2_4_5'}
+        'KERNEL'
+        'MEDCOUPLING': {section: 'default_32BIT_IDS'}
+        'GUI'
+        'GEOM'
+        'SMESH'
+        'NETGENPLUGIN'
+        'BLSURFPLUGIN'
+        'GHS3DPLUGIN'
+        'GHS3DPRLPLUGIN'
+        'HYBRIDPLUGIN'
+        'HexoticPLUGIN'
+        'GMSHPLUGIN'
+        'HEXABLOCK'
+        'HEXABLOCKPLUGIN'
+        'HOMARD'
+        'FIELDS'
+        'PARAVIS'
+        'JOBMANAGER'
+        'YACS'
+        'YACSGEN'
+        'SOLVERLAB'
+        'DOCUMENTATION'
+        'SAMPLES'
+        'COMPONENT'
+        'PYCALCULATOR'
+        'CALCULATOR'
+        'HELLO'
+        'PYHELLO'
+        'EFICAS'
+        'EFICAS_TOOLS'
+        'PY2CPP'
+        'ADAO'
+        'ADAO_INTERFACE'
+        'PARAVISADDONS'
+        'TESTBASE'
+        'CEATESTBASE' : {tag: 'SalomeV9'}
+    }
+    profile :
+    {
+        launcher_name : "salome"
+    }
+    virtual_app:
+    {
+        name : "salome"
+        application_name : "APPLI"
+    }
+    test_base : 
+    {
+        name : "SALOME"
+        tag : "SalomeV9"
+    }
+    properties :
+    {
+        mesa_launcher_in_package : "yes"
+        repo_dev : "yes"
+        pip : 'yes'
+        pip_install_dir : 'python'
+        single_install_dir : "no"
+    }
+}
+__overwrite__ :
+[
+  {
+   __condition__ : "VARS.dist in ['FD32']"
+   # https://github.com/scipy/scipy/issues/11611
+   'APPLICATION.products.scipy' : '1.5.2'
+  }
+  {
+   __condition__ : "VARS.dist in ['FD30']"
+   # https://github.com/scipy/scipy/issues/11611
+   'APPLICATION.products.gcc' : '9.3.0'
+  }
+  {
+   __condition__ : "VARS.dist not in ['DB08','DB09', 'FD30']"
+   'APPLICATION.rm_products' : ['gcc', 'gmp', 'mpc', 'mpfr']
+  }
+]
diff --git a/applications/SALOME-9.8.0-native.pyconf b/applications/SALOME-9.8.0-native.pyconf
new file mode 100644 (file)
index 0000000..c9bf394
--- /dev/null
@@ -0,0 +1,269 @@
+#!/usr/bin/env python
+#-*- coding:utf-8 -*-
+
+APPLICATION :
+{
+    name : 'SALOME-9.8.0-native'
+    workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name + '-' + $VARS.dist
+    tag : 'V9_8_BR'
+    dev : 'no'
+    verbose :'no'
+    debug : 'no'
+    base : 'no'
+    python3 : 'yes'
+    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 : 'OpenMP' # OpenMP # choose among: sequential / OpenMP / TBB switches
+        }
+        launch : {PYTHONIOENCODING:"UTF_8"} # alternative is to encode every accentued string with .encode('utf-8')
+        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 : 'native'
+        Babel : 'native'
+        boost : 'native'
+        CAS : {tag: 'b08cd044f9', section: 'version_7_5_3p1'}
+        certifi : 'native'
+        # Standalone native cgns works well. Unfortunately, it's directly linked to native hdf which uses a higher version than us.
+        # Rollback to embedded version to avoid versions mismatch between both of them (see imp_1538_cgns_export_import.py)
+        cgns : '4.1.1'
+        chardet : 'native'
+        click : 'native'
+        cmake : 'native'
+        cppunit : 'native'
+        cminpack: '1.3.6'
+        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'
+        # 'native' too difficult here : need python-pip package (gmsh-sdk) besides system packages
+        gmsh : '4.8.4'
+        graphviz : 'native'
+        hdf5 : '1.10.3'
+        idna : 'native'
+        imagesize : 'native'
+        # 'native' not exists (only available on Fedora platform)
+        ispc : '1.15.0'
+        Jinja2 : 'native'
+        kiwisolver : 'native'
+        lapack : 'native'
+        libxml2 : 'native'
+        llvm : 'native'
+        markupsafe : 'native'
+        matplotlib : 'native'
+        medfile : {section: 'default_Autotools', tag: '4.1.1rc1'}
+        mesa : 'native'
+        MeshGems : '2.13-1'
+        metis : 'native'
+        netgen : '6.2.2101'
+        nlopt : '2.4.2'
+        numpy : 'native'
+        omniORB : '4.2.3'
+        omniORBpy : '4.2.3'
+        opencv : 'native'
+        openVKL : '0.11.0'
+        openturns: '1.17'
+        ospray : '2.4.0'
+        packaging : 'native'
+        pandas : 'native'
+        ParaView : '5.9.0'
+        petsc : {tag : '3.15.0', section: 'version_3_15_0'}
+        Pillow : 'native'
+        # 'native' not exists : freeCAD part but not delivered with it from package handler
+        planegcs : '0.18-3cb6890'
+        psutil : 'native'
+        PyFMI : '2.5'
+        Pygments : 'native'
+        pyparsing : 'native'
+        PyQt : 'native'
+        pyreadline : 'native'
+        Python : 'native'
+        pytz : 'native'
+        qt : 'native'
+        qwt : 'native'
+        requests : 'native'
+        rkCommon : '1.5.1'
+        root: '6.22.02'
+        scipy : 'native'
+        scotch : 'native'
+        setuptools : 'native'
+        sip : 'native'
+        six : 'native'
+        snowballstemmer : 'native'
+        Sphinx : 'native'
+        sphinxcontrib_websupport : 'native'
+        sphinxintl: 'native'
+        sphinx_rtd_theme : 'native'
+        StaticMeshPlugin: '5.8.0'
+        statsmodels : 'native'
+        swig : 'native'
+        salome_system : 'native'
+        tbb : 'native'
+        tcl : 'native'
+        tk : 'native'
+        urllib3 : 'native'
+        URANIE : '4.5.0'
+
+        # SALOME MODULES :
+        'CONFIGURATION'
+        'SALOME'
+        'SHAPER'
+        'SHAPERSTUDY'
+        'RESTRICTED'
+        'LIBBATCH' : {tag :'V2_4_5'}
+        'KERNEL'
+        'MEDCOUPLING'
+        'GUI'
+        'GEOM'
+        'SMESH'
+        'NETGENPLUGIN'
+        'BLSURFPLUGIN'
+        'GHS3DPLUGIN'
+        'GHS3DPRLPLUGIN'
+        'HYBRIDPLUGIN'
+        'HexoticPLUGIN'
+        'GMSHPLUGIN'
+        'HEXABLOCK'
+        'HEXABLOCKPLUGIN'
+        'HOMARD'
+        'FIELDS'
+        'PARAVIS'
+        'JOBMANAGER'
+        'YACS'
+        'YACSGEN'
+        'SOLVERLAB'
+        'DOCUMENTATION'
+        'SAMPLES'
+        'COMPONENT'
+        'PYCALCULATOR'
+        'CALCULATOR'
+        'HELLO'
+        'PYHELLO'
+        'EFICAS'
+        'EFICAS_TOOLS'
+        'PY2CPP'
+        'ADAO'
+        'ADAO_INTERFACE'
+        'PARAVISADDONS'
+        'TESTBASE'
+        'CEATESTBASE' : {tag: 'SalomeV9'}
+    }
+    profile :
+    {
+        launcher_name : "salome"
+    }
+    virtual_app:
+    {
+        name : "salome"
+        application_name : "APPLI"
+    }
+    test_base :
+    {
+        name : "SALOME"
+        tag : "SalomeV9"
+    }
+    properties :
+    {
+        mesa_launcher_in_package : "yes"
+        repo_dev : "yes"
+        pip : 'yes'
+        pip_install_dir : 'python'
+        single_install_dir : "no"
+    }
+}
+__overwrite__ :
+[
+   {
+      # 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
+      # native one is 4.X.
+      __condition__ : "VARS.dist in ['FD32', 'UB20.04', 'FD34']"
+      'APPLICATION.products.opencv' : '3.2.0'
+   }
+   {
+      #
+      __condition__ : "VARS.dist in ['UB20.04', 'CO8', 'FD32']"
+      'PRODUCTS.ParaView.version_5_9_0.patches' : ['paraview.0003-ParaViewClient.patch',
+                                                   'paraview.0005-ParaView_find_cgns.patch',
+                                                   'paraview.0010-ParaView_CATALYST_cmake.patch',
+                                                   'paraview.0008-ParaView_coincident_rendering.patch',
+                                                   'paraview.0017-ParaView_protobuf_crash.patch',
+                                                   'paraview.0015-Paraview_VTKM_ioss.patch'
+                                                   'paraview.0018-spns-26351-autoconvert.patch',
+                                                   'paraview.0019-spns-26344-VTK-OpenMP.patch'
+                                                  ]
+   }
+   {
+      # On DB10, ParaView fails to find xmlpatterns executable : ParaViewClient.cmake try to find it
+      # from Qt5_DIR, going back from it in filesystem (hardcoded).
+      # The standard patch is also needed to be able to build PARAVIS (same kind of issue).
+      # What is more, ParaView 5.9 CMake procedure requires Qt 5.12 as minimum version (5.11 here).
+      # As this version is compliant too, let's force it as the new minimum needed version.
+      __condition__ : "VARS.dist in ['DB10']"
+      'PRODUCTS.ParaView.version_5_9_0.patches' : ['paraview.0003-ParaViewClient.patch',
+                                                   'paraview.0005-ParaView_find_cgns.patch',
+                                                   'paraview-5.9_qt-minimum-version.patch',
+                                                   'paraview.0003-ParaViewClient_native.patch',
+                                                   'paraview.0010-ParaView_CATALYST_cmake.patch',
+                                                   'paraview.0008-ParaView_coincident_rendering.patch',
+                                                   'paraview.0017-ParaView_protobuf_crash.patch',
+                                                   'paraview.0015-Paraview_VTKM_ioss.patch'
+                                                   'paraview.0018-spns-26351-autoconvert.patch',
+                                                   'paraview.0019-spns-26344-VTK-OpenMP.patch'
+                                                  ]
+   }
+   {
+      # 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.products.sphinxintl' : '0.9.10'
+      'PRODUCTS.sphinxintl.default.properties.pip' : "no"
+      'APPLICATION.products.cmake' : '3.12.1'
+   }
+   {
+      # FD 34 qt5 package is qt5-qtbase-devel.
+      __condition__ : "VARS.dist in ['FD34']"
+      'APPLICATION.products.omniORB'  : '4.2.4'
+      'APPLICATION.products.omniORBpy': '4.2.4'
+      'PRODUCTS.root.version_6_22_02.patches' : ['root-6.22.02.patch', 'root-6.22.02-gcc-11.0.patch']
+      'PRODUCTS.qt.default.system_info.rpm' : []
+      'PRODUCTS.qt.default.system_info.rpm_dev' : ["qt5-qtbase-devel"]
+   }
+   {
+     __condition__ : "VARS.dist in ['FD32']"
+      'PRODUCTS.PyFMI.version_2_5.properties.pip' : "no"
+      'PRODUCTS.PyFMI.version_2_5.compil_script' : "PyFMI-2.5.sh"
+   }
+   {
+     __condition__ : "VARS.dist in ['DB10', 'UB20.04']"
+      'APPLICATION.products.cminpack': 'native'
+      'PRODUCTS.PyFMI.version_2_5.properties.pip' : "no"
+      'PRODUCTS.PyFMI.version_2_5.compil_script' : "PyFMI-2.5.sh"
+   }
+   {
+     __condition__ : "VARS.dist in ['CO8']"
+      'APPLICATION.products.statsmodels' :  '0.6.1'  # will fail otherwise -  0.8.0 does not match Cython.
+      'APPLICATION.products.cminpack': '1.3.6'
+      'PRODUCTS.PyFMI.version_2_5.properties.pip' : "no"
+      'PRODUCTS.PyFMI.version_2_5.compil_script' : "PyFMI-2.5.sh"
+      'PRODUCTS.statsmodels.version_0_6_1.properties.pip' : "no"
+      'PRODUCTS.statsmodels.version_0_6_1.compil_script' : "statsmodels-0.6.1.sh"
+   }
+]
diff --git a/applications/SALOME-9.8.0-windows.pyconf b/applications/SALOME-9.8.0-windows.pyconf
new file mode 100644 (file)
index 0000000..d2beac6
--- /dev/null
@@ -0,0 +1,200 @@
+#!/usr/bin/env python
+#-*- coding:utf-8 -*-
+
+APPLICATION :
+{
+    name : 'SALOME-9.8.0'
+    workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name
+    cmake_generator : 'Visual Studio 15 2017 Win64'
+    tag : 'V9_8_BR'
+    dev : 'no'
+    verbose :'no'
+    debug : 'no'
+    base : 'no'
+    python3 : 'yes'
+    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 Win64"'
+        }
+        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_TMP_DIR : "%appdata%"
+        HOME : "%userprofile%"
+        SALOME_ACTOR_DELEGATE_TO_VTK : '1'
+    }
+    products :
+    {
+        # PREREQUISITES :
+        alabaster : '0.7.6'
+        Babel : '2.7.0'
+        boost : '1.67.0'
+        CAS : {tag: 'b08cd044f9', section: 'version_7_5_3p1_win'}
+        certifi : '2019.6.16'
+        cgns : '4.1.1'
+        chardet : '3.0.4'
+        click : '7.0'
+        cmake : '3.12.1'
+        colorama: '0.4.1'
+        cppunit : '1.13.2'
+        cycler : '0.10.0'
+        Cython : '0.29.12'
+        dateutil : '2.8.0'
+        docutils : '0.14'
+        doxygen : '1.8.3.1'
+        eigen : '3.3.4'
+        embree : '3.12.2'
+        expat : '2.0.1'
+        f2c : '1.0.0'
+        freeimage : '3.18.0'
+        freetype : '2.9.1'
+        #gmsh : '4.1.4'
+        graphviz : '2.44.1'
+        hdf5 : '1.10.3'
+        idna : '2.8'
+        imagesize : '1.1.0'
+        ispc : '1.15.0'
+        Jinja2 : '2.10.1'
+        kiwisolver : '1.1.0'
+        lapack : '3.8.0'
+        libjpeg: '9c'
+        libpng: '1.5.10'
+        libxml2 : '2.9.1'
+        llvm : '8.0.1-clang-win'
+        markupsafe : '1.1.1'
+        matplotlib : '3.1.0'
+        medfile : '4.1.1'
+        mesa : '19.2.3'
+        MeshGems : '2.13-1'
+        metis : '5.1.0'
+        msvc : '2017'
+        netgen : '6.2.2101'
+        nlopt : '2.5.0'
+        numpy : '1.16.4'
+        omniORB : '4.2.3'
+        omniORBpy : '4.2.3'
+        opencv : '3.2.0'
+        openVKL: '0.11.0'
+        openturns: '1.16'
+        ospray : '2.4.0'
+        packaging : '19.0'
+        ParaView : '5.9.0'
+        perl : '5.28.1.1'
+        Pillow : '7.1.1'
+        planegcs : '0.18-3cb6890'
+        psutil : '5.7.2'
+        pthreads : '2.9.1'
+        Pygments : '2.4.2'
+        pyparsing : '2.4.0'
+        PyQt : '5.15.3'
+       # PyQtChart : '5.15.4'
+        pyreadline : '2.1'
+        Python : '3.6.5'
+        pytz : '2019.1'
+        qt : '5.12.10'
+        qwt : '6.1.2'
+        requests : '2.22.0'
+        rkCommon : '1.5.1'
+        ruby : '2.5.5-1'
+        scipy : '1.4.1'
+        setuptools : '41.0.1'
+        sip : '5.5.0'
+        six : '1.12.0'
+        snowballstemmer : '1.9.0'
+        Sphinx : '2.1.2'
+        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'
+        StaticMeshPlugin: '5.8.0'
+        swig : '3.0.12'
+        tbb : '2019_U8_win'
+        toml : '0.10.2'
+        tcltk : '8.6.9'
+        urllib3 : '1.25.3'
+        zlib : '1.2.5'
+
+        # SALOME MODULES :
+        'CONFIGURATION'
+        'SALOME'
+        'SHAPER'
+        'SHAPERSTUDY'
+        'RESTRICTED'
+        'LIBBATCH' : {tag :'V2_4_5'}
+        'KERNEL'
+        'MEDCOUPLING'
+        'GUI'
+        'GEOM'
+        'SMESH'
+        'NETGENPLUGIN'
+        'BLSURFPLUGIN'
+        'GHS3DPLUGIN'
+        'HYBRIDPLUGIN'
+        'HexoticPLUGIN'
+        #'GMSHPLUGIN'
+        'HEXABLOCK'
+        'HEXABLOCKPLUGIN'
+        #'HOMARD'
+        'FIELDS'
+        'PARAVIS'
+        'JOBMANAGER'
+        'YACS'
+        'YACSGEN'
+        'DOCUMENTATION'
+        'SAMPLES'
+        'COMPONENT'
+        'PYCALCULATOR'
+        'CALCULATOR'
+        'HELLO'
+        'PYHELLO'
+        'EFICAS'
+        'EFICAS_TOOLS'
+        'ADAO'
+        'PARAVISADDONS'
+        'TESTBASE'
+        'CEATESTBASE' : {tag: 'SalomeV9'}
+    }
+    profile :
+    {
+        launcher_name : "salome"
+    }
+    virtual_app:
+    {
+        name : "salome"
+        application_name : "APPLI"
+    }
+    test_base : 
+    {
+        name : "SALOME"
+        tag : "SalomeV9"
+    }
+    properties :
+    {
+        mesa_launcher_in_package : "no"
+        repo_dev : "yes"
+        pip : 'yes'
+        pip_install_dir : 'python'
+        single_install_dir : "yes"
+    }
+}
+
+__overwrite__ :
+[
+  {
+    __condition__ : "APPLICATION.debug == 'yes'"
+    'APPLICATION.products.numpy'      : '1.16.4-win-dbg'
+    'APPLICATION.products.sphinxintl' : '2.0.0-win-dbg'
+  }
+]
diff --git a/applications/SALOME-9.8.0.pyconf b/applications/SALOME-9.8.0.pyconf
new file mode 100644 (file)
index 0000000..f18eb96
--- /dev/null
@@ -0,0 +1,205 @@
+#!/usr/bin/env python
+#-*- coding:utf-8 -*-
+
+APPLICATION :
+{
+    name : 'SALOME-9.8.0'
+    workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name + '-' + $VARS.dist
+    tag : 'V9_8_BR'
+    dev : 'no'
+    verbose :'no'
+    debug : 'no'
+    base : 'no'
+    python3 : 'yes'
+    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 : 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 :
+    {
+        # PREREQUISITES :
+        alabaster : '0.7.6'
+        Babel : '2.7.0'
+        boost : '1.71.0'
+        CAS : {tag: 'b08cd044f9', section: 'version_7_5_3p1'}
+        certifi : '2018.8.24'
+        cgns : '4.1.1'
+        chardet : '3.0.4'
+        click : '6.7'
+        cmake : '3.12.1'
+        cminpack: '1.3.6'
+        cppunit : '1.13.2'
+        cycler : '0.10.0'
+        Cython : '0.29.12'
+        dateutil : '2.6.1'
+        docutils : '0.12'
+        doxygen : '1.8.14'
+        eigen : '3.3.4'
+        embree : '3.12.2'
+        FMILibrary : '2.0.3'
+        freeimage : '3.16.0'
+        freetype : '2.9.1'
+        gcc  :  '8.5.0'
+        mpc : 'native'
+        gmp : 'native'
+        mpfr : 'native'
+        gmsh : '4.8.4'
+        graphviz : '2.38.0'
+        hdf5 : '1.10.3'
+        idna : '2.7'
+        imagesize : '1.0.0'
+        ispc : '1.15.0'
+        Jinja2 : '2.7.3'
+        kiwisolver : '1.0.1'
+        lapack : '3.8.0'
+        libxml2 : '2.9.1'
+        llvm : '8.0.1-clang'
+        markupsafe : '0.23'
+        matplotlib : '3.0.3'
+        medfile : {section: 'default_Autotools', tag: '4.1.1'}
+        mesa : '19.0.8'
+        MeshGems : '2.13-1'
+        metis : '5.1.0'
+        netgen : '6.2.2101'
+        nlopt : '2.5.0'
+        numpy : '1.16.4'
+        omniORB : '4.2.2'
+        omniORBpy : '4.2.2'
+        opencv : '3.2.0'
+        openturns: '1.17'
+        openVKL: '0.11.0'
+        ospray : '2.4.0'
+        packaging : '17.1'
+        pandas : '0.25.2'
+        patsy : '0.5.2'
+        ParaView : '5.9.0'
+        petsc : {tag : '3.15.0', section: 'version_3_15_0'}
+        Pillow : '7.1.1'
+        planegcs : '0.18-3cb6890'
+        psutil : '5.7.2'
+        PyFMI : '2.5'
+        Pygments : '2.0.2'
+        pyparsing : '2.0.3'
+        PyQt : '5.15.3'
+        #PyQtChart : '5.9'
+        pyreadline : '2.0'
+        Python : '3.6.5'
+        pytz : '2017.2'
+        qt : '5.12.10'
+        qwt : '6.1.2'
+        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'
+        sip : '5.5.0'
+        six : '1.10.0'
+        snowballstemmer : '1.2.1'
+        Sphinx : '1.7.6'
+        sphinxcontrib_websupport : '1.1.0'
+        sphinx_rtd_theme : '0.4.3'
+        sphinxintl: '0.9.10'
+        StaticMeshPlugin: '5.8.0'
+        statsmodels: '0.8.0'
+        swig : '3.0.12'
+        tbb : '2019_U8'
+        tcl : '8.6.0'
+        tk : '8.6.0'
+        urllib3 : '1.23'
+        URANIE : '4.5.0'
+        # SALOME MODULES :
+        'CONFIGURATION'
+        'SALOME'
+        'SHAPER'
+        'SHAPERSTUDY'
+        'RESTRICTED'
+        'LIBBATCH' : {tag : 'V2_4_5'}
+        'KERNEL'
+        'MEDCOUPLING'
+        'GUI'
+        'GEOM'
+        'SMESH'
+        'NETGENPLUGIN'
+        'BLSURFPLUGIN'
+        'GHS3DPLUGIN'
+        'GHS3DPRLPLUGIN'
+        'HYBRIDPLUGIN'
+        'HexoticPLUGIN'
+        'GMSHPLUGIN'
+        'HEXABLOCK'
+        'HEXABLOCKPLUGIN'
+        'HOMARD'
+        'FIELDS'
+        'PARAVIS'
+        'JOBMANAGER'
+        'YACS'
+        'YACSGEN'
+        'SOLVERLAB'
+        'DOCUMENTATION'
+        'SAMPLES'
+        'COMPONENT'
+        'PYCALCULATOR'
+        'CALCULATOR'
+        'HELLO'
+        'PYHELLO'
+        'EFICAS'
+        'EFICAS_TOOLS'
+        'PY2CPP'
+        'ADAO'
+        'ADAO_INTERFACE'
+        'PARAVISADDONS'
+        'TESTBASE'
+        'CEATESTBASE' : {tag: 'SalomeV9'}
+    }
+    profile :
+    {
+        launcher_name : "salome"
+    }
+    virtual_app:
+    {
+        name : "salome"
+        application_name : "APPLI"
+    }
+    test_base : 
+    {
+        name : "SALOME"
+        tag : "SalomeV9"
+    }
+    properties :
+    {
+        mesa_launcher_in_package : "yes"
+        repo_dev : "yes"
+        pip : 'yes'
+        pip_install_dir : 'python'
+        single_install_dir : "no"
+    }
+}
+__overwrite__ :
+[
+  {
+   __condition__ : "VARS.dist in ['FD32']"
+   # https://github.com/scipy/scipy/issues/11611
+   'APPLICATION.products.scipy' : '1.5.2'
+  }
+  {
+   __condition__ : "VARS.dist in ['FD30']"
+   # https://github.com/scipy/scipy/issues/11611
+   'APPLICATION.products.gcc' : '9.3.0'
+  }
+  {
+   __condition__ : "VARS.dist not in ['DB08','DB09', 'FD30']"
+   'APPLICATION.rm_products' : ['gcc', 'gmp', 'mpc', 'mpfr']
+  }
+]