From: SALOME support Date: Thu, 9 Sep 2021 08:11:17 +0000 (+0200) Subject: removed unwanted modification X-Git-Tag: V9_8_0~99^2~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=33441aaf0610214cd2529379a9591f376eaff802;p=tools%2Fsat_salome.git removed unwanted modification --- diff --git a/products/CONFIGURATION.pyconf b/products/CONFIGURATION.pyconf index d64b98d..0f7455a 100755 --- a/products/CONFIGURATION.pyconf +++ b/products/CONFIGURATION.pyconf @@ -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 : [] } diff --git a/products/cmake.pyconf b/products/cmake.pyconf index 6161d09..1ceef65 100644 --- a/products/cmake.pyconf +++ b/products/cmake.pyconf @@ -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 +} diff --git a/products/petsc.pyconf b/products/petsc.pyconf index cd9a1f3..b28fb95 100644 --- a/products/petsc.pyconf +++ b/products/petsc.pyconf @@ -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 : [] }