]> SALOME platform Git repositories - tools/sat_salome.git/commitdiff
Salome HOME
add MEDCOUPLING 9.11.0 description files
authorNabil Ghodbane <nabil.ghodbane@cea.fr>
Wed, 17 May 2023 14:07:33 +0000 (16:07 +0200)
committerNabil Ghodbane <nabil.ghodbane@cea.fr>
Wed, 17 May 2023 14:07:33 +0000 (16:07 +0200)
applications/MEDCOUPLING-9.11.0-MPI.pyconf [new file with mode: 0644]
applications/MEDCOUPLING-9.11.0-int32.pyconf [new file with mode: 0644]
applications/MEDCOUPLING-9.11.0-native.pyconf [new file with mode: 0644]
applications/MEDCOUPLING-9.11.0-windows.pyconf [new file with mode: 0644]
applications/MEDCOUPLING-9.11.0.pyconf [new file with mode: 0644]
applications/MEDCOUPLING-master-MPI.pyconf
applications/MEDCOUPLING-master-int32.pyconf
applications/MEDCOUPLING-master-windows.pyconf
applications/MEDCOUPLING-master.pyconf
applications/SALOME-9.11.0-windows.pyconf
applications/SALOME-master-windows.pyconf

diff --git a/applications/MEDCOUPLING-9.11.0-MPI.pyconf b/applications/MEDCOUPLING-9.11.0-MPI.pyconf
new file mode 100644 (file)
index 0000000..e01dcd7
--- /dev/null
@@ -0,0 +1,118 @@
+#!/usr/bin/env python
+#-*- coding:utf-8 -*-
+
+APPLICATION :
+{
+    name : 'MEDCOUPLING-9.11.0-MPI'
+    workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name + '-' + $VARS.dist
+    tag : 'V9_11_0b1'
+    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.7.0'
+        boost : '1.71.0'
+        certifi : '2018.8.24'
+        click : '6.7'
+        cmake : '3.25.2' 
+        cppunit : '1.13.2'
+        chardet : '3.0.4'
+        Cython : '0.29.12'
+        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.16.4'
+        openmpi : '3.1.6'
+        packaging : '17.1'
+        ParMetis : '3.1.1'
+        pockets : '0.6.2'
+        Pygments : '2.0.2'
+        pyparsing : '2.0.3'
+        pyreadline : '2.0'
+        Python : '3.6.5'
+        pytz : '2017.2'
+        requests : '2.19.1'
+        scipy : '1.4.1'
+        scotch : '6.0.4'
+        setuptools : '38.4.0'
+        six : '1.10.0'
+        snowballstemmer : '1.2.1'
+        Sphinx : '1.7.6'
+        sphinx_rtd_theme : '0.4.3'
+        sphinxcontrib_websupport : '1.1.0'
+        sphinxintl: '0.9.10'
+        swig : '4.0.2'
+        urllib3 : '1.23'
+
+        # SALOME MODULES :
+        'CONFIGURATION'
+        'MEDCOUPLING' : {tag:'V9_11_0b1', base: 'no', section: 'default_MPI_STD', hpc: 'yes'} # FIXME
+    }
+    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']"
+        # 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']"
+        # 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'
+        # https://github.com/pyenv/pyenv/issues/1889
+        'APPLICATION.products.Python' : {tag: '3.6.5', base: 'no', section: 'version_3_6_5_FD34'}
+    }
+    {
+        __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'
+        'APPLICATION.products.Python' : {tag: '3.6.5', base: 'no', section: 'version_3_6_5_UB22_04'}
+    }
+]
diff --git a/applications/MEDCOUPLING-9.11.0-int32.pyconf b/applications/MEDCOUPLING-9.11.0-int32.pyconf
new file mode 100644 (file)
index 0000000..dd3a2bb
--- /dev/null
@@ -0,0 +1,84 @@
+#!/usr/bin/env python
+#-*- coding:utf-8 -*-
+
+APPLICATION :
+{
+    name : 'MEDCOUPLING-9.11.0-int32'
+    workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name + '-' + $VARS.dist
+    tag : 'V9_11_0b1'
+    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.25.2'
+        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 : '4.0.2'
+        packaging : '17.1'
+        urllib3 : '1.23'
+
+        # SALOME MODULES :
+        'CONFIGURATION'
+        'MEDCOUPLING':  {tag:'V9_11_0b1', base: 'no', section: 'default_32BIT_IDS', hpc: 'no'}
+    }
+    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.11.0-native.pyconf b/applications/MEDCOUPLING-9.11.0-native.pyconf
new file mode 100644 (file)
index 0000000..8455367
--- /dev/null
@@ -0,0 +1,110 @@
+#!/usr/bin/env python
+#-*- coding:utf-8 -*-
+
+APPLICATION :
+{
+    name : 'MEDCOUPLING-9.11.0-native'
+    workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name + '-' + $VARS.dist
+    tag : 'V9_11_0b1'
+    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 : {tag : '4.1.1', hpc : 'yes', section : 'default_Autotools' }
+        metis : 'native'
+        mpi4py : 'native'
+        numpy : 'native'
+        openmpi: 'native'
+        pockets : 'native'
+        Pygments : 'native'
+        pyparsing : 'native'
+        Python : 'native'
+        pytz : 'native'
+        requests : 'native'
+        scipy : 'native'
+        scotch : 'native'
+        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_11_0b1', base:'no', section:'default_MPI_STD', hpc:'yes'}
+    }
+    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 ['CO8']"
+        'APPLICATION.products.sphinxintl' : '0.9.10'
+        'PRODUCTS.sphinxintl.default.properties.pip' : "no"
+    }
+    {
+        __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 ['FD37']"
+        'APPLICATION.products.medfile'          : {tag: '4.1.1',     base: 'no', section: 'version_4_1_1_FD37'}
+    }
+    {
+        __condition__ : "VARS.dist in ['FD38']"
+        'APPLICATION.products.medfile'          : {tag: '4.1.1',     base: 'no', section: 'version_4_1_1_FD38'}
+    }
+    {
+        __condition__ : "VARS.dist in ['FD36']"
+        'APPLICATION.products.medfile'          : {tag: '4.1.1',     base: 'no', section: 'version_4_1_1_FD36'}
+    }
+]
diff --git a/applications/MEDCOUPLING-9.11.0-windows.pyconf b/applications/MEDCOUPLING-9.11.0-windows.pyconf
new file mode 100644 (file)
index 0000000..7c82d43
--- /dev/null
@@ -0,0 +1,99 @@
+#!/usr/bin/env python
+#-*- coding:utf-8 -*-
+
+APPLICATION :
+{
+    name : 'MEDCOUPLING-9.11.0'
+    workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name
+    cmake_generator : 'Visual Studio 15 2017 Win64'
+    tag : 'V9_11_0b1'
+    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.25.2'
+        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.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.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 : '4.0.2'
+        urllib3 : '1.25.3'
+        zlib : '1.2.5'
+
+        # SALOME MODULES :
+        'CONFIGURATION'
+        'MEDCOUPLING'
+    }
+    test_base :
+    {
+        name : "SALOME"
+        tag : "SalomeV9"
+    }
+    properties :
+    {
+        repo_dev : "yes"
+        pip : 'yes'
+        pip_install_dir : 'python'
+        single_install_dir : "yes"
+    }
+}
diff --git a/applications/MEDCOUPLING-9.11.0.pyconf b/applications/MEDCOUPLING-9.11.0.pyconf
new file mode 100644 (file)
index 0000000..d9409af
--- /dev/null
@@ -0,0 +1,91 @@
+#!/usr/bin/env python
+#-*- coding:utf-8 -*-
+
+APPLICATION :
+{
+    name : 'MEDCOUPLING-9.11.0'
+    workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name + '-' + $VARS.dist
+    tag : 'V9_11_0b1'
+    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.25.2'
+        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 : '4.0.2'
+        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
+  }
+]
index d2cfaa24441db2445693d1fb5f1ef049c244d05b..0d22cabf8ed25346a179cc35a2878dfe0b9040ef 100644 (file)
@@ -66,7 +66,7 @@ APPLICATION :
         sphinx_rtd_theme : '0.4.3'
         sphinxcontrib_websupport : '1.1.0'
         sphinxintl: '0.9.10'
-        swig : '3.0.12'
+        swig : '4.0.2'
         urllib3 : '1.23'
 
         # SALOME MODULES :
index 7a424354426838b97b2ae1ea6cf5d474bf085316..452962e7a5e6505c0baa910a477561aad2a524da 100644 (file)
@@ -54,7 +54,7 @@ APPLICATION :
         sphinxcontrib_napoleon : '0.6.1'
         sphinxcontrib_websupport : '1.1.0'
         sphinxintl: '0.9.10'
-        swig : '3.0.12'
+        swig : '4.0.2'
         packaging : '17.1'
         urllib3 : '1.23'
 
index 059b27ba5d05bcba7f358eb55fed71be20b1271f..2f9a414205d7cb62876a964962687be1590143d4 100644 (file)
@@ -76,7 +76,7 @@ APPLICATION :
         sphinxcontrib_serializinghtml :'1.1.3'
         sphinxcontrib_websupport : '1.1.2'
         sphinxintl: '2.0.0'
-        swig : '3.0.12'
+        swig : '4.0.2'
         urllib3 : '1.25.3'
         zlib : '1.2.5'
 
index 2647f430667cf40cb1fc5b7aac8a10e08d6f14dd..453637d3c89153ac101c872e993ac6e0008952b9 100644 (file)
@@ -61,7 +61,7 @@ APPLICATION :
         sphinxcontrib_napoleon : '0.6.1'
         sphinxcontrib_websupport : '1.1.0'
         sphinxintl: '0.9.10'
-        swig : '3.0.12'
+        swig : '4.0.2'
         packaging : '17.1'
         urllib3 : '1.23'
 
index f35f912d5749fd5f564ad51b0c6053fc15dc6e2e..2d4f3188939370fa74ab082b96f956bc36eb4ea2 100644 (file)
@@ -128,7 +128,7 @@ APPLICATION :
         sphinx_rtd_theme : '0.4.3'
         sphinxintl: '2.0.0'
         StaticMeshPlugin: '5.11.0'
-        swig : '3.0.12'
+        swig : '4.0.2'
         tbb : '2019_U8_win'
         toml : '0.10.2'
         tcltk : '8.6.9'
index 95858fccc2be23af65a9591b2f035474023f4aa8..207404a769e5486c7b0c192f06f876bbe46deab4 100644 (file)
@@ -128,7 +128,7 @@ APPLICATION :
         sphinx_rtd_theme : '0.4.3'
         sphinxintl: '2.0.0'
         StaticMeshPlugin: '5.11.0'
-        swig : '3.0.12'
+        swig : '4.0.2'
         tbb : '2019_U8_win'
         toml : '0.10.2'
         tcltk : '8.6.9'