From: Nabil Ghodbane Date: Tue, 10 May 2022 11:28:06 +0000 (+0200) Subject: spns #29393 Builder son propre medcoupling minimal à partir du dépot Salomé : 9.9.0 X-Git-Tag: V9_9_0~47 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=202153fc85656add055d53493854e5de9826ee49;p=tools%2Fsat_salome.git spns #29393 Builder son propre medcoupling minimal à partir du dépot Salomé : 9.9.0 --- diff --git a/applications/MEDCOUPLING-micro-9.9.0-MPI.pyconf b/applications/MEDCOUPLING-micro-9.9.0-MPI.pyconf new file mode 100644 index 0000000..8b0740c --- /dev/null +++ b/applications/MEDCOUPLING-micro-9.9.0-MPI.pyconf @@ -0,0 +1,47 @@ +#!/usr/bin/env python +#-*- coding:utf-8 -*- + +APPLICATION : +{ + name : 'medcoupling-micro-9.9.0-mpi' + workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name + '-' + $VARS.dist + tag : 'V9_9_BR' + base : 'no' + debug : 'no' + environ : + { + build : + { + CONFIGURATION_ROOT_DIR : $workdir + $VARS.sep + "SOURCES" + $VARS.sep + "CONFIGURATION" + } + } + products : + { + cmake : 'native' + Python : 'native' + medfile : {tag: '4.1.1' , hpc: 'yes'} + hdf5 : {tag: '1.10.3', hpc: 'yes'} + openmpi : 'native' + CONFIGURATION + MEDCOUPLING : {tag:'V9_9_BR', base: 'no', section: 'version_micro', hpc: 'yes'} + } + test_base : + { + } + properties : + { + repo_dev : "yes" + pip : 'yes' + pip_install_dir : 'python' + single_install_dir : "no" + } +} +__overwrite__ : +[ + { + __condition__ : "VARS.dist in ['CO7']" + 'APPLICATION.products.cmake': '3.12.1' + 'APPLICATION.products.Python': '3.6.5' + 'APPLICATION.products.openmpi': '4.0.7' + } +]