From c6eab6aebae8e5fdb054f8f2c2448fc440795cf1 Mon Sep 17 00:00:00 2001 From: Mark Olesen Date: Thu, 9 Jun 2022 17:37:43 +0200 Subject: [PATCH] CONFIG: update paraview version to 5.10.1 (minor/bugfix release) --- etc/config.csh/paraview | 4 ++-- etc/config.csh/petsc | 4 ++-- etc/config.sh/paraview | 4 ++-- etc/config.sh/petsc | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/etc/config.csh/paraview b/etc/config.csh/paraview index c1c82076e8..f9f801d186 100644 --- a/etc/config.csh/paraview +++ b/etc/config.csh/paraview @@ -6,7 +6,7 @@ # \\/ M anipulation | #------------------------------------------------------------------------------ # Copyright (C) 2011-2016 OpenFOAM Foundation -# Copyright (C) 2016-2021 OpenCFD Ltd. +# Copyright (C) 2016-2022 OpenCFD Ltd. #------------------------------------------------------------------------------ # License # This file is part of OpenFOAM, distributed under GPL-3.0-or-later. @@ -52,7 +52,7 @@ #------------------------------------------------------------------------------ # USER EDITABLE PART: Changes made here may be lost with the next upgrade -set ParaView_VERSION=5.10.0 +set ParaView_VERSION=5.10.1 set ParaView_QT=qt-system # END OF (NORMAL) USER EDITABLE PART diff --git a/etc/config.csh/petsc b/etc/config.csh/petsc index fcc4e7f3d3..2806e0512d 100644 --- a/etc/config.csh/petsc +++ b/etc/config.csh/petsc @@ -5,7 +5,7 @@ # \\ / A nd | www.openfoam.com # \\/ M anipulation | #------------------------------------------------------------------------------ -# Copyright (C) 2018-2021 OpenCFD Ltd. +# Copyright (C) 2018-2022 OpenCFD Ltd. #------------------------------------------------------------------------------ # License # This file is part of OpenFOAM, distributed under GPL-3.0-or-later. @@ -30,7 +30,7 @@ #------------------------------------------------------------------------------ # USER EDITABLE PART: Changes made here may be lost with the next upgrade -set petsc_version=petsc-3.16.2 +set petsc_version=petsc-3.17.2 setenv PETSC_ARCH_PATH "$WM_THIRD_PARTY_DIR/platforms/$WM_ARCH$WM_COMPILER$WM_PRECISION_OPTION$WM_LABEL_OPTION/$petsc_version" # END OF (NORMAL) USER EDITABLE PART diff --git a/etc/config.sh/paraview b/etc/config.sh/paraview index c662be776c..cf9e43812b 100644 --- a/etc/config.sh/paraview +++ b/etc/config.sh/paraview @@ -6,7 +6,7 @@ # \\/ M anipulation | #------------------------------------------------------------------------------ # Copyright (C) 2011-2016 OpenFOAM Foundation -# Copyright (C) 2016-2021 OpenCFD Ltd. +# Copyright (C) 2016-2022 OpenCFD Ltd. #------------------------------------------------------------------------------ # License # This file is part of OpenFOAM, distributed under GPL-3.0-or-later. @@ -57,7 +57,7 @@ #------------------------------------------------------------------------------ # USER EDITABLE PART: Changes made here may be lost with the next upgrade -ParaView_VERSION=5.10.0 +ParaView_VERSION=5.10.1 ParaView_QT=qt-system # END OF (NORMAL) USER EDITABLE PART diff --git a/etc/config.sh/petsc b/etc/config.sh/petsc index e037dd6bfa..265222d262 100644 --- a/etc/config.sh/petsc +++ b/etc/config.sh/petsc @@ -5,7 +5,7 @@ # \\ / A nd | www.openfoam.com # \\/ M anipulation | #------------------------------------------------------------------------------ -# Copyright (C) 2018-2021 OpenCFD Ltd. +# Copyright (C) 2018-2022 OpenCFD Ltd. #------------------------------------------------------------------------------ # License # This file is part of OpenFOAM, distributed under GPL-3.0-or-later. @@ -27,7 +27,7 @@ #------------------------------------------------------------------------------ # USER EDITABLE PART: Changes made here may be lost with the next upgrade -petsc_version=petsc-3.16.2 +petsc_version=petsc-3.17.2 export PETSC_ARCH_PATH="$WM_THIRD_PARTY_DIR/platforms/$WM_ARCH$WM_COMPILER$WM_PRECISION_OPTION$WM_LABEL_OPTION/$petsc_version" # END OF (NORMAL) USER EDITABLE PART