]> SALOME platform Git repositories - tools/sat_salome.git/commitdiff
Salome HOME
add ParaView 5.9.1 product
authorNabil Ghodbane <nabil.ghodbane@cea.fr>
Fri, 4 Jun 2021 11:15:14 +0000 (13:15 +0200)
committerNabil Ghodbane <nabil.ghodbane@cea.fr>
Fri, 4 Jun 2021 11:15:14 +0000 (13:15 +0200)
applications/ParaView-5.9.1.pyconf [new file with mode: 0644]
products/ParaView.pyconf

diff --git a/applications/ParaView-5.9.1.pyconf b/applications/ParaView-5.9.1.pyconf
new file mode 100644 (file)
index 0000000..b6ce943
--- /dev/null
@@ -0,0 +1,112 @@
+#!/usr/bin/env python
+#-*- coding:utf-8 -*-
+
+APPLICATION :
+{
+    name : 'ParaView-5.9.1'
+    workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name + '-' + $VARS.dist
+    tag : '5.9.1'
+    dev : 'no'
+    verbose :'no'
+    debug : 'no'
+    base : 'no'
+    python3 : 'yes'
+    environ :
+    {
+        build : 
+        {
+           CONFIGURATION_ROOT_DIR : $workdir + $VARS.sep + "SOURCES" + $VARS.sep + "CONFIGURATION"
+           VTK_SMP_IMPLEMENTATION_TYPE : OpenMP
+        }
+        launch :
+        {
+            PYTHONIOENCODING:"UTF_8"
+        }
+        SALOME_trace : "local"
+    }
+    products :
+    {
+        # PREREQUISITES :
+        alabaster : '0.7.6'
+        Babel : '2.7.0'
+        boost : '1.58.0'
+        certifi : '2018.8.24'
+        cgns : '4.1.1'
+        chardet : '3.0.4'
+        click : '6.7'
+        cmake : '3.12.1'
+        cppunit : '1.13.2'
+        cycler : '0.10.0'
+        Cython : '0.25.2'
+        dateutil : '2.4.2'
+        docutils : '0.12'
+        doxygen : '1.8.14'
+        eigen : '3.3.4'
+        embree : '3.12.2'
+        freeimage : '3.16.0'
+        freetype : '2.9.1'
+        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 : '2.2.2'
+        medfile : '4.1.0'
+        mesa : '19.0.8'
+        numpy : '1.15.1'
+        opencv : '3.2.0'
+        openssl : "native"
+        openVKL: '0.11.0'
+        ospray : '2.4.0'
+        packaging : '17.1'
+        ParaView : '5.9.1'
+        Pillow : '7.1.1'
+        planegcs : '0.18-3cb6890'
+        pockets : '0.6.2'
+        Pygments : '2.0.2'
+        pyparsing : '2.0.3'
+        PyQt : '5.11.3'
+        pyreadline : '2.0'
+        Python : '3.6.5'
+        pytz : '2015.7'
+        qt : '5.12.10'
+        qwt : '6.1.2'
+        requests : '2.19.1'
+        rkCommon : '1.5.1'
+        scipy : '0.19.1'
+        setuptools : '38.4.0'
+        sip : '4.19.12'
+        six : '1.10.0'
+        snowballstemmer : '1.2.1'
+        Sphinx : '1.7.6'
+        sphinxcontrib_napoleon : '0.6.1'
+        sphinxcontrib_websupport : '1.1.0'
+        sphinx_rtd_theme : '0.4.3'
+        sphinxintl: '0.9.10'
+        swig : '3.0.12'
+        tbb : '4.4'
+        urllib3 : '1.23'
+
+        # SALOME MODULES :
+        'CONFIGURATION' : 'master'
+    }
+    profile :
+    {
+    }
+    test_base : 
+    {
+    }
+    properties :
+    {
+        repo_dev : "yes"
+        pip : 'yes'
+        pip_install_dir : 'python'
+        single_install_dir : "yes"
+    }
+}
index cf8dc2bbf1dcf671ff7dcac1838e0e5e1660abba..4b7bcf9c77d6bee77ff98409ef2e3ae345550644 100755 (executable)
@@ -30,6 +30,72 @@ default :
     }
 }
 
+version_5_9_1 :
+{
+    compil_script :  'ParaView-5.9.1.sh'
+    archive_info : {archive_name : "ParaView-5.9.1-lata.tar.gz"}
+    # two other LATA patches already included in archive
+    patches : ['paraview.0003-ParaViewClient.patch',
+               'paraview.0004-ParaView_hdf5.patch',
+               'paraview.0005-ParaView_find_cgns.patch',
+               'paraview.0006-ParaView_find_libxml2.patch',
+               'paraview.0007-ParaView_find_freetype.patch',
+               'paraview.0010-ParaView_CATALYST_cmake.patch',
+               'paraview.0008-ParaView_coincident_rendering.patch',
+               'paraview.0011-ParaView_protobuf_crash.patch',
+               'paraview.0015-Paraview_VTKM_ioss.patch'
+              ]
+}
+
+version_5_9_1_win :
+{
+    compil_script :  'ParaView-5.9.1.bat'
+    archive_info : {archive_name : "ParaView-5.9.1-lata.tar.gz"}
+    depend : [
+              'Python',
+              'hdf5',
+              'qt',
+              'boost',
+              'libxml2',
+              'freetype',
+              'matplotlib',
+              'cgns',
+              'Pygments',
+              'pthreads',
+              'zlib'
+             ]
+    patches : ['paraview.0003-ParaViewClient.patch',
+               'paraview.0004-ParaView_hdf5.patch',
+               'paraview.0005-ParaView_find_cgns.patch',
+               'paraview.0006-ParaView_find_libxml2.patch',
+               'paraview.0007-ParaView_find_freetype.patch',
+               'paraview.0009-ParaView_find_zlib.patch',
+               'paraview.0010-ParaView_CATALYST_cmake.patch',
+               'paraview.1001-ParaView_windows_catalyst_cmake.patch',
+               'paraview.0008-ParaView_coincident_rendering.patch',
+               'paraview.0011-ParaView_protobuf_crash.patch'
+              ]
+}
+
+version_5_9_1_MPI :
+{
+    compil_script :  'ParaView-5.9.1.sh'
+    archive_info : {archive_name : "ParaView-5.9.1-lata.tar.gz"}
+    patches : ['paraview.0003-ParaViewClient.patch',
+               'paraview.0004-ParaView_hdf5.patch',
+               'paraview.0005-ParaView_find_cgns.patch',
+               'paraview.0006-ParaView_find_libxml2.patch',
+               'paraview.0007-ParaView_find_freetype.patch',
+               'paraview-5.9-VTKM_MPI.patch',
+               'paraview.0010-ParaView_CATALYST_cmake.patch',
+               'paraview.0008-ParaView_coincident_rendering.patch',
+               'paraview.0011-ParaView_protobuf_crash.patch',
+               'paraview.0015-Paraview_VTKM_ioss.patch',
+               'paraview.0017-VTK-openMPI-if-devtoolset.patch'
+              ]
+}
+
+
 version_5_9_0 :
 {
     compil_script :  'ParaView-5.9.0.sh'