From b48b9d2c3519b28deff1ddf22f759a7ec04b40c0 Mon Sep 17 00:00:00 2001 From: Nabil Ghodbane Date: Tue, 21 Nov 2023 10:05:35 +0100 Subject: [PATCH] bos #37834: prepare SALOME 9.12.0 release pyconf description files --- applications/MEDCOUPLING-9.12.0-MPI.pyconf | 118 ++++++ applications/MEDCOUPLING-9.12.0-int32.pyconf | 84 ++++ applications/MEDCOUPLING-9.12.0-native.pyconf | 106 ++++++ .../MEDCOUPLING-9.12.0-windows.pyconf | 99 +++++ applications/MEDCOUPLING-9.12.0.pyconf | 91 +++++ applications/SALOME-9.12.0-MPI.pyconf | 247 ++++++++++++ applications/SALOME-9.12.0-int32.pyconf | 252 ++++++++++++ applications/SALOME-9.12.0-native.pyconf | 359 ++++++++++++++++++ applications/SALOME-9.12.0-windows.pyconf | 225 +++++++++++ applications/SALOME-9.12.0.pyconf | 254 +++++++++++++ products/YACS.pyconf | 9 +- 11 files changed, 1842 insertions(+), 2 deletions(-) create mode 100644 applications/MEDCOUPLING-9.12.0-MPI.pyconf create mode 100644 applications/MEDCOUPLING-9.12.0-int32.pyconf create mode 100644 applications/MEDCOUPLING-9.12.0-native.pyconf create mode 100644 applications/MEDCOUPLING-9.12.0-windows.pyconf create mode 100644 applications/MEDCOUPLING-9.12.0.pyconf create mode 100644 applications/SALOME-9.12.0-MPI.pyconf create mode 100644 applications/SALOME-9.12.0-int32.pyconf create mode 100644 applications/SALOME-9.12.0-native.pyconf create mode 100644 applications/SALOME-9.12.0-windows.pyconf create mode 100644 applications/SALOME-9.12.0.pyconf diff --git a/applications/MEDCOUPLING-9.12.0-MPI.pyconf b/applications/MEDCOUPLING-9.12.0-MPI.pyconf new file mode 100644 index 0000000..87eb409 --- /dev/null +++ b/applications/MEDCOUPLING-9.12.0-MPI.pyconf @@ -0,0 +1,118 @@ +#!/usr/bin/env python +#-*- coding:utf-8 -*- + +APPLICATION : +{ + name : 'MEDCOUPLING-9.12.0-MPI' + workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name + '-' + $VARS.dist + tag : 'V9_12_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'} + 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_12_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.12.0-int32.pyconf b/applications/MEDCOUPLING-9.12.0-int32.pyconf new file mode 100644 index 0000000..b8ed910 --- /dev/null +++ b/applications/MEDCOUPLING-9.12.0-int32.pyconf @@ -0,0 +1,84 @@ +#!/usr/bin/env python +#-*- coding:utf-8 -*- + +APPLICATION : +{ + name : 'MEDCOUPLING-9.12.0-int32' + workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name + '-' + $VARS.dist + tag : 'V9_12_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': {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.12.0-native.pyconf b/applications/MEDCOUPLING-9.12.0-native.pyconf new file mode 100644 index 0000000..2cbff03 --- /dev/null +++ b/applications/MEDCOUPLING-9.12.0-native.pyconf @@ -0,0 +1,106 @@ +#!/usr/bin/env python +#-*- coding:utf-8 -*- + +APPLICATION : +{ + name : 'MEDCOUPLING-9.12.0-native' + workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name + '-' + $VARS.dist + tag : 'V9_12_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 : '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 : '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_12_0b1', base:'no', section:'default_MPI', 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 ['FD36']" + 'APPLICATION.products.medfile' : {tag: '4.1.1', base: 'no', section: 'version_4_1_1_FD36'} + } +] diff --git a/applications/MEDCOUPLING-9.12.0-windows.pyconf b/applications/MEDCOUPLING-9.12.0-windows.pyconf new file mode 100644 index 0000000..667bdde --- /dev/null +++ b/applications/MEDCOUPLING-9.12.0-windows.pyconf @@ -0,0 +1,99 @@ +#!/usr/bin/env python +#-*- coding:utf-8 -*- + +APPLICATION : +{ + name : 'MEDCOUPLING-9.12.0' + workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name + cmake_generator : 'Visual Studio 15 2017 Win64' + tag : 'V9_12_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.12.0.pyconf b/applications/MEDCOUPLING-9.12.0.pyconf new file mode 100644 index 0000000..e95c11a --- /dev/null +++ b/applications/MEDCOUPLING-9.12.0.pyconf @@ -0,0 +1,91 @@ +#!/usr/bin/env python +#-*- coding:utf-8 -*- + +APPLICATION : +{ + name : 'MEDCOUPLING-9.12.0' + workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name + '-' + $VARS.dist + tag : 'V9_12_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/SALOME-9.12.0-MPI.pyconf b/applications/SALOME-9.12.0-MPI.pyconf new file mode 100644 index 0000000..2adfdfa --- /dev/null +++ b/applications/SALOME-9.12.0-MPI.pyconf @@ -0,0 +1,247 @@ +#!/usr/bin/env python +#-*- coding:utf-8 -*- + +APPLICATION : +{ + name : 'SALOME-9.12.0-MPI' + workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name + '-' + $VARS.dist + tag : 'V9_12_0b1' + dev : 'no' + verbose :'no' + debug : 'no' + base : 'no' + python3 : 'yes' + platform : ['CO7'] + 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.7.0' + boost : '1.71.0' + CAS : {tag : 'V7_5_3p5', section: 'version_CR753_SALOME_PATCH', base: 'no'} + catalyst: '2.0' + C3PO: 'v2.0' + certifi : '2018.8.24' + cgns : {tag : '4.2.0', hpc : 'yes'} + chardet : '3.0.4' + click : '6.7' + cmake : '3.25.2' + 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' + gdal : {tag : '2.4.0', hpc : 'yes'} + gmsh : {tag : '4.10.3', section : 'version_4_10_3_MPI', hpc : 'yes', base : 'no'} + 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.3.4' + medfile : {tag : '4.1.1', hpc : 'yes'} + mesa : '19.0.8' + MeshGems : {tag : '2.15-1', hpc : 'yes'} + mpi4py: '3.0.3' + ParMetis : '4.0.3-p6' + netgen : '5.3.1_with_CAS_7.2' + # comment out line above and uncomment the line below to use Netgen 6. + #netgen : '6.2.2101' + netcdf : {tag : '4.6.2', hpc : 'yes'} + nlopt : '2.5.0' + nose: '1.3.7' + numpy : '1.16.4' + numpydoc : '0.9.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.21', hpc : 'yes'} + openVKL: '0.11.0' + ospray : '2.4.0' + packaging : '17.1' + packagespy : '74152cd' + pandas : '0.25.2' + patsy : '0.5.2' + ParaView : {tag:'5.11.0', base: 'no', section: 'version_5_11_0_MPI', hpc: 'yes'} + PERSALYS: 'v14.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.7.2' + PyFMI : {tag: '2.6', base: 'no', section: 'version_2_6_no_pip'} + Pygments : '2.0.2' + pyparsing : '2.0.3' + PyQt : '5.15.3' + 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 : {tag: '6.1.2', section: 'version_6_1_2_MPI', hpc: 'yes', base: 'no'} + 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' + statsmodels: '0.8.0' + swig : '4.1.1' + tbb : '2019_U8' + tcl : '8.6.0' + tk : '8.6.0' + toml: '0.10.2' + TTK : 'f8dafde2d7' + urllib3 : '1.23' + zeromq: '4.3.1' + URANIE : '4.7.0' + + # SALOME MODULES : + 'CONFIGURATION' + 'SALOME' + 'SHAPER' + 'SHAPERSTUDY' + 'RESTRICTED' + 'LIBBATCH' : 'V2_5_0' + 'KERNEL' : {tag:'V9_12_0b1', base: 'no', section: 'default_MPI', hpc: 'yes', verbose: 'yes'} + 'MEDCOUPLING' : {tag:'V9_12_0b1', base: 'no', section: 'default_MPI_STD', hpc: 'yes', verbose: 'yes'} + 'GUI' : {verbose : 'yes'} + 'GEOM' + 'SMESH' + 'NETGENPLUGIN' + 'BLSURFPLUGIN' + 'GHS3DPLUGIN' + 'HYBRIDPLUGIN' + 'HexoticPLUGIN' + 'GMSHPLUGIN' + 'HEXABLOCK' : {tag:'V9_12_0b1', base: 'no', section: 'default_MPI', hpc: 'yes', verbose: 'yes'} + 'HEXABLOCKPLUGIN' + 'HOMARD' : {tag:'V9_12_0b1', base: 'no', section: 'default_MPI', hpc: 'yes'} + 'FIELDS' : {tag:'V9_12_0b1', base: 'no', section: 'default_MPI', hpc: 'yes'} + 'PARAVIS' : {tag:'V9_12_0b1', base: 'no', section: 'default_MPI', hpc: 'yes'} + 'JOBMANAGER': {tag:'V9_12_0b1', 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_12_0b1', base: 'no', section: 'default_MPI', hpc: 'yes'} + 'SOLVERLABGUI' + 'TopIIVolMesh' + #'TESTBASE' + 'CEATESTBASE' : 'SalomeV9' + } + profile : + { + launcher_name : "salome" + } + 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 ['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'] + } + { + __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.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 ['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 + } +] diff --git a/applications/SALOME-9.12.0-int32.pyconf b/applications/SALOME-9.12.0-int32.pyconf new file mode 100644 index 0000000..32be8f8 --- /dev/null +++ b/applications/SALOME-9.12.0-int32.pyconf @@ -0,0 +1,252 @@ +#!/usr/bin/env python +#-*- coding:utf-8 -*- + +APPLICATION : +{ + name : 'SALOME-9.12.0-int32' + workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name + '-' + $VARS.dist + tag : 'V9_12_0b1' + 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.7.0' + boost : '1.71.0' + CAS : {tag : 'V7_5_3p5', section: 'version_CR753_SALOME_PATCH', base: 'no'} + catalyst: '2.0' + C3PO: 'v2.0' + certifi : '2018.8.24' + cgns : '4.2.0' + chardet : '3.0.4' + click : '6.7' + cmake : '3.25.2' + 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' + gdal : '2.4.0' + gmsh : '4.10.3' + 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.3.4' + medfile : '4.1.1' + mesa : '19.0.8' + MeshGems : '2.15-1' + mpi4py: '3.0.3' + metis : '5.1.0' + netgen : '5.3.1_with_CAS_7.2' + # comment out line above and uncomment the line below to use Netgen 6. + #netgen : '6.2.2101' + netcdf : '4.6.2' + nlopt : '2.5.0' + nose: '1.3.7' + numpy : '1.16.4' + numpydoc : '0.9.0' + omniORB : '4.2.5' + omniORBpy : '4.2.5' + opencv : '3.2.0' + openmpi : '4.0.3' + openturns: '1.21' + openVKL: '0.11.0' + ospray : '2.4.0' + packaging : '17.1' + packagespy : '74152cd' + pandas : '0.25.2' + patsy : '0.5.2' + ParaView : {tag:'5.11.0', base: 'no', section: 'version_5_11_0_MPI', hpc: 'yes'} + PERSALYS: 'v14.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.7.2' + PyFMI : {tag: '2.6', base: 'no', section: 'version_2_6_no_pip'} + Pygments : '2.0.2' + pyparsing : '2.0.3' + PyQt : '5.15.3' + 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 : {tag: '6.1.2', section: 'version_6_1_2_MPI', hpc: 'yes', base: 'no'} + 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' + statsmodels: '0.8.0' + swig : '4.0.2' + tbb : '2019_U8' + tcl : '8.6.0' + tk : '8.6.0' + toml: '0.10.2' + #TTK : 'f8dafde2d7' + urllib3 : '1.23' + zeromq: '4.3.1' + URANIE : '4.7.0' + + # SALOME MODULES : + 'CONFIGURATION' + 'SALOME' + 'SHAPER' + 'SHAPERSTUDY' + 'RESTRICTED' + 'LIBBATCH' : 'V2_5_0' + 'KERNEL' : {tag:'V9_12_0b1', base: 'no', section: 'default_32BIT_IDS', hpc: 'no' } + 'MEDCOUPLING' : {tag:'V9_12_0b1', 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_12_0b1', 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_12_0b1', base: 'no', section: 'default_MPI', hpc: 'yes'} + 'SOLVERLABGUI' + 'TopIIVolMesh' + #'TESTBASE' + 'CEATESTBASE' : 'SalomeV9' + } + profile : + { + launcher_name : "salome" + } + 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 ['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.21', base: 'no', section: 'version_1_21_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.ParaView' : {tag: '5.11.0', base: 'no', section: 'version_5_11_0_MPI_CO8', hpc: 'yes'} + 'APPLICATION.products.openturns': {tag: '1.21', base: 'no', section: 'version_1_21_CO8' } + } + { + __condition__ : "VARS.dist in ['DB09']" + 'APPLICATION.products.openturns' : {tag: '1.21', base: 'no', section: 'version_1_21_DB09' } + } + { + __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 ['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 + } +] diff --git a/applications/SALOME-9.12.0-native.pyconf b/applications/SALOME-9.12.0-native.pyconf new file mode 100644 index 0000000..0470351 --- /dev/null +++ b/applications/SALOME-9.12.0-native.pyconf @@ -0,0 +1,359 @@ +#!/usr/bin/env python +#-*- coding:utf-8 -*- + +APPLICATION : +{ + name : 'SALOME-9.12.0-native' + workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name + '-' + $VARS.dist + tag : 'V9_12_0b1' + dev : 'no' + verbose :'no' + debug : 'no' + base : 'no' + python3 : 'yes' + platform : ["FD32", "FD34", "FD36", "FD37", "FD38", "CO8", "CO9", "DB10", "DB11", "UB20.04", "UB22.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' + Babel : 'native' + boost : 'native' + CAS : {tag : 'V7_5_3p5', section: 'version_CR753_SALOME_PATCH', base: 'no'} + catalyst: '2.0' + C3PO: 'v2.0' + certifi : 'native' + cgns : '4.2.0' + chardet : 'native' + click : 'native' + cmake : '3.25.2' + 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' + gdal : 'native' + gmsh : '4.10.3' + graphviz : 'native' + hdf5 : '1.10.3' + idna : 'native' + imagesize : 'native' + ispc : '1.15.0' + Jinja2 : 'native' + kiwisolver : 'native' + lapack : 'native' + libxml2 : 'native' + llvm : 'native' + markupsafe : 'native' + matplotlib : 'native' + medfile : '4.1.1' + mesa : {tag : '19.0.8-x86_64-'+$VARS.dist, base: 'no', section: 'version_bin'} + MeshGems : '2.15-1' + metis : 'native' + mpi4py: 'native' + netgen : '5.3.1_with_CAS_7.2' + # comment out line above and uncomment the line below to use Netgen 6. + #netgen : '6.2.2101' + netcdf : 'native' + nlopt : '2.4.2' + nose: 'native' + numpy : 'native' + numpydoc : 'native' + omniORB : '4.2.5' + omniORBpy : '4.2.5' + opencv : 'native' + openmpi: 'native' + openVKL : '0.11.0' + openturns: '1.21' + ospray : '2.4.0' + packaging : 'native' + packagespy : '74152cd' + pandas : 'native' + ParaView : {tag:'5.11.0', base: 'no', section: 'version_5_11_0_MPI', hpc: 'yes'} + PERSALYS: 'v14.1' + petsc : {tag : '3.16.0', section: 'version_3_16_0'} + Pillow : 'native' + planegcs : '0.18-3cb6890' + psutil : 'native' + PyFMI : '2.6' + 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 : {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_12_0b1', base: 'no', section: 'default_MPI', hpc: 'yes'} + 'GUI' + 'GEOM' + 'SMESH' + 'NETGENPLUGIN' + 'BLSURFPLUGIN' + 'GHS3DPLUGIN' + 'HYBRIDPLUGIN' + 'HexoticPLUGIN' + 'GMSHPLUGIN' + 'HEXABLOCK' + 'HEXABLOCKPLUGIN' + 'HOMARD' + 'FIELDS' + 'PARAVIS': {tag:'V9_12_0b1', 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' + 'SOLVERLABGUI' + 'TopIIVolMesh' + #'TESTBASE' + 'CEATESTBASE' : 'SalomeV9' + } + profile : + { + launcher_name : "salome" + } + 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 ['UB20.04']" + 'APPLICATION.products.opencv' : '3.2.0' + 'APPLICATION.products.cminpack' : 'native' + 'APPLICATION.products.netcdf' : '4.6.2' + '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 + } + { + # + __condition__ : "VARS.dist in ['UB22.04']" + 'APPLICATION.rm_products' : ['TTK'] # causes crashes + 'APPLICATION.products.cmake' : 'native' # TTK requires cmake > 3.21 + 'APPLICATION.products.opencv' : '3.2.0' + 'APPLICATION.products.nlopt' : '2.5.0' + 'APPLICATION.products.cminpack' : 'native' + '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' } + } + { + # DB10: + # - Qt minimal version 5.12 + # - xmlpatterns executable + __condition__ : "VARS.dist in ['DB10']" + 'APPLICATION.products.opencv' : '3.2.0' + 'APPLICATION.products.cminpack' : 'native' + 'APPLICATION.products.PyFMI' : {tag:'2.6', base: 'no', section: 'version_2_6_no_pip' } + 'APPLICATION.products.qt' : '5.12.10' + 'APPLICATION.products.qwt' : '6.1.2' + '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.MEDCOUPLING' : {tag:'V9_12_0b1', base: 'no', section: 'default_MPI', hpc: 'yes'} + } + { + __condition__ : "VARS.dist in ['DB11']" + 'APPLICATION.products.opencv' : '3.2.0' + 'APPLICATION.products.cminpack' : 'native' + 'APPLICATION.products.PyFMI' : {tag:'2.6', base: 'no', section: 'version_2_6_no_pip'} + 'APPLICATION.products.MEDCOUPLING' : {tag:'V9_12_0b1', base: 'no', section: 'default_MPI', 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.products.sphinxintl' : {tag: '0.9.10', base: 'no', section: 'version_0_9_10_no_pip' } + 'APPLICATION.products.cminpack' : '1.3.6' + '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' } # spns #29324 + 'APPLICATION.products.swig' : '4.0.2' + 'APPLICATION.products.openturns' : {tag: '1.21', base: 'no', section: 'version_1_21_RO8' } + } + { + __condition__ : "VARS.dist in ['CO9']" + 'APPLICATION.products.cminpack' : '1.3.6' + 'APPLICATION.products.qwt' : '6.1.2' + '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.root' : {tag: '6.22.02', base: 'no', section: 'version_6_22_02_CO9' } + 'APPLICATION.products.qt' : {tag: '5.12.10', base: 'no', section: 'version_5_12_10_CO9' } + 'APPLICATION.products.sip' : '5.5.0' + '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.6.1', base: 'no', section: 'version_0_6_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.YACS' : {tag: 'V9_12_0b1',base: 'no',section: 'version_V9_12_0_CO9' } + } + { + __condition__ : "VARS.dist in ['FD32']" + 'APPLICATION.products.opencv' : '3.2.0' + 'APPLICATION.products.qwt' : '6.1.4' + '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 + } + { + __condition__ : "VARS.dist in ['FD34']" + '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.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 + } + { + __condition__ : "VARS.dist in ['FD36']" + '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.nlopt' : '2.6.0' + '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' } + } + + { + __condition__ : "VARS.dist in ['FD37']" + 'APPLICATION.rm_products' : ['root', 'URANIE'] + '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.nlopt' : '2.6.0' + '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'} + 'APPLICATION.products.CONFIGURATION' : {tag:'V9_12_0b1', base: 'no', section: 'default' } + 'APPLICATION.products.SHAPER' : {tag:'V9_12_0b1', base: 'no', section: 'default', hpc: 'no' } + } + + { + __condition__ : "VARS.dist in ['FD38']" + 'APPLICATION.rm_products' : ['root', 'URANIE', 'mesa'] + 'APPLICATION.products.cmake' : 'native' + 'APPLICATION.products.opencv' : {tag: '3.2.0', base: 'no', section: 'version_3_2_0_FD38' } + 'APPLICATION.products.omniORB' : '4.2.5' + 'APPLICATION.products.omniORBpy' : '4.2.5' + 'APPLICATION.products.qwt' : '6.1.6' + 'APPLICATION.products.nlopt' : '2.6.0' + 'APPLICATION.products.netcdf' : '4.6.2' + 'APPLICATION.products.swig' : '4.0.2' + '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_FD38' } + 'APPLICATION.products.ParaView' : {tag: '5.11.0', base: 'no', section: 'version_5_11_0_MPI_FD38', hpc: 'yes' } + 'APPLICATION.products.CONFIGURATION' : {tag:'V9_12_0b1', base: 'no', section: 'default' } + 'APPLICATION.products.SHAPER' : {tag:'V9_12_0b1', base: 'no', section: 'default', hpc: 'no' } + } +] diff --git a/applications/SALOME-9.12.0-windows.pyconf b/applications/SALOME-9.12.0-windows.pyconf new file mode 100644 index 0000000..e66477a --- /dev/null +++ b/applications/SALOME-9.12.0-windows.pyconf @@ -0,0 +1,225 @@ +#!/usr/bin/env python +#-*- coding:utf-8 -*- + +APPLICATION : +{ + name : 'SALOME-9.12.0' + workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name + cmake_generator : 'Visual Studio 15 2017 Win64' + tag : 'V9_12_0b1' + 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_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 + SALOME_TMP_DIR : "%appdata%" + HOME : "%userprofile%" + } + products : + { + # PREREQUISITES : + alabaster : '0.7.6' + Babel : '2.7.0' + boost : '1.67.0' + CAS : {tag : 'V7_5_3p5', section: 'version_CR753_SALOME_PATCH_win', base: 'no'} + certifi : '2019.6.16' + cgns : '4.2.0' + chardet : '3.0.4' + click : '7.0' + cmake : '3.24.2' + cminpack: '1.3.6' + colorama: '0.4.1' + cppunit : '1.13.2' + cycler : '0.10.0' + Cython : '0.29.12' + dateutil : '2.8.0' + dill : '0.3.4' + docutils : '0.14' + doxygen : '1.8.3.1' + eigen : '3.3.4' + embree : '3.12.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' + 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.15-1' + metis : '5.1.0' + msvc : '2017' + netgen : '5.3.1_with_CAS_7.2' + # comment out line above and uncomment the line below to use Netgen 6. + #netgen : '6.2.2101' + nlopt : '2.5.0' + numpy : '1.16.4' + omniORB : '4.2.3' + omniORBpy : '4.2.3' + openblas : '0.3.23' + opencv : '3.2.0' + openVKL: '0.11.0' + openturns: '1.21' + ospray : '2.4.0' + packaging : '19.0' + pandas : '0.25.2' + patsy : '0.5.2' + ParaView : {tag:'5.11.0', base: 'no', section: 'version_5_11_0'} + PERSALYS: 'v14.1' + perl : '5.28.1.1' + Pillow : '7.1.1' + planegcs : '0.18-3cb6890' + psutil : '5.7.2' + pthreads : '2.9.1' + PyFMI : '2.6' + Pygments : '2.4.2' + pyparsing : '2.4.0' + PyQt : '5.15.3' + 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' + statsmodels: '0.9.0' + swig : '4.0.2' + 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_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" + repo_dev : "yes" + pip : 'yes' + pip_install_dir : 'python' + single_install_dir : "yes" + } +} + +__overwrite__ : +[ + { + __condition__ : "APPLICATION.debug == 'yes'" + 'APPLICATION.rm_products' : ['matplotlib', 'openturns', 'scipy', 'Pillow', 'PERSALYS', 'OPENTURNS_SALOME', 'cminpack', 'openblas', 'FMILibrary', 'PyFMI', 'fftw', 'statsmodel'] + # TODO: cmake 3.24 screws things up by adding _d suffix to debug libraries to KERNEL + 'APPLICATION.products.cmake' : {tag: '3.12.1', base: 'no', section : 'version_3_12_1' } + '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' } + } +] diff --git a/applications/SALOME-9.12.0.pyconf b/applications/SALOME-9.12.0.pyconf new file mode 100644 index 0000000..7cc214f --- /dev/null +++ b/applications/SALOME-9.12.0.pyconf @@ -0,0 +1,254 @@ +#!/usr/bin/env python +#-*- coding:utf-8 -*- + +APPLICATION : +{ + name : 'SALOME-9.12.0' + workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name + '-' + $VARS.dist + tag : 'V9_12_0b1' + 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.7.0' + boost : '1.71.0' + CAS : {tag : 'V7_5_3p5', section: 'version_CR753_SALOME_PATCH', base: 'no'} + catalyst: '2.0' + C3PO: 'v2.0' + certifi : '2018.8.24' + cgns : '4.2.0' + chardet : '3.0.4' + click : '6.7' + cmake : '3.25.2' + 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' + gdal : '2.4.0' + gmsh : '4.10.3' + 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.3.4' + medfile : '4.1.1' + mesa : '19.0.8' + MeshGems : '2.15-1' + mpi4py: '3.0.3' + metis : '5.1.0' + netgen : '5.3.1_with_CAS_7.2' + # comment out line above and uncomment the line below to use Netgen 6. + #netgen : '6.2.2101' + netcdf : '4.6.2' + nlopt : '2.5.0' + nose: '1.3.7' + numpy : '1.16.4' + numpydoc : '0.9.0' + omniORB : '4.2.5' + omniORBpy : '4.2.5' + opencv : '3.2.0' + openmpi : '4.0.3' + openturns: '1.21' + openVKL: '0.11.0' + ospray : '2.4.0' + packaging : '17.1' + packagespy : '74152cd' + pandas : '0.25.2' + patsy : '0.5.2' + ParaView : {tag:'5.11.0', base: 'no', section: 'version_5_11_0_MPI', hpc: 'yes'} + PERSALYS: 'v14.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.7.2' + PyFMI : {tag: '2.6', base: 'no', section: 'version_2_6_no_pip'} + Pygments : '2.0.2' + pyparsing : '2.0.3' + PyQt : '5.15.3' + 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 : {tag: '6.1.2', section: 'version_6_1_2_MPI', hpc: 'yes', base: 'no'} + 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' + statsmodels: '0.8.0' + swig : '4.0.2' + tbb : '2019_U8' + tcl : '8.6.0' + tk : '8.6.0' + toml: '0.10.2' + TTK : 'f8dafde2d7' + urllib3 : '1.23' + zeromq: '4.3.1' + URANIE : '4.7.0' + + # SALOME MODULES : + 'CONFIGURATION' + 'SALOME' + 'SHAPER' + 'SHAPERSTUDY' + 'RESTRICTED' + 'LIBBATCH' : 'V2_5_0' + 'KERNEL' + 'MEDCOUPLING' : {tag:'V9_12_0b1', base: 'no', section: 'default_MPI', hpc: 'yes'} + 'GUI' + 'GEOM' + 'SMESH' + 'NETGENPLUGIN' + 'BLSURFPLUGIN' + 'GHS3DPLUGIN' + 'HYBRIDPLUGIN' + 'HexoticPLUGIN' + 'GMSHPLUGIN' + 'HEXABLOCK' + 'HEXABLOCKPLUGIN' + 'HOMARD' + 'FIELDS' + 'PARAVIS' : {tag:'V9_12_0b1', 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_12_0b1', base: 'no', section: 'default_MPI', hpc: 'yes'} + 'SOLVERLABGUI' + 'TopIIVolMesh' + #'TESTBASE' + 'CEATESTBASE' : 'SalomeV9' + } + profile : + { + launcher_name : "salome" + } + 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 ['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.21', base: 'no', section: 'version_1_21_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.ParaView' : {tag: '5.11.0', base: 'no', section: 'version_5_11_0_MPI_CO8', hpc: 'yes'} + 'APPLICATION.products.openturns' : {tag: '1.21', base: 'no', section: 'version_1_21_CO8' } + } + { + __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.21', base: 'no', section: 'version_1_21_DB09' } + 'MEDCOUPLING' : {tag:'V9_12_0b1', base: 'no', section: 'default_MPI', 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 + } +] diff --git a/products/YACS.pyconf b/products/YACS.pyconf index b91bc9c..87fdc7c 100644 --- a/products/YACS.pyconf +++ b/products/YACS.pyconf @@ -47,14 +47,19 @@ default : patches : [] } +default_win : +{ + patches : [] +} + 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" } -default_win : +version_V9_12_0_CO9 : { - patches : [] + 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_9_2_0_to_9_8_0 : -- 2.39.2