Merge commit '8d83cebef638c75e56f746690399d78a572f079a'
[foam-extend-4.0.git] / ThirdParty / AllMake.stage3
blob7f2aaabaea1096037a361bc3669856170fceb903
1 #!/bin/bash
2 #------------------------------------------------------------------------------
3 # ========= |
4 # \\ / F ield | foam-extend: Open Source CFD
5 # \\ / O peration |
6 # \\ / A nd | For copyright notice see file Copyright
7 # \\/ M anipulation |
8 #------------------------------------------------------------------------------
9 # License
10 # This file is part of foam-extend.
12 # foam-extend is free software: you can redistribute it and/or modify it
13 # under the terms of the GNU General Public License as published by the
14 # Free Software Foundation, either version 3 of the License, or (at your
15 # option) any later version.
17 # foam-extend is distributed in the hope that it will be useful, but
18 # WITHOUT ANY WARRANTY; without even the implied warranty of
19 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20 # General Public License for more details.
22 # You should have received a copy of the GNU General Public License
23 # along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
25 # Script
26 # AllMake.stage3
28 # Description
29 # Build script for ThirdParty packages: Stage3
31 # The ThirdParty libraries
33 # Requirements:
34 # 1: Your foam-extend 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
38 # Author:
39 # Martin Beaudoin, Hydro-Quebec, (2015)
41 #------------------------------------------------------------------------------
42 # run from third-party directory only
43 cd ${0%/*} || exit 1
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 foam-extend entries in your dot-files and source them."
49 exit 1
51 . tools/makeThirdPartyFunctionsForRPM
52 #------------------------------------------------------------------------------
54 echo ========================================
55 echo Starting ThirdParty AllMake: Stage3
56 echo ========================================
57 echo
59 # Metis
60 if [ -z "$METIS_SYSTEM" ]
61 then
62 # metis 5.1.0
64 [ ! -z "$WM_THIRD_PARTY_USE_METIS_510" ] && {
65 echo "Building metis 5.1.0"
66 ( rpm_make -p metis-5.1.0 -s metis-5.1.0.spec -u http://downloads.sourceforge.net/project/foam-extend/ThirdParty/metis-5.1.0.tar.gz )
68 else
69 echo "Using system installed Metis"
70 echo ""
73 # ParMGridGen
74 if [ -z "$PARMGRIDGEN_SYSTEM" ]
75 then
76 # ParMGridGen 1.0
78 [ ! -z "$WM_THIRD_PARTY_USE_PARMGRIDGEN_10" ] && {
79 echo "Building ParMGridGen 1.0"
80 #( rpm_make -p ParMGridGen-1.0 -s ParMGridGen-1.0.spec -u http://www.mgnet.org/mgnet/Codes/parmgridgen/ParMGridGen-1.0.tar.gz )
81 ( rpm_make -p ParMGridGen-1.0 -s ParMGridGen-1.0.spec -u http://downloads.sourceforge.net/project/foam-extend/ThirdParty/ParMGridGen-1.0.tar.gz )
83 else
84 echo "Using system installed ParMGridGen"
85 echo ""
88 # Libccmio
89 if [ -z "$LIBCCMIO_SYSTEM" ]
90 then
91 # Libccmio 2.6.1
93 [ ! -z "$WM_THIRD_PARTY_USE_LIBCCMIO_261" ] && {
94 echo "Building Libccmio 2.6.1"
95 ( rpm_make -p libccmio-2.6.1 -s libccmio-2.6.1.spec -u http://portal.nersc.gov/project/visit/third_party/libccmio-2.6.1.tar.gz )
97 else
98 echo "Using system installed Libccmio"
99 echo ""
102 # Mesquite
103 if [ -z "$MESQUITE_SYSTEM" ]
104 then
105 # Mesquite 2.1.2
107 [ ! -z "$WM_THIRD_PARTY_USE_MESQUITE_212" ] && {
108 echo "Building Mesquite 2.1.2"
109 ( rpm_make -p mesquite-2.1.2 -s mesquite-2.1.2.spec -u http://downloads.sourceforge.net/project/foam-extend/ThirdParty/mesquite-2.1.2.tar.gz )
111 else
112 echo "Using system installed Mesquite"
113 echo ""
116 # The following three packages depends on the availability of OpenMPI
117 # The macro rpm_make() will make sure to update the ThirdParty environment variables before starting
118 # the compilation.
119 # Just make sure the OpenMPI environment variables are properly initialized, or that
120 # the AllMake.stage2 script completed correctly
122 # Scotch
123 if [ -z "$SCOTCH_SYSTEM" ]
124 then
125 # Scotch 6.0.4
127 [ ! -z "$WM_THIRD_PARTY_USE_SCOTCH_604" ] && {
128 echo "Building Scotch 6.0.4"
129 #( rpm_make -p scotch-6.0.4 -s scotch-6.0.4.spec -u http://gforge.inria.fr/frs/download.php/file/34618/scotch_6.0.4.tar.gz )
130 ( rpm_make -p scotch-6.0.4 -s scotch-6.0.4.spec -u http://downloads.sourceforge.net/project/foam-extend/ThirdParty/scotch_6.0.4.tar.gz )
132 # Scotch 6.0.0
134 [ ! -z "$WM_THIRD_PARTY_USE_SCOTCH_600" ] && {
135 echo "Building Scotch 6.0.0"
136 ( rpm_make -p scotch-6.0.0 -s scotch-6.0.0.spec -u http://downloads.sourceforge.net/project/foam-extend/ThirdParty/scotch-6.0.0.tar.gz )
138 else
139 echo "Using system installed Scotch"
140 echo ""
143 # ParMetis
144 if [ -z "$PARMETIS_SYSTEM" ]
145 then
146 # ParMetis 4.0.3
148 [ ! -z "$WM_THIRD_PARTY_USE_PARMETIS_403" ] && {
149 echo "Building ParMetis 4.0.3"
150 ( rpm_make -p parmetis-4.0.3 -s parmetis-4.0.3.spec -u http://glaros.dtc.umn.edu/gkhome/fetch/sw/parmetis/parmetis-4.0.3.tar.gz )
152 else
153 echo "Using system installed ParMetis"
154 echo ""
157 # Zoltan
158 if [ -z "$ZOLTAN_SYSTEM" ]
159 then
160 # Zoltan 3.6
162 [ ! -z "$WM_THIRD_PARTY_USE_ZOLTAN_36" ] && {
163 echo "Building Zoltan 3.6"
164 ( rpm_make -p zoltan-3.6 -s zoltan-3.6.spec -u http://www.cs.sandia.gov/~kddevin/Zoltan_Distributions/zoltan_distrib_v3.6.tar.gz )
166 else
167 echo "Using system installed Zoltan"
168 echo ""
171 # PyFoam
172 if [ -z "$PYFOAM_SYSTEM" ]
173 then
174 # PyFoam 0.6.3
176 [ ! -z "$WM_THIRD_PARTY_USE_PYFOAM_063" ] && {
177 echo "Building PyFoam 0.6.3"
178 ( rpm_make -p PyFoam-0.6.3 -s PyFoam-0.6.3.spec -u http://openfoamwiki.net/images/c/cb/PyFoam-0.6.3.tar.gz -n PyFoam-0.6.3-1.noarch -a noarch)
180 # PyFoam 0.6.4
182 [ ! -z "$WM_THIRD_PARTY_USE_PYFOAM_064" ] && {
183 echo "Building PyFoam 0.6.4"
184 ( rpm_make -p PyFoam-0.6.4 -s PyFoam-0.6.4.spec -u http://openfoamwiki.net/images/3/3b/PyFoam-0.6.4.tar.gz -n PyFoam-0.6.4-1.noarch -a noarch)
186 else
187 echo "Using system installed PyFoam"
188 echo ""
191 # hwloc
192 if [ -z "$HWLOC_SYSTEM" ]
193 then
194 # hwloc 1.10.1
196 [ ! -z "$WM_THIRD_PARTY_USE_HWLOC_1101" ] && {
197 echo "Building hwloc 1.10.1"
198 # ( rpm_make -p hwloc-1.10.1 -s hwloc-1.10.1.spec -u http://www.open-mpi.org/software/hwloc/v1.10/downloads/hwloc-1.10.1.tar.gz )
199 ( rpm_make -p hwloc-1.10.1 -s hwloc-1.10.1.spec -u http://downloads.sourceforge.net/project/foam-extend/ThirdParty/hwloc-1.10.1.tar.gz )
201 # hwloc 1.7.2
203 [ ! -z "$WM_THIRD_PARTY_USE_HWLOC_172" ] && {
204 echo "Building hwloc 1.7.2"
205 ( rpm_make -p hwloc-1.7.2 -s hwloc-1.7.2.spec -u http://downloads.sourceforge.net/project/foam-extend/ThirdParty/hwloc-1.7.2.tar.gz )
207 else
208 echo "Using system installed hwloc"
209 echo ""
212 echo ========================================
213 echo Done ThirdParty AllMake: Stage3
214 echo ========================================
215 echo
217 # ----------------------------------------------------------------- end-of-file