diff --git a/etc/config.csh/CGAL b/etc/config.csh/CGAL index 89cf24b7ec..e67ecc5483 100644 --- a/etc/config.csh/CGAL +++ b/etc/config.csh/CGAL @@ -6,7 +6,7 @@ # \\/ M anipulation | #------------------------------------------------------------------------------ # Copyright (C) 2014-2016 OpenFOAM Foundation -# Copyright (C) 2016-2020 OpenCFD Ltd. +# Copyright (C) 2016-2021 OpenCFD Ltd. #------------------------------------------------------------------------------ # License # This file is part of OpenFOAM, distributed under GPL-3.0-or-later. @@ -42,8 +42,8 @@ #------------------------------------------------------------------------------ # USER EDITABLE PART: Changes made here may be lost with the next upgrade -set boost_version=boost_1_66_0 -set cgal_version=CGAL-4.12.2 +set boost_version=boost_1_74_0 +set cgal_version=CGAL-4.14.3 setenv BOOST_ARCH_PATH "$WM_THIRD_PARTY_DIR/platforms/$WM_ARCH$WM_COMPILER/$boost_version" setenv CGAL_ARCH_PATH "$WM_THIRD_PARTY_DIR/platforms/$WM_ARCH$WM_COMPILER/$cgal_version" diff --git a/etc/config.csh/FFTW b/etc/config.csh/FFTW index 50d617511a..088a0829d8 100644 --- a/etc/config.csh/FFTW +++ b/etc/config.csh/FFTW @@ -5,7 +5,7 @@ # \\ / A nd | www.openfoam.com # \\/ M anipulation | #------------------------------------------------------------------------------ -# Copyright (C) 2016-2018 OpenCFD Ltd. +# Copyright (C) 2016-2021 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 -set fftw_version=fftw-3.3.7 +set fftw_version=fftw-3.3.10 setenv FFTW_ARCH_PATH $WM_THIRD_PARTY_DIR/platforms/$WM_ARCH$WM_COMPILER/$fftw_version # END OF (NORMAL) USER EDITABLE PART diff --git a/etc/config.csh/hypre b/etc/config.csh/hypre index c3724f9180..56c45ad1eb 100644 --- a/etc/config.csh/hypre +++ b/etc/config.csh/hypre @@ -5,7 +5,7 @@ # \\ / A nd | www.openfoam.com # \\/ M anipulation | #------------------------------------------------------------------------------ -# Copyright (C) 2018-2020 OpenCFD Ltd. +# Copyright (C) 2018-2021 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 hypre_version=hypre-2.19.0 +set hypre_version=hypre-2.23.0 setenv HYPRE_ARCH_PATH "$WM_THIRD_PARTY_DIR/platforms/$WM_ARCH$WM_COMPILER$WM_PRECISION_OPTION$WM_LABEL_OPTION/$hypre_version" # END OF (NORMAL) USER EDITABLE PART diff --git a/etc/config.csh/mpi b/etc/config.csh/mpi index 57d3fdb0bb..3d44bf0de4 100644 --- a/etc/config.csh/mpi +++ b/etc/config.csh/mpi @@ -154,7 +154,7 @@ case openmpi: case openmpi-[1-9]*: case OPENMPI: case OPENMPI-[1-9]*: - setenv FOAM_MPI openmpi-4.0.3 + setenv FOAM_MPI openmpi-4.1.2 ## Add version embedded in the naming set _foamMpiVersion=`echo "$WM_MPLIB" | sed -e 's#[^-]*-##'` diff --git a/etc/config.csh/paraview b/etc/config.csh/paraview index 014d5b4638..c1c82076e8 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.9.1 +set ParaView_VERSION=5.10.0 set ParaView_QT=qt-system # END OF (NORMAL) USER EDITABLE PART diff --git a/etc/config.csh/petsc b/etc/config.csh/petsc index dbc1625d8c..fcc4e7f3d3 100644 --- a/etc/config.csh/petsc +++ b/etc/config.csh/petsc @@ -30,7 +30,7 @@ #------------------------------------------------------------------------------ # USER EDITABLE PART: Changes made here may be lost with the next upgrade -set petsc_version=petsc-3.15.0 +set petsc_version=petsc-3.16.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/CGAL b/etc/config.sh/CGAL index 98a8693b71..68f679de00 100644 --- a/etc/config.sh/CGAL +++ b/etc/config.sh/CGAL @@ -6,7 +6,7 @@ # \\/ M anipulation | #------------------------------------------------------------------------------ # Copyright (C) 2014-2016 OpenFOAM Foundation -# Copyright (C) 2016-2020 OpenCFD Ltd. +# Copyright (C) 2016-2021 OpenCFD Ltd. #------------------------------------------------------------------------------ # License # This file is part of OpenFOAM, distributed under GPL-3.0-or-later. @@ -43,8 +43,8 @@ #------------------------------------------------------------------------------ # USER EDITABLE PART: Changes made here may be lost with the next upgrade -boost_version=boost_1_66_0 -cgal_version=CGAL-4.12.2 +boost_version=boost_1_74_0 +cgal_version=CGAL-4.14.3 export BOOST_ARCH_PATH="$WM_THIRD_PARTY_DIR/platforms/$WM_ARCH$WM_COMPILER/$boost_version" export CGAL_ARCH_PATH="$WM_THIRD_PARTY_DIR/platforms/$WM_ARCH$WM_COMPILER/$cgal_version" diff --git a/etc/config.sh/FFTW b/etc/config.sh/FFTW index ac39eeb010..6d26f9d970 100644 --- a/etc/config.sh/FFTW +++ b/etc/config.sh/FFTW @@ -5,7 +5,7 @@ # \\ / A nd | www.openfoam.com # \\/ M anipulation | #------------------------------------------------------------------------------ -# Copyright (C) 2016-2018 OpenCFD Ltd. +# Copyright (C) 2016-2021 OpenCFD Ltd. #------------------------------------------------------------------------------ # License # This file is part of OpenFOAM, distributed under GPL-3.0-or-later. @@ -34,7 +34,7 @@ #------------------------------------------------------------------------------ # USER EDITABLE PART: Changes made here may be lost with the next upgrade -fftw_version=fftw-3.3.7 +fftw_version=fftw-3.3.10 export FFTW_ARCH_PATH=$WM_THIRD_PARTY_DIR/platforms/$WM_ARCH$WM_COMPILER/$fftw_version # END OF (NORMAL) USER EDITABLE PART diff --git a/etc/config.sh/hypre b/etc/config.sh/hypre index e401b48247..6f2648f2a3 100644 --- a/etc/config.sh/hypre +++ b/etc/config.sh/hypre @@ -5,7 +5,7 @@ # \\ / A nd | www.openfoam.com # \\/ M anipulation | #------------------------------------------------------------------------------ -# Copyright (C) 2018-2020 OpenCFD Ltd. +# Copyright (C) 2018-2021 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 -hypre_version=hypre-2.19.0 +hypre_version=hypre-2.23.0 export HYPRE_ARCH_PATH="$WM_THIRD_PARTY_DIR/platforms/$WM_ARCH$WM_COMPILER$WM_PRECISION_OPTION$WM_LABEL_OPTION/$hypre_version" # END OF (NORMAL) USER EDITABLE PART diff --git a/etc/config.sh/kahip b/etc/config.sh/kahip index cada0abc78..135c4e2dd0 100644 --- a/etc/config.sh/kahip +++ b/etc/config.sh/kahip @@ -5,7 +5,7 @@ # \\ / A nd | www.openfoam.com # \\/ M anipulation | #------------------------------------------------------------------------------ -# Copyright (C) 2017-2019 OpenCFD Ltd. +# Copyright (C) 2017-2021 OpenCFD Ltd. #------------------------------------------------------------------------------ # License # This file is part of OpenFOAM, distributed under GPL-3.0-or-later. @@ -36,7 +36,7 @@ #------------------------------------------------------------------------------ # USER EDITABLE PART: Changes made here may be lost with the next upgrade -KAHIP_VERSION=kahip-2.12 +KAHIP_VERSION=kahip-3.14 export KAHIP_ARCH_PATH=$WM_THIRD_PARTY_DIR/platforms/$WM_ARCH$WM_COMPILER/$KAHIP_VERSION # END OF (NORMAL) USER EDITABLE PART diff --git a/etc/config.sh/mpi b/etc/config.sh/mpi index c8334250e5..178b308041 100644 --- a/etc/config.sh/mpi +++ b/etc/config.sh/mpi @@ -169,7 +169,7 @@ SYSTEMOPENMPI | SYSTEMOPENMPI[1-9] | SYSTEMOPENMPI-[1-9]*) # ---- openmpi | openmpi-[1-9]* |\ OPENMPI | OPENMPI-[1-9]* ) - export FOAM_MPI=openmpi-4.0.3 + export FOAM_MPI=openmpi-4.1.2 _foamMpiEmbedVersion openmpi OPENMPI _foamEtc -config prefs.openmpi ## Optional adjustments diff --git a/etc/config.sh/paraview b/etc/config.sh/paraview index 734acfdc33..c662be776c 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.9.1 +ParaView_VERSION=5.10.0 ParaView_QT=qt-system # END OF (NORMAL) USER EDITABLE PART diff --git a/etc/config.sh/petsc b/etc/config.sh/petsc index b7b08c264d..e037dd6bfa 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.15.0 +petsc_version=petsc-3.16.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