Salome HOME
spns #38555: add h5py SAT configuration file
[tools/sat_salome.git] / applications / MEDCOUPLING-micro-master-MPI.pyconf
1 #!/usr/bin/env python
2 #-*- coding:utf-8 -*-
3
4 APPLICATION :
5 {
6     name : 'medcoupling-micro-master-mpi'
7     workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name + '-' + $VARS.dist
8     tag : 'master'
9     base : 'no'
10     debug : 'no'
11     environ :
12     {
13         build :
14         {
15             CONFIGURATION_ROOT_DIR : $workdir + $VARS.sep + "SOURCES" + $VARS.sep + "CONFIGURATION"
16         }
17     }
18     products :
19     {
20         cmake   : 'native'
21         Python  : 'native'
22         medfile : {tag: '4.1.1' , hpc: 'yes'}
23         hdf5    : {tag: '1.10.3', hpc: 'yes'}
24         openmpi : '4.0.7'
25         CONFIGURATION
26         MEDCOUPLING : {tag:'master', base: 'no', section: 'version_micro', hpc: 'yes'}
27     }
28     test_base : 
29     {
30     }
31     properties :
32     {
33         repo_dev : "yes"
34         pip : 'yes'
35         pip_install_dir : 'python'
36         single_install_dir : "no"
37     }
38 }
39 __overwrite__ :
40 [
41     {
42         __condition__ : "VARS.dist in ['CO7']"
43         'APPLICATION.products.cmake': '3.12.1'
44         'APPLICATION.products.Python': '3.6.5'
45     }
46 ]