2 #------------------------------------------------------------------------------
4 # \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
6 # \\ / A nd | Copyright held by original author
8 #------------------------------------------------------------------------------
10 # This file is part of OpenFOAM.
12 # OpenFOAM is free software: you can redistribute it and/or modify it
13 # under the terms of the GNU General Public License as published by
14 # the Free Software Foundation, either version 3 of the License, or
15 # (at your option) any later version.
17 # OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
18 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
19 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
22 # You should have received a copy of the GNU General Public License
23 # along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
29 # Build script for ThirdParty packages: Stage3
31 # The OpenFOAM viewers
34 # 1: Your OpenFOAM environment must be properly initialized
35 # 2: AllMake.stage1 if you are overriding your system compiler
36 # 3: AllMake.stage2 if you are overriding your system comm. libraries
39 # Martin Beaudoin, Hydro-Quebec, (2010)
41 #------------------------------------------------------------------------------
42 # run from third-party directory only
45 wmakeCheckPwd
"$WM_THIRD_PARTY_DIR" ||
{
46 echo "Error: Current directory is not \$WM_THIRD_PARTY_DIR"
47 echo " The environment variables are inconsistent with the installation."
48 echo " Check the OpenFOAM entries in your dot-files and source them."
51 . tools
/makeThirdPartyFunctionsForRPM
52 #------------------------------------------------------------------------------
54 echo ========================================
55 echo Starting ThirdParty AllMake
: Stage4
56 echo ========================================
59 # qt-everywhere-opensource-src-4.7.0
60 #( rpm_make qt-everywhere-opensource-src-4.7.0 http://get.qt.nokia.com/qt/source/qt-everywhere-opensource-src-4.7.0.tar.gz )
63 if [ -d "$QT_DIR" -a -r "$QT_DIR"/bin
/qmake
]
65 ( rpm_make ParaView-3.8
.1 http
://www.paraview.org
/files
/v3.8
/ParaView-3.8
.1.
tar.gz \
66 -D '_qmakePath $QT_DIR/bin/qmake'
69 echo "WARNING: Skipping the installation of ParaView-3.8.1."
70 echo "WARNING: Please initialize the QT_DIR environment variable to your QT installation directory."
71 echo "WARNING: The command $QT_DIR/bin/qmake needs to be valid"
75 echo ========================================
76 echo Done ThirdParty AllMake
: Stage4
77 echo ========================================
80 # ----------------------------------------------------------------- end-of-file