Included graphviz package to buildInstructions (for doxygen build)
[foam-extend-3.0.git] / ThirdParty / AllMake.stage3
blobd23e5ac62d573cd5b34ad8231e1a7b00e7ec2c50
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 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
38 # Author:
39 # Martin Beaudoin, Hydro-Quebec, (2010)
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 OpenFOAM 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 ( rpm_make -p metis-5.1.0 -s metis-5.1.0.spec -u http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/metis-5.1.0.tar.gz )
63 else
64 echo "Using system installed Metis"
65 echo ""
68 # ParMGridGen
69 if [ -z "$PARMGRIDGEN_SYSTEM" ]
70 then
71 #( rpm_make -p ParMGridGen-1.0 -s ParMGridGen-1.0.spec -u http://www.mgnet.org/mgnet/Codes/parmgridgen/ParMGridGen-1.0.tar.gz )
72 ( rpm_make -p ParMGridGen-1.0 -s ParMGridGen-1.0.spec -u ftp://ftp.proxad.net/.mirrors1/ftp.freebsd.org/ports/distfiles/ParMGridGen-1.0.tar.gz )
73 else
74 echo "Using system installed ParMGridGen"
75 echo ""
78 # Libccmio
79 if [ -z "$LIBCCMIO_SYSTEM" ]
80 then
81 ( rpm_make -p libccmio-2.6.1 -s libccmio-2.6.1.spec -u http://portal.nersc.gov/svn/visit/tags/2.4.2/third_party/libccmio-2.6.1.tar.gz )
82 else
83 echo "Using system installed Libccmio"
84 echo ""
87 # Mesquite
88 if [ -z "$MESQUITE_SYSTEM" ]
89 then
90 ( rpm_make -p mesquite-2.1.2 -s mesquite-2.1.2.spec -u http://downloads.sourceforge.net/project/openfoam-extend/foam-extend-3.0/ThirdParty/mesquite-2.1.2.tar.gz )
91 else
92 echo "Using system installed Mesquite"
93 echo ""
96 # The following three packages depends on the availability of OpenMPI
97 # The macro rpm_make() will make sure to update the ThirdParty environment variables before starting
98 # the compilation.
99 # Just make sure the OpenMPI environment variables are properly initialized, or that
100 # the AllMake.stage2 script completed correctly
102 # Scotch
103 if [ -z "$SCOTCH_SYSTEM" ]
104 then
105 ( rpm_make -p scotch-6.0.0 -s scotch-6.0.0.spec -u https://gforge.inria.fr/frs/download.php/31831/scotch-6.0.0.tar.gz )
106 else
107 echo "Using system installed Scotch"
108 echo ""
111 # ParMetis
112 if [ -z "$PARMETIS_SYSTEM" ]
113 then
114 ( 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 )
115 else
116 echo "Using system installed ParMetis"
117 echo ""
120 ## Zoltan
121 #if [ -z "$ZOLTAN_SYSTEM" ]
122 #then
123 # ( 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 )
124 #else
125 # echo "Using system installed Zoltan"
126 # echo ""
129 # PyFoam
130 if [ -z "$PYFOAM_SYSTEM" ]
131 then
132 # ( rpm_make -p PyFoam-0.5.6 -s PyFoam-0.5.6.spec -u http://openfoamwiki.net/images/b/b8/PyFoam-0.5.6.tar.gz -n PyFoam-0.5.6-1.noarch -a noarch)
133 # ( rpm_make -p PyFoam-0.5.7 -s PyFoam-0.5.7.spec -u http://openfoamwiki.net/images/d/dc/PyFoam-0.5.7.tar.gz -n PyFoam-0.5.7-1.noarch -a noarch)
134 ( rpm_make -p PyFoam-0.6.1 -s PyFoam-0.6.1.spec -u http://openfoamwiki.net/images/3/33/PyFoam-0.6.1.tar.gz -n PyFoam-0.6.1-1.noarch -a noarch)
135 else
136 echo "Using system installed PyFoam"
137 echo ""
140 # hwloc
141 if [ -z "$HWLOC_SYSTEM" ]
142 then
143 ( rpm_make -p hwloc-1.7.2 -s hwloc-1.7.2.spec -u http://www.open-mpi.org/software/hwloc/v1.7/downloads/hwloc-1.7.2.tar.gz )
144 else
145 echo "Using system installed hwloc"
146 echo ""
149 echo ========================================
150 echo Done ThirdParty AllMake: Stage3
151 echo ========================================
152 echo
154 # ----------------------------------------------------------------- end-of-file