From c06f1277039a533dcf1dc900c268fe9ea0d37722 Mon Sep 17 00:00:00 2001 From: Henry <Henry> Date: Mon, 18 May 2015 22:34:39 +0100 Subject: [PATCH] Upgraded scotch to 6.0.3 (6.0.4 failed to compile) --- etc/config/scotch.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/config/scotch.sh b/etc/config/scotch.sh index d9681e0fa53..e40e1c7bdfa 100644 --- a/etc/config/scotch.sh +++ b/etc/config/scotch.sh @@ -2,7 +2,7 @@ # ========= | # \\ / F ield | OpenFOAM: The Open Source CFD Toolbox # \\ / O peration | -# \\ / A nd | Copyright (C) 2011-2014 OpenFOAM Foundation +# \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation # \\/ M anipulation | #------------------------------------------------------------------------------ # License @@ -33,7 +33,7 @@ # during the wmake process #------------------------------------------------------------------------------ -export SCOTCH_VERSION=scotch_6.0.0 +export SCOTCH_VERSION=scotch_6.0.3 export SCOTCH_ARCH_PATH=$WM_THIRD_PARTY_DIR/platforms/$WM_ARCH$WM_COMPILER$WM_LABEL_OPTION/$SCOTCH_VERSION # ----------------------------------------------------------------------------- -- GitLab