]> SALOME platform Git repositories - tools/sat_salome.git/commitdiff
Salome HOME
removed unwanted modification
authorSALOME support <support-salome@cea.fr>
Thu, 9 Sep 2021 08:11:17 +0000 (10:11 +0200)
committerSALOME support <support-salome@cea.fr>
Thu, 9 Sep 2021 08:11:17 +0000 (10:11 +0200)
products/CONFIGURATION.pyconf
products/cmake.pyconf
products/petsc.pyconf

index d64b98df43fbb314ed612fbe8d3fc709fa5c4fb4..0f7455aa4084dcac1efcdae6df1d3460a12c273b 100755 (executable)
@@ -19,5 +19,6 @@ default :
         configure_dependency : "yes"  # the source of this module is required for the configuration of salome
         is_SALOME_module : "yes"
     }
-    patches : ["configuration-avoid-cmakeWarningOnFindGmsh.patch"]
+    
+    patches : []
 }
index 6161d094d59d425d5b76c3299f9cc12bc53053b4..1ceef650b96ebf4360cc9c30cc98e10a76a833a6 100644 (file)
@@ -29,10 +29,10 @@ default :
 
 version_3_12_1:
 {
-  patches : ['cmake-3.12.1.patch', 'cmake-3.12.1-checkUnusedVariables.patch'] # spns #19085
+  patches : ['cmake-3.12.1.patch']
 }
 
 version_3_12_1_win:
 {
   patches : []
-}
\ No newline at end of file
+}
index cd9a1f3cea8eea03da45c98a17d9132b74f4ae00..b28fb95ffa0ae06d723b92c05e570bd02b4c2a87 100644 (file)
@@ -13,7 +13,7 @@ default :
     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
     install_dir : 'base'
-    patches : ["petsc-3.15-cmakeUnusedOptions.patch"]
+    patches : []
 }
 
 version_3_15_0 :
@@ -31,5 +31,5 @@ version_3_15_0 :
     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
     install_dir : 'base'
-    patches : ["petsc-3.15-cmakeUnusedOptions.patch"]
+    patches : []
 }