]> SALOME platform Git repositories - tools/sat_salome.git/commitdiff
Salome HOME
MEDCOUPLING V9_8_0rc1
authorNabil Ghodbane <nabil.ghodbane@cea.fr>
Thu, 2 Dec 2021 10:15:37 +0000 (11:15 +0100)
committerNabil Ghodbane <nabil.ghodbane@cea.fr>
Thu, 2 Dec 2021 10:15:37 +0000 (11:15 +0100)
applications/MEDCOUPLING-9.8.0-MPI.pyconf
applications/MEDCOUPLING-9.8.0-int32.pyconf
applications/MEDCOUPLING-9.8.0-native.pyconf [new file with mode: 0644]
applications/MEDCOUPLING-9.8.0-windows.pyconf
applications/MEDCOUPLING-9.8.0.pyconf

index 5c1caac62a050cfaf65b74422ef7700aee6e584b..ad30d05c48edec635cb7abe9963999c43f5dd393 100644 (file)
@@ -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 : 
     {
index 3f84481a25ed6ecec47a5c14e93da477450492a3..8b63eba2f653609a8cb2216271a1d5d985e9b795 100644 (file)
@@ -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 (file)
index 0000000..11e3712
--- /dev/null
@@ -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'
+   }
+]
index e0bc93e7ee07ea233c3f0012407ab3f16689b13b..8cf3c4d7d0f17a21c543c237fdec71db141f2194 100644 (file)
@@ -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 :
     {
index 83239876efa0335c8748c879b77f31883f9ee681..dbe5c8a265e64194fb8bc960413c39b56af629ca 100644 (file)
@@ -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'