From f6d75c38e2a19575d16a205cba21f0cf86a42a53 Mon Sep 17 00:00:00 2001 From: Nabil Ghodbane Date: Thu, 2 Dec 2021 11:15:37 +0100 Subject: [PATCH] MEDCOUPLING V9_8_0rc1 --- applications/MEDCOUPLING-9.8.0-MPI.pyconf | 4 +- applications/MEDCOUPLING-9.8.0-int32.pyconf | 2 +- applications/MEDCOUPLING-9.8.0-native.pyconf | 94 +++++++++++++++++++ applications/MEDCOUPLING-9.8.0-windows.pyconf | 6 +- applications/MEDCOUPLING-9.8.0.pyconf | 2 +- 5 files changed, 101 insertions(+), 7 deletions(-) create mode 100644 applications/MEDCOUPLING-9.8.0-native.pyconf diff --git a/applications/MEDCOUPLING-9.8.0-MPI.pyconf b/applications/MEDCOUPLING-9.8.0-MPI.pyconf index 5c1caac..ad30d05 100644 --- a/applications/MEDCOUPLING-9.8.0-MPI.pyconf +++ b/applications/MEDCOUPLING-9.8.0-MPI.pyconf @@ -5,7 +5,7 @@ APPLICATION : { name : 'MEDCOUPLING-9.8.0-MPI' workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name + '-' + $VARS.dist - tag : 'V9_8_BR' + tag : 'V9_8_0rc1' base : 'no' debug : 'no' python3 : 'yes' @@ -69,7 +69,7 @@ APPLICATION : # SALOME MODULES : 'CONFIGURATION' - 'MEDCOUPLING' : {tag : 'master', section: 'default_MPI'} + 'MEDCOUPLING' : {tag : 'V9_8_0rc1', section: 'default_MPI'} } test_base : { diff --git a/applications/MEDCOUPLING-9.8.0-int32.pyconf b/applications/MEDCOUPLING-9.8.0-int32.pyconf index 3f84481..8b63eba 100644 --- a/applications/MEDCOUPLING-9.8.0-int32.pyconf +++ b/applications/MEDCOUPLING-9.8.0-int32.pyconf @@ -5,7 +5,7 @@ APPLICATION : { name : 'MEDCOUPLING-9.8.0-int32' workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name + '-' + $VARS.dist - tag : 'V9_8_BR' + tag : 'V9_8_0rc1' base : 'no' debug : 'no' python3 : 'yes' diff --git a/applications/MEDCOUPLING-9.8.0-native.pyconf b/applications/MEDCOUPLING-9.8.0-native.pyconf new file mode 100644 index 0000000..11e3712 --- /dev/null +++ b/applications/MEDCOUPLING-9.8.0-native.pyconf @@ -0,0 +1,94 @@ +#!/usr/bin/env python +#-*- coding:utf-8 -*- + +APPLICATION : +{ + name : 'MEDCOUPLING-9.8.0-native' + workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name + '-' + $VARS.dist + tag : 'V9_8_0rc1' + 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 : 'native' + 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 : {section: 'default_Autotools', tag: '4.1.1rc1'} + metis : 'native' + numpy : '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' + } + test_base : + { + name : "SALOME" + tag : "SalomeV9" + } + properties : + { + repo_dev : "yes" + pip : 'yes' + pip_install_dir : 'python' + single_install_dir : "no" + } +} +__overwrite__ : +[ + { + # sphinxintl is missing on this node + __condition__ : "VARS.dist in ['CO8']" + 'APPLICATION.products.sphinxintl' : '0.9.10' + 'PRODUCTS.sphinxintl.default.properties.pip' : "no" + 'APPLICATION.products.cmake' : '3.12.1' + } +] diff --git a/applications/MEDCOUPLING-9.8.0-windows.pyconf b/applications/MEDCOUPLING-9.8.0-windows.pyconf index e0bc93e..8cf3c4d 100644 --- a/applications/MEDCOUPLING-9.8.0-windows.pyconf +++ b/applications/MEDCOUPLING-9.8.0-windows.pyconf @@ -6,7 +6,7 @@ APPLICATION : name : 'MEDCOUPLING-9.8.0' workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name cmake_generator : 'Visual Studio 15 2017 Win64' - tag : 'V9_8_BR' + tag : 'V9_8_0rc1' debug : 'no' base : 'no' python3 : 'yes' @@ -81,8 +81,8 @@ APPLICATION : zlib : '1.2.5' # SALOME MODULES : - 'CONFIGURATION': {dev: 'yes'} - 'MEDCOUPLING': {dev: 'yes'} + 'CONFIGURATION' + 'MEDCOUPLING' } test_base : { diff --git a/applications/MEDCOUPLING-9.8.0.pyconf b/applications/MEDCOUPLING-9.8.0.pyconf index 8323987..dbe5c8a 100644 --- a/applications/MEDCOUPLING-9.8.0.pyconf +++ b/applications/MEDCOUPLING-9.8.0.pyconf @@ -5,7 +5,7 @@ APPLICATION : { name : 'MEDCOUPLING-9.8.0' workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name + '-' + $VARS.dist - tag : '9.8.0' + tag : 'V9_8_0rc1' base : 'no' debug : 'no' python3 : 'yes' -- 2.39.2