makeParaView: added download of ParaView sources

This commit is contained in:
Chris Greenshields
2017-07-24 14:02:20 +01:00
parent fe76377905
commit dbf61d693c
2 changed files with 34 additions and 3 deletions

View File

@ -3,7 +3,7 @@
# ========= |
# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
# \\ / O peration |
# \\ / A nd | Copyright (C) 2011-2016 OpenFOAM Foundation
# \\ / A nd | Copyright (C) 2011-2017 OpenFOAM Foundation
# \\/ M anipulation |
#------------------------------------------------------------------------------
# License
@ -282,7 +282,6 @@ do
esac
done
if [ "$runDEFAULT" = true ]
then
: ${runCONFIG:=true}
@ -290,6 +289,10 @@ then
: ${runINSTALL:=true}
fi
# Download ParaView sources
#~~~~~~~~~~~~~~~~~~~~~~~~~~
downloadParaView || usage "ParaView download failed. Re-run to retry download"
# Set configure options
#~~~~~~~~~~~~~~~~~~~~~~