Salome HOME
fix useless overwrite.
[tools/sat_salome.git] / applications / MEDCOUPLING-9.8.0-int32.pyconf
index 3f84481a25ed6ecec47a5c14e93da477450492a3..45c5eefae69b7e939da5495f46d17f41bb03244c 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_0'
     base : 'no'
     debug : 'no'
     python3 : 'yes'
@@ -77,8 +77,8 @@ APPLICATION :
 }
 __overwrite__ :
 [
-  {
-    __condition__ : "VARS.dist in ['FD32']"
-    'APPLICATION.products.scipy' : '1.5.2' # gcc https://github.com/scipy/scipy/issues/11611 - either patch numpy to include -fallow-argument-mismatch or move to that version
-  }
+    {
+        __condition__ : "VARS.dist in ['FD32']"
+        'APPLICATION.products.scipy' : '1.5.2' # gcc https://github.com/scipy/scipy/issues/11611 - either patch numpy to include -fallow-argument-mismatch or move to that version
+    }
 ]