2 #------------------------------------------------------------------------------
4 # \\ / F ield | foam-extend: Open Source CFD
6 # \\ / A nd | For copyright notice see file Copyright
8 #------------------------------------------------------------------------------
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/>.
29 # Build script for ThirdParty packages: Stage3
31 # The ThirdParty libraries
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
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 foam-extend entries in your dot-files and source them."
51 . tools
/makeThirdPartyFunctionsForRPM
52 #------------------------------------------------------------------------------
54 echo ========================================
55 echo Starting ThirdParty AllMake
: Stage3
56 echo ========================================
60 if [ -z "$METIS_SYSTEM" ]
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
)
64 echo "Using system installed Metis"
69 if [ -z "$PARMGRIDGEN_SYSTEM" ]
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
/.mirrors
1/ftp.freebsd.org
/ports
/distfiles
/ParMGridGen-1.0.
tar.gz
)
74 echo "Using system installed ParMGridGen"
79 if [ -z "$LIBCCMIO_SYSTEM" ]
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
)
83 echo "Using system installed Libccmio"
88 if [ -z "$MESQUITE_SYSTEM" ]
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
)
92 echo "Using system installed Mesquite"
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
99 # Just make sure the OpenMPI environment variables are properly initialized, or that
100 # the AllMake.stage2 script completed correctly
103 if [ -z "$SCOTCH_SYSTEM" ]
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
)
107 echo "Using system installed Scotch"
112 if [ -z "$PARMETIS_SYSTEM" ]
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
)
116 echo "Using system installed ParMetis"
121 #if [ -z "$ZOLTAN_SYSTEM" ]
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 )
125 # echo "Using system installed Zoltan"
130 if [ -z "$PYFOAM_SYSTEM" ]
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 # ( rpm_make -p PyFoam-0.6.2 -s PyFoam-0.6.2.spec -u http://openfoamwiki.net/images/8/89/PyFoam-0.6.2.tar.gz -n PyFoam-0.6.2-1.noarch -a noarch)
136 ( rpm_make
-p PyFoam-0.6
.3 -s PyFoam-0.6
.3.spec
-u http
://openfoamwiki.net
/images
/e
/e
3/PyFoam-0.6
.3-rc.
tar.gz
-n PyFoam-0.6
.3-1.noarch
-a noarch
)
138 echo "Using system installed PyFoam"
143 if [ -z "$HWLOC_SYSTEM" ]
145 ( 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
)
147 echo "Using system installed hwloc"
151 echo ========================================
152 echo Done ThirdParty AllMake
: Stage3
153 echo ========================================
156 # ----------------------------------------------------------------- end-of-file