scotch: Upgraded to latest version

Avoids problems compiling with MPI-3.0
See https://bugs.openfoam.org/view.php?id=3216
This commit is contained in:
Henry Weller
2019-04-08 10:52:49 +01:00
parent eb0ce5d792
commit 76a8284120

View File

@ -2,7 +2,7 @@
# ========= |
# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
# \\ / O peration | Website: https://openfoam.org
# \\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation
# \\ / A nd | Copyright (C) 2011-2019 OpenFOAM Foundation
# \\/ M anipulation |
#------------------------------------------------------------------------------
# License
@ -37,7 +37,7 @@
#
#------------------------------------------------------------------------------
export SCOTCH_VERSION=scotch_6.0.3
export SCOTCH_VERSION=scotch_6.0.6
export SCOTCH_ARCH_PATH=$WM_THIRD_PARTY_DIR/platforms/$WM_ARCH$WM_COMPILER$WM_PRECISION_OPTION$WM_LABEL_OPTION/$SCOTCH_VERSION
#------------------------------------------------------------------------------