Salome HOME
SOLVERLAB for native build should support MPI
[tools/sat_salome.git] / applications / MEDCOUPLING-9.7.0-native.pyconf
index 45d9240e14613542876cd67bf70d350989e5851b..02490d0275e3a0a45c6e43eabbf74c93d5dbab61 100644 (file)
@@ -5,7 +5,7 @@ APPLICATION :
 {
     name : 'MEDCOUPLING-9.7.0-native'
     workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name + '-' + $VARS.dist
-    tag : 'V9_7_BR'
+    tag : 'V9_7_0'
     base : 'no'
     debug : 'no'
     python3 : 'yes'
@@ -84,4 +84,11 @@ APPLICATION :
 }
 __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'
+   }
 ]