From 24e97c6b9196ff8a2f8f2c8417735ca2e6eca802 Mon Sep 17 00:00:00 2001
From: Mark Olesen <Mark.Olesen@esi-group.com>
Date: Fri, 9 Dec 2022 17:30:52 +0100
Subject: [PATCH] CONFIG: update versions

- paraview (5.11.0), petsc (3.18.2), adios (2.8.3), scotch (7.0.1)
---
 etc/config.csh/paraview | 2 +-
 etc/config.sh/adios2    | 2 +-
 etc/config.sh/paraview  | 2 +-
 etc/config.sh/petsc     | 2 +-
 etc/config.sh/scotch    | 4 ++--
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/etc/config.csh/paraview b/etc/config.csh/paraview
index 94a2b83cc88..253a549fa7e 100644
--- a/etc/config.csh/paraview
+++ b/etc/config.csh/paraview
@@ -52,7 +52,7 @@
 #------------------------------------------------------------------------------
 # USER EDITABLE PART: Changes made here may be lost with the next upgrade
 
-set ParaView_VERSION=5.10.1
+set ParaView_VERSION=5.11.0
 set ParaView_QT=qt-system
 
 # END OF (NORMAL) USER EDITABLE PART
diff --git a/etc/config.sh/adios2 b/etc/config.sh/adios2
index 7be5374b0c9..4fe9d6183dd 100644
--- a/etc/config.sh/adios2
+++ b/etc/config.sh/adios2
@@ -21,7 +21,7 @@
 #------------------------------------------------------------------------------
 # USER EDITABLE PART: Changes made here may be lost with the next upgrade
 
-adios2_version=ADIOS2-2.7.1
+adios2_version=ADIOS2-2.8.3
 export ADIOS2_ARCH_PATH="$WM_THIRD_PARTY_DIR/platforms/$WM_ARCH$WM_COMPILER/$adios2_version"
 
 # END OF (NORMAL) USER EDITABLE PART
diff --git a/etc/config.sh/paraview b/etc/config.sh/paraview
index 8a933e4dc98..789e920d607 100644
--- a/etc/config.sh/paraview
+++ b/etc/config.sh/paraview
@@ -57,7 +57,7 @@
 #------------------------------------------------------------------------------
 # USER EDITABLE PART: Changes made here may be lost with the next upgrade
 
-ParaView_VERSION=5.10.1
+ParaView_VERSION=5.11.0
 ParaView_QT=qt-system
 
 # END OF (NORMAL) USER EDITABLE PART
diff --git a/etc/config.sh/petsc b/etc/config.sh/petsc
index 265222d262f..1dad20841ff 100644
--- a/etc/config.sh/petsc
+++ b/etc/config.sh/petsc
@@ -27,7 +27,7 @@
 #------------------------------------------------------------------------------
 # USER EDITABLE PART: Changes made here may be lost with the next upgrade
 
-petsc_version=petsc-3.17.2
+petsc_version=petsc-3.18.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
diff --git a/etc/config.sh/scotch b/etc/config.sh/scotch
index 78a56d9d920..60e24597f30 100644
--- a/etc/config.sh/scotch
+++ b/etc/config.sh/scotch
@@ -6,7 +6,7 @@
 #    \\/     M anipulation  |
 #------------------------------------------------------------------------------
 #     Copyright (C) 2011-2016 OpenFOAM Foundation
-#     Copyright (C) 2017-2021 OpenCFD Ltd.
+#     Copyright (C) 2017-2022 OpenCFD Ltd.
 #------------------------------------------------------------------------------
 # License
 #     This file is part of OpenFOAM, distributed under GPL-3.0-or-later.
@@ -33,7 +33,7 @@
 #------------------------------------------------------------------------------
 # USER EDITABLE PART: Changes made here may be lost with the next upgrade
 
-SCOTCH_VERSION=scotch_6.1.0
+SCOTCH_VERSION=scotch-v7.0.1
 export SCOTCH_ARCH_PATH=$WM_THIRD_PARTY_DIR/platforms/$WM_ARCH$WM_COMPILER$WM_PRECISION_OPTION$WM_LABEL_OPTION/$SCOTCH_VERSION
 
 # END OF (NORMAL) USER EDITABLE PART
-- 
GitLab