From: Nabil Ghodbane Date: Wed, 17 May 2023 14:07:33 +0000 (+0200) Subject: add MEDCOUPLING 9.11.0 description files X-Git-Tag: V9_11_0~27 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=fcc3e5acbe8ec02e406be61d37d699807a11ee20;p=tools%2Fsat_salome.git add MEDCOUPLING 9.11.0 description files --- diff --git a/applications/MEDCOUPLING-9.11.0-MPI.pyconf b/applications/MEDCOUPLING-9.11.0-MPI.pyconf new file mode 100644 index 0000000..e01dcd7 --- /dev/null +++ b/applications/MEDCOUPLING-9.11.0-MPI.pyconf @@ -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 index 0000000..dd3a2bb --- /dev/null +++ b/applications/MEDCOUPLING-9.11.0-int32.pyconf @@ -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 index 0000000..8455367 --- /dev/null +++ b/applications/MEDCOUPLING-9.11.0-native.pyconf @@ -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 index 0000000..7c82d43 --- /dev/null +++ b/applications/MEDCOUPLING-9.11.0-windows.pyconf @@ -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 index 0000000..d9409af --- /dev/null +++ b/applications/MEDCOUPLING-9.11.0.pyconf @@ -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 + } +] diff --git a/applications/MEDCOUPLING-master-MPI.pyconf b/applications/MEDCOUPLING-master-MPI.pyconf index d2cfaa2..0d22cab 100644 --- a/applications/MEDCOUPLING-master-MPI.pyconf +++ b/applications/MEDCOUPLING-master-MPI.pyconf @@ -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 : diff --git a/applications/MEDCOUPLING-master-int32.pyconf b/applications/MEDCOUPLING-master-int32.pyconf index 7a42435..452962e 100644 --- a/applications/MEDCOUPLING-master-int32.pyconf +++ b/applications/MEDCOUPLING-master-int32.pyconf @@ -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' diff --git a/applications/MEDCOUPLING-master-windows.pyconf b/applications/MEDCOUPLING-master-windows.pyconf index 059b27b..2f9a414 100644 --- a/applications/MEDCOUPLING-master-windows.pyconf +++ b/applications/MEDCOUPLING-master-windows.pyconf @@ -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' diff --git a/applications/MEDCOUPLING-master.pyconf b/applications/MEDCOUPLING-master.pyconf index 2647f43..453637d 100644 --- a/applications/MEDCOUPLING-master.pyconf +++ b/applications/MEDCOUPLING-master.pyconf @@ -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' diff --git a/applications/SALOME-9.11.0-windows.pyconf b/applications/SALOME-9.11.0-windows.pyconf index f35f912..2d4f318 100644 --- a/applications/SALOME-9.11.0-windows.pyconf +++ b/applications/SALOME-9.11.0-windows.pyconf @@ -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' diff --git a/applications/SALOME-master-windows.pyconf b/applications/SALOME-master-windows.pyconf index 95858fc..207404a 100644 --- a/applications/SALOME-master-windows.pyconf +++ b/applications/SALOME-master-windows.pyconf @@ -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'