From 202153fc85656add055d53493854e5de9826ee49 Mon Sep 17 00:00:00 2001 From: Nabil Ghodbane Date: Tue, 10 May 2022 13:28:06 +0200 Subject: [PATCH] =?utf8?q?spns=20#29393=20Builder=20son=20propre=20medcoup?= =?utf8?q?ling=20minimal=20=C3=A0=20partir=20du=20d=C3=A9pot=20Salom=C3=A9?= =?utf8?q?=20:=209.9.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .../MEDCOUPLING-micro-9.9.0-MPI.pyconf | 47 +++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 applications/MEDCOUPLING-micro-9.9.0-MPI.pyconf 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' + } +] -- 2.39.2