]> SALOME platform Git repositories - tools/sat_salome.git/commitdiff
Salome HOME
spns #29393 Builder son propre medcoupling minimal à partir du dépot Salomé : 9.9.0
authorNabil Ghodbane <nabil.ghodbane@cea.fr>
Tue, 10 May 2022 11:28:06 +0000 (13:28 +0200)
committerNabil Ghodbane <nabil.ghodbane@cea.fr>
Tue, 10 May 2022 11:28:06 +0000 (13:28 +0200)
applications/MEDCOUPLING-micro-9.9.0-MPI.pyconf [new file with mode: 0644]

diff --git a/applications/MEDCOUPLING-micro-9.9.0-MPI.pyconf b/applications/MEDCOUPLING-micro-9.9.0-MPI.pyconf
new file mode 100644 (file)
index 0000000..8b0740c
--- /dev/null
@@ -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'
+    }
+]