Merge commit 'd3b269b7c6ffa0cd68845adfecdfb849316dba71' into nextRelease

This commit is contained in:
Henrik Rusche 2014-06-01 11:00:14 +02:00
commit 6c98c47b02
75 changed files with 547 additions and 333 deletions

2
ThirdParty/AllClean vendored
View file

@ -39,7 +39,7 @@ cd ${0%/*} || exit 1
wmakeCheckPwd "$WM_THIRD_PARTY_DIR" || { wmakeCheckPwd "$WM_THIRD_PARTY_DIR" || {
echo "Error: Current directory is not \$WM_THIRD_PARTY_DIR" echo "Error: Current directory is not \$WM_THIRD_PARTY_DIR"
echo " The environment variables are inconsistent with the installation." echo " The environment variables are inconsistent with the installation."
echo " Check the OpenFOAM entries in your dot-files and source them." echo " Check the foam-extend entries in your dot-files and source them."
exit 1 exit 1
} }
. tools/makeThirdPartyFunctionsForRPM . tools/makeThirdPartyFunctionsForRPM

View file

@ -39,7 +39,7 @@ cd ${0%/*} || exit 1
wmakeCheckPwd "$WM_THIRD_PARTY_DIR" || { wmakeCheckPwd "$WM_THIRD_PARTY_DIR" || {
echo "Error: Current directory is not \$WM_THIRD_PARTY_DIR" echo "Error: Current directory is not \$WM_THIRD_PARTY_DIR"
echo " The environment variables are inconsistent with the installation." echo " The environment variables are inconsistent with the installation."
echo " Check the OpenFOAM entries in your dot-files and source them." echo " Check the foam-extend entries in your dot-files and source them."
exit 1 exit 1
} }
. tools/makeThirdPartyFunctionsForRPM . tools/makeThirdPartyFunctionsForRPM

View file

@ -39,7 +39,7 @@ cd ${0%/*} || exit 1
wmakeCheckPwd "$WM_THIRD_PARTY_DIR" || { wmakeCheckPwd "$WM_THIRD_PARTY_DIR" || {
echo "Error: Current directory is not \$WM_THIRD_PARTY_DIR" echo "Error: Current directory is not \$WM_THIRD_PARTY_DIR"
echo " The environment variables are inconsistent with the installation." echo " The environment variables are inconsistent with the installation."
echo " Check the OpenFOAM entries in your dot-files and source them." echo " Check the foam-extend entries in your dot-files and source them."
exit 1 exit 1
} }
. tools/makeThirdPartyFunctionsForRPM . tools/makeThirdPartyFunctionsForRPM

View file

@ -39,7 +39,7 @@ cd ${0%/*} || exit 1
wmakeCheckPwd "$WM_THIRD_PARTY_DIR" || { wmakeCheckPwd "$WM_THIRD_PARTY_DIR" || {
echo "Error: Current directory is not \$WM_THIRD_PARTY_DIR" echo "Error: Current directory is not \$WM_THIRD_PARTY_DIR"
echo " The environment variables are inconsistent with the installation." echo " The environment variables are inconsistent with the installation."
echo " Check the OpenFOAM entries in your dot-files and source them." echo " Check the foam-extend entries in your dot-files and source them."
exit 1 exit 1
} }
. tools/makeThirdPartyFunctionsForRPM . tools/makeThirdPartyFunctionsForRPM

View file

@ -39,7 +39,7 @@ cd ${0%/*} || exit 1
wmakeCheckPwd "$WM_THIRD_PARTY_DIR" || { wmakeCheckPwd "$WM_THIRD_PARTY_DIR" || {
echo "Error: Current directory is not \$WM_THIRD_PARTY_DIR" echo "Error: Current directory is not \$WM_THIRD_PARTY_DIR"
echo " The environment variables are inconsistent with the installation." echo " The environment variables are inconsistent with the installation."
echo " Check the OpenFOAM entries in your dot-files and source them." echo " Check the foam-extend entries in your dot-files and source them."
exit 1 exit 1
} }
. tools/makeThirdPartyFunctionsForRPM . tools/makeThirdPartyFunctionsForRPM

View file

@ -38,7 +38,7 @@ cd ${0%/*} || exit 1
wmakeCheckPwd "$WM_THIRD_PARTY_DIR" || { wmakeCheckPwd "$WM_THIRD_PARTY_DIR" || {
echo "Error: Current directory is not \$WM_THIRD_PARTY_DIR" echo "Error: Current directory is not \$WM_THIRD_PARTY_DIR"
echo " The environment variables are inconsistent with the installation." echo " The environment variables are inconsistent with the installation."
echo " Check the OpenFOAM entries in your dot-files and source them." echo " Check the foam-extend entries in your dot-files and source them."
exit 1 exit 1
} }
. tools/makeThirdPartyFunctionsForRPM . tools/makeThirdPartyFunctionsForRPM

View file

@ -38,7 +38,7 @@ cd ${0%/*} || exit 1
wmakeCheckPwd "$WM_THIRD_PARTY_DIR" || { wmakeCheckPwd "$WM_THIRD_PARTY_DIR" || {
echo "Error: Current directory is not \$WM_THIRD_PARTY_DIR" echo "Error: Current directory is not \$WM_THIRD_PARTY_DIR"
echo " The environment variables are inconsistent with the installation." echo " The environment variables are inconsistent with the installation."
echo " Check the OpenFOAM entries in your dot-files and source them." echo " Check the foam-extend entries in your dot-files and source them."
exit 1 exit 1
} }
. tools/makeThirdPartyFunctionsForRPM . tools/makeThirdPartyFunctionsForRPM

4
ThirdParty/AllMake vendored
View file

@ -42,7 +42,7 @@ cd ${0%/*} || exit 1
wmakeCheckPwd "$WM_THIRD_PARTY_DIR" || { wmakeCheckPwd "$WM_THIRD_PARTY_DIR" || {
echo "Error: Current directory is not \$WM_THIRD_PARTY_DIR" echo "Error: Current directory is not \$WM_THIRD_PARTY_DIR"
echo " The environment variables are inconsistent with the installation." echo " The environment variables are inconsistent with the installation."
echo " Check the OpenFOAM entries in your dot-files and source them." echo " Check the foam-extend entries in your dot-files and source them."
exit 1 exit 1
} }
. tools/makeThirdPartyFunctionsForRPM . tools/makeThirdPartyFunctionsForRPM
@ -73,7 +73,7 @@ echo
# Running stage 5 # Running stage 5
# This stage depends on a properly compiled installation # This stage depends on a properly compiled installation
# of OpenFOAM. On a brand new installation of OpenFOAM-1.6-ext, # of foam-extend. On a brand new installation of foam-extend-3.0
# this stage should be called last in your compilation process # this stage should be called last in your compilation process
./AllMake.stage5 ./AllMake.stage5

View file

@ -43,7 +43,7 @@ cd ${0%/*} || exit 1
wmakeCheckPwd "$WM_THIRD_PARTY_DIR" || { wmakeCheckPwd "$WM_THIRD_PARTY_DIR" || {
echo "Error: Current directory is not \$WM_THIRD_PARTY_DIR" echo "Error: Current directory is not \$WM_THIRD_PARTY_DIR"
echo " The environment variables are inconsistent with the installation." echo " The environment variables are inconsistent with the installation."
echo " Check the OpenFOAM entries in your dot-files and source them." echo " Check the foam-extend entries in your dot-files and source them."
exit 1 exit 1
} }
. tools/makeThirdPartyFunctionsForRPM . tools/makeThirdPartyFunctionsForRPM
@ -56,7 +56,7 @@ echo
# Running stage 5 # Running stage 5
# This stage depends on a properly compiled installation # This stage depends on a properly compiled installation
# of OpenFOAM. On a brand new installation of OpenFOAM-1.6-ext, # of foam-extend. On a brand new installation of foam-extend-3.0,
# this stage should be called last in your compilation process # this stage should be called last in your compilation process
./AllMake.stage5 ./AllMake.stage5

View file

@ -43,7 +43,7 @@ cd ${0%/*} || exit 1
wmakeCheckPwd "$WM_THIRD_PARTY_DIR" || { wmakeCheckPwd "$WM_THIRD_PARTY_DIR" || {
echo "Error: Current directory is not \$WM_THIRD_PARTY_DIR" echo "Error: Current directory is not \$WM_THIRD_PARTY_DIR"
echo " The environment variables are inconsistent with the installation." echo " The environment variables are inconsistent with the installation."
echo " Check the OpenFOAM entries in your dot-files and source them." echo " Check the foam-extend entries in your dot-files and source them."
exit 1 exit 1
} }
. tools/makeThirdPartyFunctionsForRPM . tools/makeThirdPartyFunctionsForRPM

View file

@ -46,7 +46,7 @@ cd ${0%/*} || exit 1
wmakeCheckPwd "$WM_THIRD_PARTY_DIR" || { wmakeCheckPwd "$WM_THIRD_PARTY_DIR" || {
echo "Error: Current directory is not \$WM_THIRD_PARTY_DIR" echo "Error: Current directory is not \$WM_THIRD_PARTY_DIR"
echo " The environment variables are inconsistent with the installation." echo " The environment variables are inconsistent with the installation."
echo " Check the OpenFOAM entries in your dot-files and source them." echo " Check the foam-extend entries in your dot-files and source them."
exit 1 exit 1
} }

View file

@ -31,13 +31,13 @@
# Compilers and basic tools. # Compilers and basic tools.
# #
# Once this stage is built, you would normally re-initialize your # Once this stage is built, you would normally re-initialize your
# OpenFOAM environment in order to use the new compilers and tools # foam-extend environment in order to use the new compilers and tools
# #
# NOTE: This stage is optional. Use it only if you want to override # NOTE: This stage is optional. Use it only if you want to override
# your system pre-installed compilers and tools # your system pre-installed compilers and tools
# #
# Requirements: # Requirements:
# 1: Your OpenFOAM environment must be properly initialized # 1: Your foam-extend environment must be properly initialized
# #
# Author: # Author:
# Martin Beaudoin, Hydro-Quebec, (2010) # Martin Beaudoin, Hydro-Quebec, (2010)
@ -49,7 +49,7 @@ cd ${0%/*} || exit 1
wmakeCheckPwd "$WM_THIRD_PARTY_DIR" || { wmakeCheckPwd "$WM_THIRD_PARTY_DIR" || {
echo "Error: Current directory is not \$WM_THIRD_PARTY_DIR" echo "Error: Current directory is not \$WM_THIRD_PARTY_DIR"
echo " The environment variables are inconsistent with the installation." echo " The environment variables are inconsistent with the installation."
echo " Check the OpenFOAM entries in your dot-files and source them." echo " Check the foam-extend entries in your dot-files and source them."
exit 1 exit 1
} }
. tools/makeThirdPartyFunctionsForRPM . tools/makeThirdPartyFunctionsForRPM
@ -87,13 +87,13 @@ echo
#( rpm_make -p m4-1.4.16 -s m4-1.4.16.spec -u http://ftp.gnu.org/gnu/m4/m4-1.4.16.tar.gz ) #( rpm_make -p m4-1.4.16 -s m4-1.4.16.spec -u http://ftp.gnu.org/gnu/m4/m4-1.4.16.tar.gz )
# bison # bison
#( rpm_make -p bison-2.4.3 -s bison-2.4.3.spec -u http://ftp.gnu.org/gnu/bison/bison-2.4.3.tar.gz ) ( rpm_make -p bison-2.7 -s bison-2.7.spec -u http://ftp.gnu.org/gnu/bison/bison-2.7.tar.gz )
# flex # flex
#( rpm_make -p flex-2.5.35 -s flex-2.5.35.spec -u http://downloads.sourceforge.net/project/flex/flex/flex-2.5.35/flex-2.5.35.tar.gz ) #( rpm_make -p flex-2.5.35 -s flex-2.5.35.spec -u http://downloads.sourceforge.net/project/flex/flex/flex-2.5.35/flex-2.5.35.tar.gz )
# cmake # cmake
( rpm_make -p cmake-2.8.12 -s cmake-2.8.12.spec -u http://www.cmake.org/files/v2.8/cmake-2.8.12.tar.gz ) #( rpm_make -p cmake-2.8.12 -s cmake-2.8.12.spec -u http://www.cmake.org/files/v2.8/cmake-2.8.12.tar.gz )
echo ======================================== echo ========================================
echo Done ThirdParty AllMake: Stage1 echo Done ThirdParty AllMake: Stage1

View file

@ -31,14 +31,14 @@
# Communication libraries # Communication libraries
# #
# Once this stage is built, you would normally re-initialize your # Once this stage is built, you would normally re-initialize your
# OpenFOAM environment in order redirect OpenFOAM toward the appropriate # foam-extend environment in order redirect foam-extend toward the
# communication library # appropriate communication library
# #
# NOTE: This stage is optional. Use it only if you want to override # NOTE: This stage is optional. Use it only if you want to override
# your system communication libraries # your system communication libraries
# #
# Requirements: # Requirements:
# 1: Your OpenFOAM environment must be properly initialized # 1: Your foam-extend environment must be properly initialized
# 2: AllMake.stage1 if you are overriding your system compiler # 2: AllMake.stage1 if you are overriding your system compiler
# #
# Author: # Author:
@ -51,7 +51,7 @@ cd ${0%/*} || exit 1
wmakeCheckPwd "$WM_THIRD_PARTY_DIR" || { wmakeCheckPwd "$WM_THIRD_PARTY_DIR" || {
echo "Error: Current directory is not \$WM_THIRD_PARTY_DIR" echo "Error: Current directory is not \$WM_THIRD_PARTY_DIR"
echo " The environment variables are inconsistent with the installation." echo " The environment variables are inconsistent with the installation."
echo " Check the OpenFOAM entries in your dot-files and source them." echo " Check the foam-extend entries in your dot-files and source them."
exit 1 exit 1
} }
. tools/makeThirdPartyFunctionsForRPM . tools/makeThirdPartyFunctionsForRPM

View file

@ -31,7 +31,7 @@
# The ThirdParty libraries # The ThirdParty libraries
# #
# Requirements: # Requirements:
# 1: Your OpenFOAM environment must be properly initialized # 1: Your foam-extend environment must be properly initialized
# 2: AllMake.stage1 if you are overriding your system compiler # 2: AllMake.stage1 if you are overriding your system compiler
# 3: AllMake.stage2 if you are overriding your system comm. libraries # 3: AllMake.stage2 if you are overriding your system comm. libraries
# #
@ -45,7 +45,7 @@ cd ${0%/*} || exit 1
wmakeCheckPwd "$WM_THIRD_PARTY_DIR" || { wmakeCheckPwd "$WM_THIRD_PARTY_DIR" || {
echo "Error: Current directory is not \$WM_THIRD_PARTY_DIR" echo "Error: Current directory is not \$WM_THIRD_PARTY_DIR"
echo " The environment variables are inconsistent with the installation." echo " The environment variables are inconsistent with the installation."
echo " Check the OpenFOAM entries in your dot-files and source them." echo " Check the foam-extend entries in your dot-files and source them."
exit 1 exit 1
} }
. tools/makeThirdPartyFunctionsForRPM . tools/makeThirdPartyFunctionsForRPM

View file

@ -26,12 +26,12 @@
# AllMake.stage4 # AllMake.stage4
# #
# Description # Description
# Build script for ThirdParty packages: Stage3 # Build script for ThirdParty packages: Stage4
# #
# The OpenFOAM viewers # The foam-extend viewers
# #
# Requirements: # Requirements:
# 1: Your OpenFOAM environment must be properly initialized # 1: Your foam-extend environment must be properly initialized
# 2: AllMake.stage1 if you are overriding your system compiler # 2: AllMake.stage1 if you are overriding your system compiler
# 3: AllMake.stage2 if you are overriding your system comm. libraries # 3: AllMake.stage2 if you are overriding your system comm. libraries
# #
@ -45,7 +45,7 @@ cd ${0%/*} || exit 1
wmakeCheckPwd "$WM_THIRD_PARTY_DIR" || { wmakeCheckPwd "$WM_THIRD_PARTY_DIR" || {
echo "Error: Current directory is not \$WM_THIRD_PARTY_DIR" echo "Error: Current directory is not \$WM_THIRD_PARTY_DIR"
echo " The environment variables are inconsistent with the installation." echo " The environment variables are inconsistent with the installation."
echo " Check the OpenFOAM entries in your dot-files and source them." echo " Check the foam-extend entries in your dot-files and source them."
exit 1 exit 1
} }
. tools/makeThirdPartyFunctionsForRPM . tools/makeThirdPartyFunctionsForRPM

View file

@ -30,9 +30,9 @@
# #
# #
# Requirements: # Requirements:
# 1: Your OpenFOAM environment must be properly initialized # 1: Your foam-extend environment must be properly initialized
# 2: OpenFOAM must already been compiled because swak4Foam depends on # 2: foam-extend must already been compiled because swak4Foam depends on
# OpenFOAM include files and libraries # foam-extend include files and libraries
# #
# Author: # Author:
# Martin Beaudoin, Hydro-Quebec, (2012) # Martin Beaudoin, Hydro-Quebec, (2012)
@ -44,7 +44,7 @@ cd ${0%/*} || exit 1
wmakeCheckPwd "$WM_THIRD_PARTY_DIR" || { wmakeCheckPwd "$WM_THIRD_PARTY_DIR" || {
echo "Error: Current directory is not \$WM_THIRD_PARTY_DIR" echo "Error: Current directory is not \$WM_THIRD_PARTY_DIR"
echo " The environment variables are inconsistent with the installation." echo " The environment variables are inconsistent with the installation."
echo " Check the OpenFOAM entries in your dot-files and source them." echo " Check the foam-extend entries in your dot-files and source them."
exit 1 exit 1
} }

View file

@ -30,7 +30,7 @@
# #
# #
# Requirements: # Requirements:
# 1: Your OpenFOAM environment must be properly initialized # 1: Your foam-extend environment must be properly initialized
# #
# Author: # Author:
# Martin Beaudoin, Hydro-Quebec, (2012) # Martin Beaudoin, Hydro-Quebec, (2012)
@ -42,7 +42,7 @@ cd ${0%/*} || exit 1
wmakeCheckPwd "$WM_THIRD_PARTY_DIR" || { wmakeCheckPwd "$WM_THIRD_PARTY_DIR" || {
echo "Error: Current directory is not \$WM_THIRD_PARTY_DIR" echo "Error: Current directory is not \$WM_THIRD_PARTY_DIR"
echo " The environment variables are inconsistent with the installation." echo " The environment variables are inconsistent with the installation."
echo " Check the OpenFOAM entries in your dot-files and source them." echo " Check the foam-extend entries in your dot-files and source them."
exit 1 exit 1
} }

View file

@ -44,8 +44,8 @@ if [ -z "$PYFOAM_DIR" ]
then then
echo "Error: Missing environment variable \$PYFOAM_DIR." echo "Error: Missing environment variable \$PYFOAM_DIR."
echo " Please execute the script ThirdParty/AllMake.stage5 to install PyFoam." echo " Please execute the script ThirdParty/AllMake.stage5 to install PyFoam."
echo " Then, make sure to freshen your OpenFOAM environment by sourcing your main" echo " Then, make sure to freshen your foam-extend environment by sourcing your main"
echo " OpenFOAM configuration file." echo " foam-extend configuration file."
exit -1 exit -1
fi fi

View file

@ -2,7 +2,7 @@ A new design for the ThirdParty packages compilation and installation process:
============================================================================== ==============================================================================
The main purpose of this new development is to build a complete ThirParty The main purpose of this new development is to build a complete ThirParty
packages set for OpenFOAM 1.6-ext using only the original package source packages set for foam-extend-3.1 using only the original package source
tarball and some patch files (when necessary). tarball and some patch files (when necessary).
A useful by-product of this development is also to provide some kind of A useful by-product of this development is also to provide some kind of
@ -87,16 +87,16 @@ and .csh files one needs to source in order to properly initialize the PATH and
LD_LIBRARY_PATH environment variables for running the packages. LD_LIBRARY_PATH environment variables for running the packages.
Some packages will also create environments variables necessary for the Some packages will also create environments variables necessary for the
compilation of some OpenFOAM libraries. compilation of some foam-extend libraries.
The scripts AllMake.stage[1-4] are taking care of refreshing the environment The scripts AllMake.stage[1-4] are taking care of refreshing the environment
variable after the installation of every single package, so you will not need to variable after the installation of every single package, so you will not need to
manually refresh your OpenFOAM environment yourself when building individual manually refresh your foam-extend environment yourself when building individual
ThirdParty packages through the AllMake.stage[1-4] scripts. ThirdParty packages through the AllMake.stage[1-4] scripts.
The main Allwmake script for the compilation of OpenFOAM will also take care of The main Allwmake script for the compilation of foam-extend will also take care of
refreshing the environment variable before moving on to the compilation of the refreshing the environment variable before moving on to the compilation of the
main OpenFOAM libraries and applications. main foam-extend libraries and applications.
However, if you decide to compile the libraries and/or applications manually, or However, if you decide to compile the libraries and/or applications manually, or
through the src/Allwmake or applications/Allwmake scripts, YOU MUST MAKE SURE through the src/Allwmake or applications/Allwmake scripts, YOU MUST MAKE SURE
@ -169,7 +169,7 @@ Warning: This section is a bit advanced, and as of yet, I have no evidence that
of my machines, I will get: of my machines, I will get:
> rpm -qip cmake-2.8.3-darwinIntelGccDPOpt.i386.rpm| grep Relocations > rpm -qip cmake-2.8.3-darwinIntelGccDPOpt.i386.rpm| grep Relocations
Name : cmake Relocations: /home/beaudoin/OpenFOAM/OpenFOAM-1.6-ext/ThirdParty Name : cmake Relocations: /home/beaudoin/foam/foam-extend-3.1/ThirdParty
The Relocations path is the actual location pointed by the The Relocations path is the actual location pointed by the
$WM_THIRD_PARTY_DIR on my virtual machine when I generated the RPM. It is $WM_THIRD_PARTY_DIR on my virtual machine when I generated the RPM. It is
@ -186,7 +186,7 @@ Warning: This section is a bit advanced, and as of yet, I have no evidence that
this: this:
rpm -ivh ./cmake-2.8.3-darwinIntelGccDPOpt.i386.rpm \ rpm -ivh ./cmake-2.8.3-darwinIntelGccDPOpt.i386.rpm \
--relocate /home/beaudoin/OpenFOAM/OpenFOAM-1.6-ext/ThirdParty=/tmp/someDir --relocate /home/beaudoin/foam/foam-extend-3.1/ThirdParty=/tmp/someDir
Even better, you can dig down the hard-coded path even deeper in order to Even better, you can dig down the hard-coded path even deeper in order to
relocate the whole installation directory, down to the last hard-coded relocate the whole installation directory, down to the last hard-coded
@ -238,7 +238,7 @@ Warning: This section is a bit advanced, and as of yet, I have no evidence that
-------------------- --------------------
Please report ThirdParty packages related bugs to the Bug tracking system Please report ThirdParty packages related bugs to the Bug tracking system
for OpenFOAM-1.6-ext. for foam-extend-3.1
http://sourceforge.net/apps/mantisbt/openfoam-extend/main_page.php http://sourceforge.net/apps/mantisbt/openfoam-extend/main_page.php
@ -246,3 +246,4 @@ Warning: This section is a bit advanced, and as of yet, I have no evidence that
Martin Beaudoin Martin Beaudoin
Rev 0: 05/2011 Rev 0: 05/2011
Rev 1: 08/2011 Rev 1: 08/2011
Rev 2: 05/2014

View file

@ -1,6 +1,14 @@
diff -ruN ParMGridGen-1.0_orig/Makefile.in ParMGridGen-1.0/Makefile.in diff -ruN ParMGridGen-1.0_orig/Makefile.in ParMGridGen-1.0/Makefile.in
--- ParMGridGen-1.0_orig/Makefile.in 2001-12-04 19:30:33.000000000 -0500 --- ParMGridGen-1.0_orig/Makefile.in 2001-12-04 16:30:33.000000000 -0800
+++ ParMGridGen-1.0/Makefile.in 2010-10-31 16:18:41.000000000 -0400 +++ ParMGridGen-1.0/Makefile.in 2013-08-22 20:07:33.491171127 -0700
@@ -1,6 +1,6 @@
#--------------------------------------------------------------------------
# Which make to use
-make = gmake
+make = make
# Which compiler to use
# CC is the compiler for the serial code
@@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@
OPTFLAGS = -O3 OPTFLAGS = -O3
@ -41,8 +49,8 @@ diff -ruN ParMGridGen-1.0_orig/Makefile.in ParMGridGen-1.0/Makefile.in
#-------------------------------------------------------------------------- #--------------------------------------------------------------------------
# #
diff -ruN ParMGridGen-1.0_orig/MGridGen/IMlib/Makefile ParMGridGen-1.0/MGridGen/IMlib/Makefile diff -ruN ParMGridGen-1.0_orig/MGridGen/IMlib/Makefile ParMGridGen-1.0/MGridGen/IMlib/Makefile
--- ParMGridGen-1.0_orig/MGridGen/IMlib/Makefile 2001-12-04 17:46:56.000000000 -0500 --- ParMGridGen-1.0_orig/MGridGen/IMlib/Makefile 2001-12-04 14:46:56.000000000 -0800
+++ ParMGridGen-1.0/MGridGen/IMlib/Makefile 2010-10-31 16:16:54.000000000 -0400 +++ ParMGridGen-1.0/MGridGen/IMlib/Makefile 2013-08-22 20:03:32.925673296 -0700
@@ -33,7 +33,7 @@ @@ -33,7 +33,7 @@
.c.o: .c.o:
$(CC) $(CFLAGS) -c $*.c $(CC) $(CFLAGS) -c $*.c
@ -59,8 +67,8 @@ diff -ruN ParMGridGen-1.0_orig/MGridGen/IMlib/Makefile ParMGridGen-1.0/MGridGen/
- rm -f *.o ; rm -f ./libIMlib.a - rm -f *.o ; rm -f ./libIMlib.a
+ rm -f *.o ; rm -f ./libIMlib.$(LIBEXT) + rm -f *.o ; rm -f ./libIMlib.$(LIBEXT)
diff -ruN ParMGridGen-1.0_orig/MGridGen/Lib/Makefile ParMGridGen-1.0/MGridGen/Lib/Makefile diff -ruN ParMGridGen-1.0_orig/MGridGen/Lib/Makefile ParMGridGen-1.0/MGridGen/Lib/Makefile
--- ParMGridGen-1.0_orig/MGridGen/Lib/Makefile 2001-12-04 18:01:00.000000000 -0500 --- ParMGridGen-1.0_orig/MGridGen/Lib/Makefile 2001-12-04 15:01:00.000000000 -0800
+++ ParMGridGen-1.0/MGridGen/Lib/Makefile 2010-10-31 16:16:54.000000000 -0400 +++ ParMGridGen-1.0/MGridGen/Lib/Makefile 2013-08-22 20:03:32.925673296 -0700
@@ -22,7 +22,7 @@ @@ -22,7 +22,7 @@
INCLUDES = -I./ -I$(IMLIBDIR) $(INCDIR) INCLUDES = -I./ -I$(IMLIBDIR) $(INCDIR)
CFLAGS = $(COPTIONS) $(OPTFLAGS) $(DEBUGFLAGS) $(INCLUDES) CFLAGS = $(COPTIONS) $(OPTFLAGS) $(DEBUGFLAGS) $(INCLUDES)
@ -86,8 +94,8 @@ diff -ruN ParMGridGen-1.0_orig/MGridGen/Lib/Makefile ParMGridGen-1.0/MGridGen/Li
- rm -f *.o ; rm -f ../../libmgrid.a - rm -f *.o ; rm -f ../../libmgrid.a
+ rm -f *.o ; rm -f ./libMGridGen.$(LIBEXT) + rm -f *.o ; rm -f ./libMGridGen.$(LIBEXT)
diff -ruN ParMGridGen-1.0_orig/MGridGen/Programs/Makefile ParMGridGen-1.0/MGridGen/Programs/Makefile diff -ruN ParMGridGen-1.0_orig/MGridGen/Programs/Makefile ParMGridGen-1.0/MGridGen/Programs/Makefile
--- ParMGridGen-1.0_orig/MGridGen/Programs/Makefile 2001-12-04 18:02:26.000000000 -0500 --- ParMGridGen-1.0_orig/MGridGen/Programs/Makefile 2001-12-04 15:02:26.000000000 -0800
+++ ParMGridGen-1.0/MGridGen/Programs/Makefile 2010-10-31 16:16:54.000000000 -0400 +++ ParMGridGen-1.0/MGridGen/Programs/Makefile 2013-08-22 20:03:32.925673296 -0700
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
include ../../Makefile.in include ../../Makefile.in

View file

@ -115,13 +115,13 @@ Patch1: ParMGridGen-1.0.patch
cp ./MGridGen/IMlib/libIMlib.* $RPM_BUILD_ROOT/%{_installPrefix}/lib cp ./MGridGen/IMlib/libIMlib.* $RPM_BUILD_ROOT/%{_installPrefix}/lib
cp ./MGridGen/Lib/libMGridGen.* $RPM_BUILD_ROOT/%{_installPrefix}/lib cp ./MGridGen/Lib/libMGridGen.* $RPM_BUILD_ROOT/%{_installPrefix}/lib
# Creation of OpenFOAM specific .csh and .sh files" # Creation of foam-extend specific .csh and .sh files"
echo "" echo ""
echo "Generating OpenFOAM specific .csh and .sh files for the package %{name}-%{version}" echo "Generating foam-extend specific .csh and .sh files for the package %{name}-%{version}"
echo "" echo ""
# #
# Generate package specific .sh file for OpenFOAM # Generate package specific .sh file for foam-extend
# #
mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc
cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh
@ -139,7 +139,7 @@ export PARMGRIDGEN_INCLUDE_DIR=\$PARMGRIDGEN_DIR/include
DOT_SH_EOF DOT_SH_EOF
# #
# Generate package specific .csh file for OpenFOAM # Generate package specific .csh file for foam-extend
# #
cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh
# Load %{name}-%{version} libraries and binaries if available # Load %{name}-%{version} libraries and binaries if available

View file

@ -115,13 +115,13 @@ Patch1: ParMetis-3.1.1.patch
cp METISLib/libmetis-parmetis.* $RPM_BUILD_ROOT/%{_installPrefix}/lib cp METISLib/libmetis-parmetis.* $RPM_BUILD_ROOT/%{_installPrefix}/lib
cp ParMETISLib/libparmetis.* $RPM_BUILD_ROOT/%{_installPrefix}/lib cp ParMETISLib/libparmetis.* $RPM_BUILD_ROOT/%{_installPrefix}/lib
# Creation of OpenFOAM specific .csh and .sh files" # Creation of foam-extend specific .csh and .sh files"
echo "" echo ""
echo "Generating OpenFOAM specific .csh and .sh files for the package %{name}-%{version}" echo "Generating foam-extend specific .csh and .sh files for the package %{name}-%{version}"
echo "" echo ""
# #
# Generate package specific .sh file for OpenFOAM # Generate package specific .sh file for foam-extend
# #
mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc
cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh
@ -140,7 +140,7 @@ export PARMETIS_INCLUDE_DIR=\$PARMETIS_DIR/include
DOT_SH_EOF DOT_SH_EOF
# #
# Generate package specific .csh file for OpenFOAM # Generate package specific .csh file for foam-extend
# #
cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh
# Load %{name}-%{version} libraries and binaries if available # Load %{name}-%{version} libraries and binaries if available

View file

@ -195,13 +195,13 @@ Patch0: ParaView-3.10.1.patch_darwin
cd buildObj cd buildObj
make install DESTDIR=$RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT
# Creation of OpenFOAM specific .csh and .sh files" # Creation of foam-extend specific .csh and .sh files"
echo "" echo ""
echo "Generating OpenFOAM specific .csh and .sh files for the package %{name}-%{version}" echo "Generating foam-extend specific .csh and .sh files for the package %{name}-%{version}"
echo "" echo ""
# #
# Generate package specific .sh file for OpenFOAM # Generate package specific .sh file for foam-extend
# #
mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc
cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh
@ -233,7 +233,7 @@ export PV_PLUGIN_PATH=\$FOAM_LIBBIN/paraview_plugins
DOT_SH_EOF DOT_SH_EOF
# #
# Generate package specific .csh file for OpenFOAM # Generate package specific .csh file for foam-extend
# #
cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh
# Load %{name}-%{version} libraries and binaries if available # Load %{name}-%{version} libraries and binaries if available

View file

@ -202,13 +202,13 @@ Patch1: paraview-gcc47.patch
cd buildObj cd buildObj
make install DESTDIR=$RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT
# Creation of OpenFOAM specific .csh and .sh files" # Creation of foam-extend specific .csh and .sh files"
echo "" echo ""
echo "Generating OpenFOAM specific .csh and .sh files for the package %{name}-%{version}" echo "Generating foam-extend specific .csh and .sh files for the package %{name}-%{version}"
echo "" echo ""
# #
# Generate package specific .sh file for OpenFOAM # Generate package specific .sh file for foam-extend
# #
mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc
cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh
@ -240,7 +240,7 @@ export PV_PLUGIN_PATH=\$FOAM_LIBBIN/paraview_plugins
DOT_SH_EOF DOT_SH_EOF
# #
# Generate package specific .csh file for OpenFOAM # Generate package specific .csh file for foam-extend
# #
cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh
# Load %{name}-%{version} libraries and binaries if available # Load %{name}-%{version} libraries and binaries if available

View file

@ -212,13 +212,13 @@ Patch3: ParaView-3.14.1.patch_darwin
cd buildObj cd buildObj
make install DESTDIR=$RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT
# Creation of OpenFOAM specific .csh and .sh files" # Creation of foam-extend specific .csh and .sh files"
echo "" echo ""
echo "Generating OpenFOAM specific .csh and .sh files for the package %{name}-%{version}" echo "Generating foam-extend specific .csh and .sh files for the package %{name}-%{version}"
echo "" echo ""
# #
# Generate package specific .sh file for OpenFOAM # Generate package specific .sh file for foam-extend
# #
mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc
cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh
@ -250,7 +250,7 @@ export PV_PLUGIN_PATH=\$FOAM_LIBBIN/paraview_plugins
DOT_SH_EOF DOT_SH_EOF
# #
# Generate package specific .csh file for OpenFOAM # Generate package specific .csh file for foam-extend
# #
cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh
# Load %{name}-%{version} libraries and binaries if available # Load %{name}-%{version} libraries and binaries if available

View file

@ -189,13 +189,13 @@ Patch0: ParaView-3.8.1.patch_darwin
cd buildObj cd buildObj
make install DESTDIR=$RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT
# Creation of OpenFOAM specific .csh and .sh files" # Creation of foam-extend specific .csh and .sh files"
echo "" echo ""
echo "Generating OpenFOAM specific .csh and .sh files for the package %{name}-%{version}" echo "Generating foam-extend specific .csh and .sh files for the package %{name}-%{version}"
echo "" echo ""
# #
# Generate package specific .sh file for OpenFOAM # Generate package specific .sh file for foam-extend
# #
mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc
cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh
@ -227,7 +227,7 @@ export PV_PLUGIN_PATH=\$FOAM_LIBBIN/paraview_plugins
DOT_SH_EOF DOT_SH_EOF
# #
# Generate package specific .csh file for OpenFOAM # Generate package specific .csh file for foam-extend
# #
cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh
# Load %{name}-%{version} libraries and binaries if available # Load %{name}-%{version} libraries and binaries if available

View file

@ -190,13 +190,13 @@ Patch0: ParaView-4.0.1.patch_darwin
cd buildObj cd buildObj
make install DESTDIR=$RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT
# Creation of OpenFOAM specific .csh and .sh files" # Creation of foam-extend specific .csh and .sh files"
echo "" echo ""
echo "Generating OpenFOAM specific .csh and .sh files for the package %{name}-%{version}" echo "Generating foam-extend specific .csh and .sh files for the package %{name}-%{version}"
echo "" echo ""
# #
# Generate package specific .sh file for OpenFOAM # Generate package specific .sh file for foam-extend
# #
mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc
cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh
@ -228,7 +228,7 @@ export PV_PLUGIN_PATH=\$FOAM_LIBBIN/paraview_plugins
DOT_SH_EOF DOT_SH_EOF
# #
# Generate package specific .csh file for OpenFOAM # Generate package specific .csh file for foam-extend
# #
cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh
# Load %{name}-%{version} libraries and binaries if available # Load %{name}-%{version} libraries and binaries if available

View file

@ -95,13 +95,13 @@ Group: Development/Tools
%define pythonVersion $(python -V 2>&1 | awk -F ' ' {'print $2'} | awk -F \. {'print $1 "." $2'}) %define pythonVersion $(python -V 2>&1 | awk -F ' ' {'print $2'} | awk -F \. {'print $1 "." $2'})
# Creation of OpenFOAM specific .csh and .sh files" # Creation of foam-extend specific .csh and .sh files"
echo "" echo ""
echo "Generating OpenFOAM specific .csh and .sh files for the package %{name}-%{version}" echo "Generating foam-extend specific .csh and .sh files for the package %{name}-%{version}"
echo "" echo ""
# #
# Generate package specific .sh file for OpenFOAM # Generate package specific .sh file for foam-extend
# #
mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc
cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh
@ -117,7 +117,7 @@ export PYTHONPATH=\$PYFOAM_DIR/lib/python%{pythonVersion}/site-packages:\$PYTHON
DOT_SH_EOF DOT_SH_EOF
# #
# Generate package specific .csh file for OpenFOAM # Generate package specific .csh file for foam-extend
# #
cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh
# Load %{name}-%{version} libraries and binaries if available # Load %{name}-%{version} libraries and binaries if available
@ -144,7 +144,7 @@ DOT_CSH_EOF
cat << DOT_HARDCODED_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}_hardcoded.sh cat << DOT_HARDCODED_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}_hardcoded.sh
# In this version of the configuration script, the paths are hardcoded, # In this version of the configuration script, the paths are hardcoded,
# which makes it easier to load PyFoam without the OpenFOAM environment # which makes it easier to load PyFoam without the foam-extend environment
# variables # variables
# #
# Load %{name}-%{version} libraries and binaries if available # Load %{name}-%{version} libraries and binaries if available
@ -159,11 +159,11 @@ export PYTHONPATH=\$PYFOAM_DIR/lib/python%{pythonVersion}/site-packages:\$PYTHON
DOT_HARDCODED_SH_EOF DOT_HARDCODED_SH_EOF
# #
# Generate package specific .csh file for OpenFOAM # Generate package specific .csh file for foam-extend
# #
cat << DOT_HARDCODED_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}_hardcoded.csh cat << DOT_HARDCODED_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}_hardcoded.csh
# In this version of the configuration script, the paths are hardcoded, # In this version of the configuration script, the paths are hardcoded,
# which makes it easier to load PyFoam without the OpenFOAM environment # which makes it easier to load PyFoam without the foam-extend environment
# variables # variables
# #
# Load %{name}-%{version} libraries and binaries if available # Load %{name}-%{version} libraries and binaries if available

View file

@ -95,13 +95,13 @@ Group: Development/Tools
%define pythonVersion $(python -V 2>&1 | awk -F ' ' {'print $2'} | awk -F \. {'print $1 "." $2'}) %define pythonVersion $(python -V 2>&1 | awk -F ' ' {'print $2'} | awk -F \. {'print $1 "." $2'})
# Creation of OpenFOAM specific .csh and .sh files" # Creation of foam-extend specific .csh and .sh files"
echo "" echo ""
echo "Generating OpenFOAM specific .csh and .sh files for the package %{name}-%{version}" echo "Generating foam-extend specific .csh and .sh files for the package %{name}-%{version}"
echo "" echo ""
# #
# Generate package specific .sh file for OpenFOAM # Generate package specific .sh file for foam-extend
# #
mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc
cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh
@ -117,7 +117,7 @@ export PYTHONPATH=\$PYFOAM_DIR/lib/python%{pythonVersion}/site-packages:\$PYTHON
DOT_SH_EOF DOT_SH_EOF
# #
# Generate package specific .csh file for OpenFOAM # Generate package specific .csh file for foam-extend
# #
cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh
# Load %{name}-%{version} libraries and binaries if available # Load %{name}-%{version} libraries and binaries if available
@ -144,7 +144,7 @@ DOT_CSH_EOF
cat << DOT_HARDCODED_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}_hardcoded.sh cat << DOT_HARDCODED_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}_hardcoded.sh
# In this version of the configuration script, the paths are hardcoded, # In this version of the configuration script, the paths are hardcoded,
# which makes it easier to load PyFoam without the OpenFOAM environment # which makes it easier to load PyFoam without the foam-extend environment
# variables # variables
# #
# Load %{name}-%{version} libraries and binaries if available # Load %{name}-%{version} libraries and binaries if available
@ -159,11 +159,11 @@ export PYTHONPATH=\$PYFOAM_DIR/lib/python%{pythonVersion}/site-packages:\$PYTHON
DOT_HARDCODED_SH_EOF DOT_HARDCODED_SH_EOF
# #
# Generate package specific .csh file for OpenFOAM # Generate package specific .csh file for foam-extend
# #
cat << DOT_HARDCODED_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}_hardcoded.csh cat << DOT_HARDCODED_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}_hardcoded.csh
# In this version of the configuration script, the paths are hardcoded, # In this version of the configuration script, the paths are hardcoded,
# which makes it easier to load PyFoam without the OpenFOAM environment # which makes it easier to load PyFoam without the foam-extend environment
# variables # variables
# #
# Load %{name}-%{version} libraries and binaries if available # Load %{name}-%{version} libraries and binaries if available

View file

@ -95,13 +95,13 @@ Group: Development/Tools
%define pythonVersion $(python -V 2>&1 | awk -F ' ' {'print $2'} | awk -F \. {'print $1 "." $2'}) %define pythonVersion $(python -V 2>&1 | awk -F ' ' {'print $2'} | awk -F \. {'print $1 "." $2'})
# Creation of OpenFOAM specific .csh and .sh files" # Creation of foam-extend specific .csh and .sh files"
echo "" echo ""
echo "Generating OpenFOAM specific .csh and .sh files for the package %{name}-%{version}" echo "Generating foam-extend specific .csh and .sh files for the package %{name}-%{version}"
echo "" echo ""
# #
# Generate package specific .sh file for OpenFOAM # Generate package specific .sh file for foam-extend
# #
mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc
cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh
@ -117,7 +117,7 @@ export PYTHONPATH=\$PYFOAM_DIR/lib/python%{pythonVersion}/site-packages:\$PYTHON
DOT_SH_EOF DOT_SH_EOF
# #
# Generate package specific .csh file for OpenFOAM # Generate package specific .csh file for foam-extend
# #
cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh
# Load %{name}-%{version} libraries and binaries if available # Load %{name}-%{version} libraries and binaries if available
@ -144,7 +144,7 @@ DOT_CSH_EOF
cat << DOT_HARDCODED_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}_hardcoded.sh cat << DOT_HARDCODED_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}_hardcoded.sh
# In this version of the configuration script, the paths are hardcoded, # In this version of the configuration script, the paths are hardcoded,
# which makes it easier to load PyFoam without the OpenFOAM environment # which makes it easier to load PyFoam without the foam-extend environment
# variables # variables
# #
# Load %{name}-%{version} libraries and binaries if available # Load %{name}-%{version} libraries and binaries if available
@ -159,11 +159,11 @@ export PYTHONPATH=\$PYFOAM_DIR/lib/python%{pythonVersion}/site-packages:\$PYTHON
DOT_HARDCODED_SH_EOF DOT_HARDCODED_SH_EOF
# #
# Generate package specific .csh file for OpenFOAM # Generate package specific .csh file for foam-extend
# #
cat << DOT_HARDCODED_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}_hardcoded.csh cat << DOT_HARDCODED_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}_hardcoded.csh
# In this version of the configuration script, the paths are hardcoded, # In this version of the configuration script, the paths are hardcoded,
# which makes it easier to load PyFoam without the OpenFOAM environment # which makes it easier to load PyFoam without the foam-extend environment
# variables # variables
# #
# Load %{name}-%{version} libraries and binaries if available # Load %{name}-%{version} libraries and binaries if available

View file

@ -95,13 +95,13 @@ Group: Development/Tools
%define pythonVersion $(python -V 2>&1 | awk -F ' ' {'print $2'} | awk -F \. {'print $1 "." $2'}) %define pythonVersion $(python -V 2>&1 | awk -F ' ' {'print $2'} | awk -F \. {'print $1 "." $2'})
# Creation of OpenFOAM specific .csh and .sh files" # Creation of foam-extend specific .csh and .sh files"
echo "" echo ""
echo "Generating OpenFOAM specific .csh and .sh files for the package %{name}-%{version}" echo "Generating foam-extend specific .csh and .sh files for the package %{name}-%{version}"
echo "" echo ""
# #
# Generate package specific .sh file for OpenFOAM # Generate package specific .sh file for foam-extend
# #
mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc
cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh
@ -117,7 +117,7 @@ export PYTHONPATH=\$PYFOAM_DIR/lib/python%{pythonVersion}/site-packages:\$PYTHON
DOT_SH_EOF DOT_SH_EOF
# #
# Generate package specific .csh file for OpenFOAM # Generate package specific .csh file for foam-extend
# #
cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh
# Load %{name}-%{version} libraries and binaries if available # Load %{name}-%{version} libraries and binaries if available
@ -144,7 +144,7 @@ DOT_CSH_EOF
cat << DOT_HARDCODED_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}_hardcoded.sh cat << DOT_HARDCODED_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}_hardcoded.sh
# In this version of the configuration script, the paths are hardcoded, # In this version of the configuration script, the paths are hardcoded,
# which makes it easier to load PyFoam without the OpenFOAM environment # which makes it easier to load PyFoam without the foam-extend environment
# variables # variables
# #
# Load %{name}-%{version} libraries and binaries if available # Load %{name}-%{version} libraries and binaries if available
@ -159,11 +159,11 @@ export PYTHONPATH=\$PYFOAM_DIR/lib/python%{pythonVersion}/site-packages:\$PYTHON
DOT_HARDCODED_SH_EOF DOT_HARDCODED_SH_EOF
# #
# Generate package specific .csh file for OpenFOAM # Generate package specific .csh file for foam-extend
# #
cat << DOT_HARDCODED_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}_hardcoded.csh cat << DOT_HARDCODED_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}_hardcoded.csh
# In this version of the configuration script, the paths are hardcoded, # In this version of the configuration script, the paths are hardcoded,
# which makes it easier to load PyFoam without the OpenFOAM environment # which makes it easier to load PyFoam without the foam-extend environment
# variables # variables
# #
# Load %{name}-%{version} libraries and binaries if available # Load %{name}-%{version} libraries and binaries if available

View file

@ -95,13 +95,13 @@ Group: Development/Tools
%define pythonVersion $(python -V 2>&1 | awk -F ' ' {'print $2'} | awk -F \. {'print $1 "." $2'}) %define pythonVersion $(python -V 2>&1 | awk -F ' ' {'print $2'} | awk -F \. {'print $1 "." $2'})
# Creation of OpenFOAM specific .csh and .sh files" # Creation of foam-extend specific .csh and .sh files"
echo "" echo ""
echo "Generating OpenFOAM specific .csh and .sh files for the package %{name}-%{version}" echo "Generating foam-extend specific .csh and .sh files for the package %{name}-%{version}"
echo "" echo ""
# #
# Generate package specific .sh file for OpenFOAM # Generate package specific .sh file for foam-extend
# #
mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc
cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh
@ -117,7 +117,7 @@ export PYTHONPATH=\$PYFOAM_DIR/lib/python%{pythonVersion}/site-packages:\$PYTHON
DOT_SH_EOF DOT_SH_EOF
# #
# Generate package specific .csh file for OpenFOAM # Generate package specific .csh file for foam-extend
# #
cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh
# Load %{name}-%{version} libraries and binaries if available # Load %{name}-%{version} libraries and binaries if available
@ -144,7 +144,7 @@ DOT_CSH_EOF
cat << DOT_HARDCODED_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}_hardcoded.sh cat << DOT_HARDCODED_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}_hardcoded.sh
# In this version of the configuration script, the paths are hardcoded, # In this version of the configuration script, the paths are hardcoded,
# which makes it easier to load PyFoam without the OpenFOAM environment # which makes it easier to load PyFoam without the foam-extend environment
# variables # variables
# #
# Load %{name}-%{version} libraries and binaries if available # Load %{name}-%{version} libraries and binaries if available
@ -159,11 +159,11 @@ export PYTHONPATH=\$PYFOAM_DIR/lib/python%{pythonVersion}/site-packages:\$PYTHON
DOT_HARDCODED_SH_EOF DOT_HARDCODED_SH_EOF
# #
# Generate package specific .csh file for OpenFOAM # Generate package specific .csh file for foam-extend
# #
cat << DOT_HARDCODED_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}_hardcoded.csh cat << DOT_HARDCODED_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}_hardcoded.csh
# In this version of the configuration script, the paths are hardcoded, # In this version of the configuration script, the paths are hardcoded,
# which makes it easier to load PyFoam without the OpenFOAM environment # which makes it easier to load PyFoam without the foam-extend environment
# variables # variables
# #
# Load %{name}-%{version} libraries and binaries if available # Load %{name}-%{version} libraries and binaries if available

View file

@ -103,13 +103,13 @@ Group: Development/Tools
%install %install
make install DESTDIR=$RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT
# Creation of OpenFOAM specific .csh and .sh files" # Creation of foam-extend specific .csh and .sh files"
echo "" echo ""
echo "Generating OpenFOAM specific .csh and .sh files for the package %{name}-%{version}" echo "Generating foam-extend specific .csh and .sh files for the package %{name}-%{version}"
echo "" echo ""
# #
# Generate package specific .sh file for OpenFOAM # Generate package specific .sh file for foam-extend
# #
mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc
cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh
@ -124,7 +124,7 @@ export PYTHON_BIN_DIR=\$PYTHON_DIR/bin
DOT_SH_EOF DOT_SH_EOF
# #
# Generate package specific .csh file for OpenFOAM # Generate package specific .csh file for foam-extend
# #
cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh
# Load %{name}-%{version} libraries and binaries if available # Load %{name}-%{version} libraries and binaries if available

View file

@ -102,13 +102,13 @@ Group: Development/Tools
%install %install
make install DESTDIR=$RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT
# Creation of OpenFOAM specific .csh and .sh files" # Creation of foam-extend specific .csh and .sh files"
echo "" echo ""
echo "Generating OpenFOAM specific .csh and .sh files for the package %{name}-%{version}" echo "Generating foam-extend specific .csh and .sh files for the package %{name}-%{version}"
echo "" echo ""
# #
# Generate package specific .sh file for OpenFOAM # Generate package specific .sh file for foam-extend
# #
mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc
cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh
@ -124,7 +124,7 @@ export BISON_DIR=\$WM_THIRD_PARTY_DIR/packages/%{name}-%{version}/platforms/\$WM
DOT_SH_EOF DOT_SH_EOF
# #
# Generate package specific .csh file for OpenFOAM # Generate package specific .csh file for foam-extend
# #
cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh
# Load %{name}-%{version} libraries and binaries if available # Load %{name}-%{version} libraries and binaries if available

154
ThirdParty/rpmBuild/SPECS/bison-2.7.spec vendored Normal file
View file

@ -0,0 +1,154 @@
#------------------------------------------------------------------------------
# ========= |
# \\ / F ield | foam-extend: Open Source CFD
# \\ / O peration |
# \\ / A nd | For copyright notice see file Copyright
# \\/ M anipulation |
#------------------------------------------------------------------------------
# License
# This file is part of foam-extend.
#
# foam-extend is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the
# Free Software Foundation, either version 3 of the License, or (at your
# option) any later version.
#
# foam-extend is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
#
# Script
# RPM spec file for bison-2.7
#
# Description
# RPM spec file for creating a relocatable RPM
#
# Author:
# Martin Beaudoin, Hydro-Quebec, (2014)
#
#------------------------------------------------------------------------------
# We grab the value of WM_THIRD_PARTY and WM_OPTIONS from the environment variable
%{expand:%%define _WM_THIRD_PARTY_DIR %(echo $WM_THIRD_PARTY_DIR)}
%{expand:%%define _WM_OPTIONS %(echo $WM_OPTIONS)}
# Disable the generation of debuginfo packages
%define debug_package %{nil}
# The topdir needs to point to the $WM_THIRD_PARTY/rpmbuild directory
%define _topdir %{_WM_THIRD_PARTY_DIR}/rpmBuild
%define _tmppath %{_topdir}/tmp
# Will install the package directly $WM_THIRD_PARTY_DIR
# Some comments about package relocation:
# By using this prefix for the Prefix: parameter in this file, you will make this
# package relocatable.
#
# This is fine, as long as your software is itself relocatable.
#
# Simply take note that libraries built with libtool are not relocatable because the
# prefix we specify will be hard-coded in the library .la files.
# Ref: http://sourceware.org/autobook/autobook/autobook_80.html
#
# In that case, if you ever change the value of the $WM_THIRD_PARTY_DIR, you will
# not be able to reutilize this RPM, even though it is relocatable. You will need to
# regenerate the RPM.
#
%define _prefix %{_WM_THIRD_PARTY_DIR}
%define name bison
%define release %{_WM_OPTIONS}
%define version 2.7
%define buildroot %{_topdir}/BUILD/%{name}-%{version}-root
BuildRoot: %{buildroot}
Summary: bison
License: Unkown
Name: %{name}
Version: %{version}
Release: %{release}
URL: http://ftp.gnu.org/gnu/bison
Source: %url/%{name}-%{version}.tar.gz
Prefix: %{_prefix}
Group: Development/Tools
%define _installPrefix %{_prefix}/packages/%{name}-%{version}/platforms/%{_WM_OPTIONS}
%description
%{summary}
%prep
%setup -q
%build
# export WM settings in a form that GNU configure recognizes
[ -n "$WM_CC" ] && export CC="$WM_CC"
[ -n "$WM_CXX" ] && export CXX="$WM_CXX"
[ -n "$WM_CFLAGS" ] && export CFLAGS="$WM_CFLAGS"
[ -n "$WM_CXXFLAGS" ] && export CXXFLAGS="$WM_CXXFLAGS"
[ -n "$WM_LDFLAGS" ] && export LDFLAGS="$WM_LDFLAGS"
./configure \
--prefix=%{_installPrefix}
[ -z "$WM_NCOMPPROCS" ] && WM_NCOMPPROCS=1
make -j $WM_NCOMPPROCS
%install
make install DESTDIR=$RPM_BUILD_ROOT
# Creation of foam-extend specific .csh and .sh files"
echo ""
echo "Generating foam-extend specific .csh and .sh files for the package %{name}-%{version}"
echo ""
#
# Generate package specific .sh file for foam-extend
#
mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc
cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh
# Load %{name}-%{version} libraries and binaries if available
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
export BISON_DIR=\$WM_THIRD_PARTY_DIR/packages/%{name}-%{version}/platforms/\$WM_OPTIONS
[ -d \$BISON_DIR/lib ] && _foamAddLib \$BISON_DIR/lib
# Enable access to the package applications if present
[ -d \$BISON_DIR/bin ] && _foamAddPath \$BISON_DIR/bin
DOT_SH_EOF
#
# Generate package specific .csh file for foam-extend
#
cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh
# Load %{name}-%{version} libraries and binaries if available
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
setenv BISON_DIR \$WM_THIRD_PARTY_DIR/packages/%{name}-%{version}/platforms/\$WM_OPTIONS
if ( -e \$BISON_DIR/lib ) then
_foamAddLib \$BISON_DIR/lib
endif
if ( -e \$BISON_DIR/bin ) then
_foamAddPath \$BISON_DIR/bin
endif
DOT_CSH_EOF
#finally, generate a .tgz file for systems where using rpm for installing packages
# as a non-root user might be a problem.
(mkdir -p %{_topdir}/TGZS/%{_target_cpu}; cd $RPM_BUILD_ROOT/%{_prefix}; tar -zcvf %{_topdir}/TGZS/%{_target_cpu}/%{name}-%{version}.tgz packages/%{name}-%{version})
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root)
%{_installPrefix}

View file

@ -113,13 +113,13 @@ Group: Development/Tools
%install %install
make install DESTDIR=$RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT
# Creation of OpenFOAM specific .csh and .sh files" # Creation of foam-extend specific .csh and .sh files"
echo "" echo ""
echo "Generating OpenFOAM specific .csh and .sh files for the package %{name}-%{version}" echo "Generating foam-extend specific .csh and .sh files for the package %{name}-%{version}"
echo "" echo ""
# #
# Generate package specific .sh file for OpenFOAM # Generate package specific .sh file for foam-extend
# #
mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc
cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh
@ -134,7 +134,7 @@ export CMAKE_BIN_DIR=\$CMAKE_DIR/bin
DOT_SH_EOF DOT_SH_EOF
# #
# Generate package specific .csh file for OpenFOAM # Generate package specific .csh file for foam-extend
# #
cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh
# Load %{name}-%{version} libraries and binaries if available # Load %{name}-%{version} libraries and binaries if available

View file

@ -113,13 +113,13 @@ Group: Development/Tools
%install %install
make install DESTDIR=$RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT
# Creation of OpenFOAM specific .csh and .sh files" # Creation of foam-extend specific .csh and .sh files"
echo "" echo ""
echo "Generating OpenFOAM specific .csh and .sh files for the package %{name}-%{version}" echo "Generating foam-extend specific .csh and .sh files for the package %{name}-%{version}"
echo "" echo ""
# #
# Generate package specific .sh file for OpenFOAM # Generate package specific .sh file for foam-extend
# #
mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc
cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh
@ -134,7 +134,7 @@ export CMAKE_BIN_DIR=\$CMAKE_DIR/bin
DOT_SH_EOF DOT_SH_EOF
# #
# Generate package specific .csh file for OpenFOAM # Generate package specific .csh file for foam-extend
# #
cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh
# Load %{name}-%{version} libraries and binaries if available # Load %{name}-%{version} libraries and binaries if available

View file

@ -103,13 +103,13 @@ Group: Development/Tools
%install %install
make install DESTDIR=$RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT
# Creation of OpenFOAM specific .csh and .sh files" # Creation of foam-extend specific .csh and .sh files"
echo "" echo ""
echo "Generating OpenFOAM specific .csh and .sh files for the package %{name}-%{version}" echo "Generating foam-extend specific .csh and .sh files for the package %{name}-%{version}"
echo "" echo ""
# #
# Generate package specific .sh file for OpenFOAM # Generate package specific .sh file for foam-extend
# #
mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc
cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh
@ -124,7 +124,7 @@ export CMAKE_BIN_DIR=\$CMAKE_DIR/bin
DOT_SH_EOF DOT_SH_EOF
# #
# Generate package specific .csh file for OpenFOAM # Generate package specific .csh file for foam-extend
# #
cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh
# Load %{name}-%{version} libraries and binaries if available # Load %{name}-%{version} libraries and binaries if available

View file

@ -103,13 +103,13 @@ Group: Development/Tools
%install %install
make install DESTDIR=$RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT
# Creation of OpenFOAM specific .csh and .sh files" # Creation of foam-extend specific .csh and .sh files"
echo "" echo ""
echo "Generating OpenFOAM specific .csh and .sh files for the package %{name}-%{version}" echo "Generating foam-extend specific .csh and .sh files for the package %{name}-%{version}"
echo "" echo ""
# #
# Generate package specific .sh file for OpenFOAM # Generate package specific .sh file for foam-extend
# #
mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc
cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh
@ -124,7 +124,7 @@ export CMAKE_BIN_DIR=\$CMAKE_DIR/bin
DOT_SH_EOF DOT_SH_EOF
# #
# Generate package specific .csh file for OpenFOAM # Generate package specific .csh file for foam-extend
# #
cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh
# Load %{name}-%{version} libraries and binaries if available # Load %{name}-%{version} libraries and binaries if available

View file

@ -103,13 +103,13 @@ Group: Development/Tools
%install %install
make install DESTDIR=$RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT
# Creation of OpenFOAM specific .csh and .sh files" # Creation of foam-extend specific .csh and .sh files"
echo "" echo ""
echo "Generating OpenFOAM specific .csh and .sh files for the package %{name}-%{version}" echo "Generating foam-extend specific .csh and .sh files for the package %{name}-%{version}"
echo "" echo ""
# #
# Generate package specific .sh file for OpenFOAM # Generate package specific .sh file for foam-extend
# #
mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc
cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh
@ -124,7 +124,7 @@ export CMAKE_BIN_DIR=\$CMAKE_DIR/bin
DOT_SH_EOF DOT_SH_EOF
# #
# Generate package specific .csh file for OpenFOAM # Generate package specific .csh file for foam-extend
# #
cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh
# Load %{name}-%{version} libraries and binaries if available # Load %{name}-%{version} libraries and binaries if available

View file

@ -103,13 +103,13 @@ Group: Development/Tools
%install %install
make install DESTDIR=$RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT
# Creation of OpenFOAM specific .csh and .sh files" # Creation of foam-extend specific .csh and .sh files"
echo "" echo ""
echo "Generating OpenFOAM specific .csh and .sh files for the package %{name}-%{version}" echo "Generating foam-extend specific .csh and .sh files for the package %{name}-%{version}"
echo "" echo ""
# #
# Generate package specific .sh file for OpenFOAM # Generate package specific .sh file for foam-extend
# #
mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc
cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh
@ -124,7 +124,7 @@ export CMAKE_BIN_DIR=\$CMAKE_DIR/bin
DOT_SH_EOF DOT_SH_EOF
# #
# Generate package specific .csh file for OpenFOAM # Generate package specific .csh file for foam-extend
# #
cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh
# Load %{name}-%{version} libraries and binaries if available # Load %{name}-%{version} libraries and binaries if available

View file

@ -102,13 +102,13 @@ Group: Development/Tools
%install %install
make install DESTDIR=$RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT
# Creation of OpenFOAM specific .csh and .sh files" # Creation of foam-extend specific .csh and .sh files"
echo "" echo ""
echo "Generating OpenFOAM specific .csh and .sh files for the package %{name}-%{version}" echo "Generating foam-extend specific .csh and .sh files for the package %{name}-%{version}"
echo "" echo ""
# #
# Generate package specific .sh file for OpenFOAM # Generate package specific .sh file for foam-extend
# #
mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc
cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh
@ -124,7 +124,7 @@ export FLEX_DIR=\$WM_THIRD_PARTY_DIR/packages/%{name}-%{version}/platforms/\$WM_
DOT_SH_EOF DOT_SH_EOF
# #
# Generate package specific .csh file for OpenFOAM # Generate package specific .csh file for foam-extend
# #
cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh
# Load %{name}-%{version} libraries and binaries if available # Load %{name}-%{version} libraries and binaries if available

View file

@ -119,13 +119,13 @@ Group: Development/Tools
cd ./objBuildDir cd ./objBuildDir
make install DESTDIR=$RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT
# Creation of OpenFOAM specific .csh and .sh files" # Creation of foam-extend specific .csh and .sh files"
echo "" echo ""
echo "Generating OpenFOAM specific .csh and .sh files for the package %{name}-%{version}" echo "Generating foam-extend specific .csh and .sh files for the package %{name}-%{version}"
echo "" echo ""
# #
# Generate package specific .sh file for OpenFOAM # Generate package specific .sh file for foam-extend
# #
mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc
cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh
@ -142,7 +142,7 @@ export WM_COMPILER_DIR=\$WM_THIRD_PARTY_DIR/packages/%{name}-%{version}/platform
DOT_SH_EOF DOT_SH_EOF
# #
# Generate package specific .csh file for OpenFOAM # Generate package specific .csh file for foam-extend
# #
cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh
# Load %{name}-%{version} libraries and binaries if available # Load %{name}-%{version} libraries and binaries if available

View file

@ -117,13 +117,13 @@ Group: Development/Tools
cd ./objBuildDir cd ./objBuildDir
make install DESTDIR=$RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT
# Creation of OpenFOAM specific .csh and .sh files" # Creation of foam-extend specific .csh and .sh files"
echo "" echo ""
echo "Generating OpenFOAM specific .csh and .sh files for the package %{name}-%{version}" echo "Generating foam-extend specific .csh and .sh files for the package %{name}-%{version}"
echo "" echo ""
# #
# Generate package specific .sh file for OpenFOAM # Generate package specific .sh file for foam-extend
# #
mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc
cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh
@ -139,7 +139,7 @@ export GCC_DIR=\$WM_THIRD_PARTY_DIR/packages/%{name}-%{version}/platforms/\$WM_O
DOT_SH_EOF DOT_SH_EOF
# #
# Generate package specific .csh file for OpenFOAM # Generate package specific .csh file for foam-extend
# #
cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh
# Load %{name}-%{version} libraries and binaries if available # Load %{name}-%{version} libraries and binaries if available

View file

@ -1,26 +1,25 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# ========= | # ========= |
# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox # \\ / F ield | foam-extend: Open Source CFD
# \\ / O peration | # \\ / O peration |
# \\ / A nd | Copyright held by original author # \\ / A nd | For copyright notice see file Copyright
# \\/ M anipulation | # \\/ M anipulation |
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# License # License
# This file is part of OpenFOAM. # This file is part of foam-extend.
# #
# OpenFOAM is free software; you can redistribute it and/or modify it # foam-extend is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the # under the terms of the GNU General Public License as published by the
# Free Software Foundation; either version 2 of the License, or (at your # Free Software Foundation, either version 3 of the License, or (at your
# option) any later version. # option) any later version.
# #
# OpenFOAM is distributed in the hope that it will be useful, but WITHOUT # foam-extend is distributed in the hope that it will be useful, but
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or # WITHOUT ANY WARRANTY; without even the implied warranty of
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# for more details. # General Public License for more details.
# #
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with OpenFOAM; if not, write to the Free Software Foundation, # along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# #
# Script # Script
# RPM spec file for gcc-4.6.4 # RPM spec file for gcc-4.6.4
@ -118,13 +117,13 @@ Group: Development/Tools
cd ./objBuildDir cd ./objBuildDir
make install DESTDIR=$RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT
# Creation of OpenFOAM specific .csh and .sh files" # Creation of foam-extend specific .csh and .sh files"
echo "" echo ""
echo "Generating OpenFOAM specific .csh and .sh files for the package %{name}-%{version}" echo "Generating foam-extend specific .csh and .sh files for the package %{name}-%{version}"
echo "" echo ""
# #
# Generate package specific .sh file for OpenFOAM # Generate package specific .sh file for foam-extend
# #
mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc
cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh
@ -142,7 +141,7 @@ export GCC_DIR=\$WM_THIRD_PARTY_DIR/packages/%{name}-%{version}/platforms/\$WM_O
DOT_SH_EOF DOT_SH_EOF
# #
# Generate package specific .csh file for OpenFOAM # Generate package specific .csh file for foam-extend
# #
cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh
# Load %{name}-%{version} libraries and binaries if available # Load %{name}-%{version} libraries and binaries if available

View file

@ -101,13 +101,13 @@ Group: Development/Tools
%install %install
make install DESTDIR=$RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT
# Creation of OpenFOAM specific .csh and .sh files" # Creation of foam-extend specific .csh and .sh files"
echo "" echo ""
echo "Generating OpenFOAM specific .csh and .sh files for the package %{name}-%{version}" echo "Generating foam-extend specific .csh and .sh files for the package %{name}-%{version}"
echo "" echo ""
# #
# Generate package specific .sh file for OpenFOAM # Generate package specific .sh file for foam-extend
# #
mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc
cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh
@ -123,7 +123,7 @@ export GMP_DIR=\$WM_THIRD_PARTY_DIR/packages/%{name}-%{version}/platforms/\$WM_O
DOT_SH_EOF DOT_SH_EOF
# #
# Generate package specific .csh file for OpenFOAM # Generate package specific .csh file for foam-extend
# #
cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh
# Load %{name}-%{version} libraries and binaries if available # Load %{name}-%{version} libraries and binaries if available

View file

@ -1,26 +1,25 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# ========= | # ========= |
# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox # \\ / F ield | foam-extend: Open Source CFD
# \\ / O peration | # \\ / O peration |
# \\ / A nd | Copyright held by original author # \\ / A nd | For copyright notice see file Copyright
# \\/ M anipulation | # \\/ M anipulation |
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# License # License
# This file is part of OpenFOAM. # This file is part of foam-extend.
# #
# OpenFOAM is free software; you can redistribute it and/or modify it # foam-extend is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the # under the terms of the GNU General Public License as published by the
# Free Software Foundation; either version 2 of the License, or (at your # Free Software Foundation, either version 3 of the License, or (at your
# option) any later version. # option) any later version.
# #
# OpenFOAM is distributed in the hope that it will be useful, but WITHOUT # foam-extend is distributed in the hope that it will be useful, but
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or # WITHOUT ANY WARRANTY; without even the implied warranty of
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# for more details. # General Public License for more details.
# #
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with OpenFOAM; if not, write to the Free Software Foundation, # along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# #
# Script # Script
# RPM spec file for gmp-5.1.2 # RPM spec file for gmp-5.1.2
@ -102,13 +101,13 @@ Group: Development/Tools
%install %install
make install DESTDIR=$RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT
# Creation of OpenFOAM specific .csh and .sh files" # Creation of foam-extend specific .csh and .sh files"
echo "" echo ""
echo "Generating OpenFOAM specific .csh and .sh files for the package %{name}-%{version}" echo "Generating foam-extend specific .csh and .sh files for the package %{name}-%{version}"
echo "" echo ""
# #
# Generate package specific .sh file for OpenFOAM # Generate package specific .sh file for foam-extend
# #
mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc
cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh
@ -124,7 +123,7 @@ export GMP_DIR=\$WM_THIRD_PARTY_DIR/packages/%{name}-%{version}/platforms/\$WM_O
DOT_SH_EOF DOT_SH_EOF
# #
# Generate package specific .csh file for OpenFOAM # Generate package specific .csh file for foam-extend
# #
cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh
# Load %{name}-%{version} libraries and binaries if available # Load %{name}-%{version} libraries and binaries if available

View file

@ -103,13 +103,13 @@ Group: Development/Tools
%install %install
make install DESTDIR=$RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT
# Creation of OpenFOAM specific .csh and .sh files" # Creation of foam-extend specific .csh and .sh files"
echo "" echo ""
echo "Generating OpenFOAM specific .csh and .sh files for the package %{name}-%{version}" echo "Generating foam-extend specific .csh and .sh files for the package %{name}-%{version}"
echo "" echo ""
# #
# Generate package specific .sh file for OpenFOAM # Generate package specific .sh file for foam-extend
# #
mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc
cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh
@ -124,7 +124,7 @@ export HWLOC_BIN_DIR=\$HWLOC_DIR/bin
DOT_SH_EOF DOT_SH_EOF
# #
# Generate package specific .csh file for OpenFOAM # Generate package specific .csh file for foam-extend
# #
cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh
# Load %{name}-%{version} libraries and binaries if available # Load %{name}-%{version} libraries and binaries if available

View file

@ -103,13 +103,13 @@ Group: Development/Tools
%install %install
make install DESTDIR=$RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT
# Creation of OpenFOAM specific .csh and .sh files" # Creation of foam-extend specific .csh and .sh files"
echo "" echo ""
echo "Generating OpenFOAM specific .csh and .sh files for the package %{name}-%{version}" echo "Generating foam-extend specific .csh and .sh files for the package %{name}-%{version}"
echo "" echo ""
# #
# Generate package specific .sh file for OpenFOAM # Generate package specific .sh file for foam-extend
# #
mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc
cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh
@ -124,7 +124,7 @@ export HWLOC_BIN_DIR=\$HWLOC_DIR/bin
DOT_SH_EOF DOT_SH_EOF
# #
# Generate package specific .csh file for OpenFOAM # Generate package specific .csh file for foam-extend
# #
cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh
# Load %{name}-%{version} libraries and binaries if available # Load %{name}-%{version} libraries and binaries if available

View file

@ -132,13 +132,13 @@ Patch0: libccmio-2.6.1.patch_0
mv ${libsdir}/* $RPM_BUILD_ROOT/%{_installPrefix}/lib mv ${libsdir}/* $RPM_BUILD_ROOT/%{_installPrefix}/lib
cp libccmio/*.h $RPM_BUILD_ROOT/%{_installPrefix}/include/libccmio cp libccmio/*.h $RPM_BUILD_ROOT/%{_installPrefix}/include/libccmio
# Creation of OpenFOAM specific .csh and .sh files" # Creation of foam-extend specific .csh and .sh files"
echo "" echo ""
echo "Generating OpenFOAM specific .csh and .sh files for the package %{name}-%{version}" echo "Generating foam-extend specific .csh and .sh files for the package %{name}-%{version}"
echo "" echo ""
# #
# Generate package specific .sh file for OpenFOAM # Generate package specific .sh file for foam-extend
# #
mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc
cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh
@ -157,7 +157,7 @@ export LIBCCMIO_INCLUDE_DIR=\$LIBCCMIO_DIR/include
DOT_SH_EOF DOT_SH_EOF
# #
# Generate package specific .csh file for OpenFOAM # Generate package specific .csh file for foam-extend
# #
cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh
# Load %{name}-%{version} libraries and binaries if available # Load %{name}-%{version} libraries and binaries if available

View file

@ -102,13 +102,13 @@ Group: Development/Tools
%install %install
make install DESTDIR=$RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT
# Creation of OpenFOAM specific .csh and .sh files" # Creation of foam-extend specific .csh and .sh files"
echo "" echo ""
echo "Generating OpenFOAM specific .csh and .sh files for the package %{name}-%{version}" echo "Generating foam-extend specific .csh and .sh files for the package %{name}-%{version}"
echo "" echo ""
# #
# Generate package specific .sh file for OpenFOAM # Generate package specific .sh file for foam-extend
# #
mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc
cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh
@ -124,7 +124,7 @@ export M4_DIR=\$WM_THIRD_PARTY_DIR/packages/%{name}-%{version}/platforms/\$WM_OP
DOT_SH_EOF DOT_SH_EOF
# #
# Generate package specific .csh file for OpenFOAM # Generate package specific .csh file for foam-extend
# #
cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh
# Load %{name}-%{version} libraries and binaries if available # Load %{name}-%{version} libraries and binaries if available

View file

@ -124,13 +124,13 @@ Patch0: mesquite-2.1.2_patch0
%install %install
make install DESTDIR=$RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT
# Creation of OpenFOAM specific .csh and .sh files" # Creation of foam-extend specific .csh and .sh files"
echo "" echo ""
echo "Generating OpenFOAM specific .csh and .sh files for the package %{name}-%{version}" echo "Generating foam-extend specific .csh and .sh files for the package %{name}-%{version}"
echo "" echo ""
# #
# Generate package specific .sh file for OpenFOAM # Generate package specific .sh file for foam-extend
# #
mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc
cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh
@ -148,7 +148,7 @@ export MESQUITE_INCLUDE_DIR=\$MESQUITE_DIR/include
DOT_SH_EOF DOT_SH_EOF
# #
# Generate package specific .csh file for OpenFOAM # Generate package specific .csh file for foam-extend
# #
cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh
# Load %{name}-%{version} libraries and binaries if available # Load %{name}-%{version} libraries and binaries if available

View file

@ -116,13 +116,13 @@ Patch0: metis-5.0pre2_patch_darwin
cp build/*/libmetis.* $RPM_BUILD_ROOT/%{_installPrefix}/lib cp build/*/libmetis.* $RPM_BUILD_ROOT/%{_installPrefix}/lib
cp include/metis.h $RPM_BUILD_ROOT/%{_installPrefix}/include cp include/metis.h $RPM_BUILD_ROOT/%{_installPrefix}/include
# Creation of OpenFOAM specific .csh and .sh files" # Creation of foam-extend specific .csh and .sh files"
echo "" echo ""
echo "Generating OpenFOAM specific .csh and .sh files for the package %{name}-%{version}" echo "Generating foam-extend specific .csh and .sh files for the package %{name}-%{version}"
echo "" echo ""
# #
# Generate package specific .sh file for OpenFOAM # Generate package specific .sh file for foam-extend
# #
mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc
cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh
@ -141,7 +141,7 @@ export METIS_INCLUDE_DIR=\$METIS_DIR/include
DOT_SH_EOF DOT_SH_EOF
# #
# Generate package specific .csh file for OpenFOAM # Generate package specific .csh file for foam-extend
# #
cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh
# Load %{name}-%{version} libraries and binaries if available # Load %{name}-%{version} libraries and binaries if available

View file

@ -117,13 +117,13 @@ Patch0: metis-5.1.0_patch_gcc
cp build/*/libmetis/libmetis.* $RPM_BUILD_ROOT/%{_installPrefix}/lib cp build/*/libmetis/libmetis.* $RPM_BUILD_ROOT/%{_installPrefix}/lib
cp include/metis.h $RPM_BUILD_ROOT/%{_installPrefix}/include cp include/metis.h $RPM_BUILD_ROOT/%{_installPrefix}/include
# Creation of OpenFOAM specific .csh and .sh files" # Creation of foam-extend specific .csh and .sh files"
echo "" echo ""
echo "Generating OpenFOAM specific .csh and .sh files for the package %{name}-%{version}" echo "Generating foam-extend specific .csh and .sh files for the package %{name}-%{version}"
echo "" echo ""
# #
# Generate package specific .sh file for OpenFOAM # Generate package specific .sh file for foam-extend
# #
mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc
cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh
@ -142,7 +142,7 @@ export METIS_INCLUDE_DIR=\$METIS_DIR/include
DOT_SH_EOF DOT_SH_EOF
# #
# Generate package specific .csh file for OpenFOAM # Generate package specific .csh file for foam-extend
# #
cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh
# Load %{name}-%{version} libraries and binaries if available # Load %{name}-%{version} libraries and binaries if available

View file

@ -108,13 +108,13 @@ Group: Development/Tools
%install %install
make install DESTDIR=$RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT
# Creation of OpenFOAM specific .csh and .sh files" # Creation of foam-extend specific .csh and .sh files"
echo "" echo ""
echo "Generating OpenFOAM specific .csh and .sh files for the package %{name}-%{version}" echo "Generating foam-extend specific .csh and .sh files for the package %{name}-%{version}"
echo "" echo ""
# #
# Generate package specific .sh file for OpenFOAM # Generate package specific .sh file for foam-extend
# #
mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc
cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh
@ -130,7 +130,7 @@ export MPC_DIR=\$WM_THIRD_PARTY_DIR/packages/%{name}-%{version}/platforms/\$WM_O
DOT_SH_EOF DOT_SH_EOF
# #
# Generate package specific .csh file for OpenFOAM # Generate package specific .csh file for foam-extend
# #
cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh
# Load %{name}-%{version} libraries and binaries if available # Load %{name}-%{version} libraries and binaries if available

View file

@ -1,26 +1,25 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# ========= | # ========= |
# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox # \\ / F ield | foam-extend: Open Source CFD
# \\ / O peration | # \\ / O peration |
# \\ / A nd | Copyright held by original author # \\ / A nd | For copyright notice see file Copyright
# \\/ M anipulation | # \\/ M anipulation |
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# License # License
# This file is part of OpenFOAM. # This file is part of foam-extend.
# #
# OpenFOAM is free software; you can redistribute it and/or modify it # foam-extend is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the # under the terms of the GNU General Public License as published by the
# Free Software Foundation; either version 2 of the License, or (at your # Free Software Foundation, either version 3 of the License, or (at your
# option) any later version. # option) any later version.
# #
# OpenFOAM is distributed in the hope that it will be useful, but WITHOUT # foam-extend is distributed in the hope that it will be useful, but
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or # WITHOUT ANY WARRANTY; without even the implied warranty of
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# for more details. # General Public License for more details.
# #
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with OpenFOAM; if not, write to the Free Software Foundation, # along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# #
# Script # Script
# RPM spec file for mpc-1.0.1 # RPM spec file for mpc-1.0.1
@ -109,13 +108,13 @@ Group: Development/Tools
%install %install
make install DESTDIR=$RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT
# Creation of OpenFOAM specific .csh and .sh files" # Creation of foam-extend specific .csh and .sh files"
echo "" echo ""
echo "Generating OpenFOAM specific .csh and .sh files for the package %{name}-%{version}" echo "Generating foam-extend specific .csh and .sh files for the package %{name}-%{version}"
echo "" echo ""
# #
# Generate package specific .sh file for OpenFOAM # Generate package specific .sh file for foam-extend
# #
mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc
cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh
@ -131,7 +130,7 @@ export MPC_DIR=\$WM_THIRD_PARTY_DIR/packages/%{name}-%{version}/platforms/\$WM_O
DOT_SH_EOF DOT_SH_EOF
# #
# Generate package specific .csh file for OpenFOAM # Generate package specific .csh file for foam-extend
# #
cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh
# Load %{name}-%{version} libraries and binaries if available # Load %{name}-%{version} libraries and binaries if available

View file

@ -105,13 +105,13 @@ Group: Development/Tools
make install DESTDIR=$RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT
# Creation of OpenFOAM specific .csh and .sh files" # Creation of foam-extend specific .csh and .sh files"
echo "" echo ""
echo "Generating OpenFOAM specific .csh and .sh files for the package %{name}-%{version}" echo "Generating foam-extend specific .csh and .sh files for the package %{name}-%{version}"
echo "" echo ""
# #
# Generate package specific .sh file for OpenFOAM # Generate package specific .sh file for foam-extend
# #
mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc
cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh
@ -127,7 +127,7 @@ export MPFR_DIR=\$WM_THIRD_PARTY_DIR/packages/%{name}-%{version}/platforms/\$WM_
DOT_SH_EOF DOT_SH_EOF
# #
# Generate package specific .csh file for OpenFOAM # Generate package specific .csh file for foam-extend
# #
cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh
# Load %{name}-%{version} libraries and binaries if available # Load %{name}-%{version} libraries and binaries if available

View file

@ -105,13 +105,13 @@ Group: Development/Tools
make install DESTDIR=$RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT
# Creation of OpenFOAM specific .csh and .sh files" # Creation of foam-extend specific .csh and .sh files"
echo "" echo ""
echo "Generating OpenFOAM specific .csh and .sh files for the package %{name}-%{version}" echo "Generating foam-extend specific .csh and .sh files for the package %{name}-%{version}"
echo "" echo ""
# #
# Generate package specific .sh file for OpenFOAM # Generate package specific .sh file for foam-extend
# #
mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc
cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh
@ -127,7 +127,7 @@ export MPFR_DIR=\$WM_THIRD_PARTY_DIR/packages/%{name}-%{version}/platforms/\$WM_
DOT_SH_EOF DOT_SH_EOF
# #
# Generate package specific .csh file for OpenFOAM # Generate package specific .csh file for foam-extend
# #
cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh
# Load %{name}-%{version} libraries and binaries if available # Load %{name}-%{version} libraries and binaries if available

View file

@ -1,26 +1,25 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# ========= | # ========= |
# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox # \\ / F ield | foam-extend: Open Source CFD
# \\ / O peration | # \\ / O peration |
# \\ / A nd | Copyright held by original author # \\ / A nd | For copyright notice see file Copyright
# \\/ M anipulation | # \\/ M anipulation |
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# License # License
# This file is part of OpenFOAM. # This file is part of foam-extend.
# #
# OpenFOAM is free software; you can redistribute it and/or modify it # foam-extend is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the # under the terms of the GNU General Public License as published by the
# Free Software Foundation; either version 2 of the License, or (at your # Free Software Foundation, either version 3 of the License, or (at your
# option) any later version. # option) any later version.
# #
# OpenFOAM is distributed in the hope that it will be useful, but WITHOUT # foam-extend is distributed in the hope that it will be useful, but
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or # WITHOUT ANY WARRANTY; without even the implied warranty of
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# for more details. # General Public License for more details.
# #
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with OpenFOAM; if not, write to the Free Software Foundation, # along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# #
# Script # Script
# RPM spec file for mpfr-3.1.2 # RPM spec file for mpfr-3.1.2
@ -106,13 +105,13 @@ Group: Development/Tools
make install DESTDIR=$RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT
# Creation of OpenFOAM specific .csh and .sh files" # Creation of foam-extend specific .csh and .sh files"
echo "" echo ""
echo "Generating OpenFOAM specific .csh and .sh files for the package %{name}-%{version}" echo "Generating foam-extend specific .csh and .sh files for the package %{name}-%{version}"
echo "" echo ""
# #
# Generate package specific .sh file for OpenFOAM # Generate package specific .sh file for foam-extend
# #
mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc
cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh
@ -128,7 +127,7 @@ export MPFR_DIR=\$WM_THIRD_PARTY_DIR/packages/%{name}-%{version}/platforms/\$WM_
DOT_SH_EOF DOT_SH_EOF
# #
# Generate package specific .csh file for OpenFOAM # Generate package specific .csh file for foam-extend
# #
cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh
# Load %{name}-%{version} libraries and binaries if available # Load %{name}-%{version} libraries and binaries if available

View file

@ -131,13 +131,13 @@ Group: Development/Tools
%install %install
make install DESTDIR=$RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT
# Creation of OpenFOAM specific .csh and .sh files" # Creation of foam-extend specific .csh and .sh files"
echo "" echo ""
echo "Generating OpenFOAM specific .csh and .sh files for the package %{name}-%{version}" echo "Generating foam-extend specific .csh and .sh files for the package %{name}-%{version}"
echo "" echo ""
# #
# Generate package specific .sh file for OpenFOAM # Generate package specific .sh file for foam-extend
# #
mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc
cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh
@ -153,7 +153,7 @@ export OPENMPI_DIR=\$WM_THIRD_PARTY_DIR/packages/%{name}-%{version}/platforms/\$
DOT_SH_EOF DOT_SH_EOF
# #
# Generate package specific .csh file for OpenFOAM # Generate package specific .csh file for foam-extend
# #
cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh
# Load %{name}-%{version} libraries and binaries if available # Load %{name}-%{version} libraries and binaries if available

View file

@ -133,13 +133,13 @@ Group: Development/Tools
%install %install
make install DESTDIR=$RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT
# Creation of OpenFOAM specific .csh and .sh files" # Creation of foam-extend specific .csh and .sh files"
echo "" echo ""
echo "Generating OpenFOAM specific .csh and .sh files for the package %{name}-%{version}" echo "Generating foam-extend specific .csh and .sh files for the package %{name}-%{version}"
echo "" echo ""
# #
# Generate package specific .sh file for OpenFOAM # Generate package specific .sh file for foam-extend
# #
mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc
cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh
@ -162,7 +162,7 @@ export OPENMPI_INCLUDE_DIR="\`mpicc --showme:incdirs\`"
export OPENMPI_COMPILE_FLAGS="\`mpicc --showme:compile\`" export OPENMPI_COMPILE_FLAGS="\`mpicc --showme:compile\`"
export OPENMPI_LINK_FLAGS="\`mpicc --showme:link\`" export OPENMPI_LINK_FLAGS="\`mpicc --showme:link\`"
# Set the OpenFOAM compilation flags # Set the foam-extend compilation flags
export PINC=\$OPENMPI_COMPILE_FLAGS export PINC=\$OPENMPI_COMPILE_FLAGS
export PLIBS=\$OPENMPI_LINK_FLAGS export PLIBS=\$OPENMPI_LINK_FLAGS
@ -185,7 +185,7 @@ fi
DOT_SH_EOF DOT_SH_EOF
# #
# Generate package specific .csh file for OpenFOAM # Generate package specific .csh file for foam-extend
# #
cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh
# Load %{name}-%{version} libraries and binaries # Load %{name}-%{version} libraries and binaries
@ -212,7 +212,7 @@ setenv OPENMPI_INCLUDE_DIR "\`mpicc --showme:incdirs\`"
setenv OPENMPI_COMPILE_FLAGS "\`mpicc --showme:compile\`" setenv OPENMPI_COMPILE_FLAGS "\`mpicc --showme:compile\`"
setenv OPENMPI_LINK_FLAGS "\`mpicc --showme:link\`" setenv OPENMPI_LINK_FLAGS "\`mpicc --showme:link\`"
# Set the OpenFOAM compilation flags # Set the foam-extend compilation flags
setenv PINC "\$OPENMPI_COMPILE_FLAGS" setenv PINC "\$OPENMPI_COMPILE_FLAGS"
setenv PLIBS "\$OPENMPI_LINK_FLAGS" setenv PLIBS "\$OPENMPI_LINK_FLAGS"

View file

@ -131,13 +131,13 @@ Group: Development/Tools
%install %install
make install DESTDIR=$RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT
# Creation of OpenFOAM specific .csh and .sh files" # Creation of foam-extend specific .csh and .sh files"
echo "" echo ""
echo "Generating OpenFOAM specific .csh and .sh files for the package %{name}-%{version}" echo "Generating foam-extend specific .csh and .sh files for the package %{name}-%{version}"
echo "" echo ""
# #
# Generate package specific .sh file for OpenFOAM # Generate package specific .sh file for foam-extend
# #
mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc
cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh
@ -160,7 +160,7 @@ export OPENMPI_INCLUDE_DIR="\`mpicc --showme:incdirs\`"
export OPENMPI_COMPILE_FLAGS="\`mpicc --showme:compile\`" export OPENMPI_COMPILE_FLAGS="\`mpicc --showme:compile\`"
export OPENMPI_LINK_FLAGS="\`mpicc --showme:link\`" export OPENMPI_LINK_FLAGS="\`mpicc --showme:link\`"
# Set the OpenFOAM compilation flags # Set the foam-extend compilation flags
export PINC=\$OPENMPI_COMPILE_FLAGS export PINC=\$OPENMPI_COMPILE_FLAGS
export PLIBS=\$OPENMPI_LINK_FLAGS export PLIBS=\$OPENMPI_LINK_FLAGS
@ -183,7 +183,7 @@ fi
DOT_SH_EOF DOT_SH_EOF
# #
# Generate package specific .csh file for OpenFOAM # Generate package specific .csh file for foam-extend
# #
cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh
# Load %{name}-%{version} libraries and binaries # Load %{name}-%{version} libraries and binaries
@ -210,7 +210,7 @@ setenv OPENMPI_INCLUDE_DIR "\`mpicc --showme:incdirs\`"
setenv OPENMPI_COMPILE_FLAGS "\`mpicc --showme:compile\`" setenv OPENMPI_COMPILE_FLAGS "\`mpicc --showme:compile\`"
setenv OPENMPI_LINK_FLAGS "\`mpicc --showme:link\`" setenv OPENMPI_LINK_FLAGS "\`mpicc --showme:link\`"
# Set the OpenFOAM compilation flags # Set the foam-extend compilation flags
setenv PINC \`echo \$OPENMPI_COMPILE_FLAGS\` setenv PINC \`echo \$OPENMPI_COMPILE_FLAGS\`
setenv PLIBS \`echo \$OPENMPI_LINK_FLAGS\` setenv PLIBS \`echo \$OPENMPI_LINK_FLAGS\`

View file

@ -135,13 +135,13 @@ Group: Development/Tools
%install %install
make install DESTDIR=$RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT
# Creation of OpenFOAM specific .csh and .sh files" # Creation of foam-extend specific .csh and .sh files"
echo "" echo ""
echo "Generating OpenFOAM specific .csh and .sh files for the package %{name}-%{version}" echo "Generating foam-extend specific .csh and .sh files for the package %{name}-%{version}"
echo "" echo ""
# #
# Generate package specific .sh file for OpenFOAM # Generate package specific .sh file for foam-extend
# #
mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc
cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh
@ -164,7 +164,7 @@ export OPENMPI_INCLUDE_DIR="\`mpicc --showme:incdirs\`"
export OPENMPI_COMPILE_FLAGS="\`mpicc --showme:compile\`" export OPENMPI_COMPILE_FLAGS="\`mpicc --showme:compile\`"
export OPENMPI_LINK_FLAGS="\`mpicc --showme:link\`" export OPENMPI_LINK_FLAGS="\`mpicc --showme:link\`"
# Set the OpenFOAM compilation flags # Set the foam-extend compilation flags
export PINC=\$OPENMPI_COMPILE_FLAGS export PINC=\$OPENMPI_COMPILE_FLAGS
export PLIBS=\$OPENMPI_LINK_FLAGS export PLIBS=\$OPENMPI_LINK_FLAGS
@ -187,7 +187,7 @@ fi
DOT_SH_EOF DOT_SH_EOF
# #
# Generate package specific .csh file for OpenFOAM # Generate package specific .csh file for foam-extend
# #
cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh
# Load %{name}-%{version} libraries and binaries # Load %{name}-%{version} libraries and binaries
@ -214,7 +214,7 @@ setenv OPENMPI_INCLUDE_DIR "\`mpicc --showme:incdirs\`"
setenv OPENMPI_COMPILE_FLAGS "\`mpicc --showme:compile\`" setenv OPENMPI_COMPILE_FLAGS "\`mpicc --showme:compile\`"
setenv OPENMPI_LINK_FLAGS "\`mpicc --showme:link\`" setenv OPENMPI_LINK_FLAGS "\`mpicc --showme:link\`"
# Set the OpenFOAM compilation flags # Set the foam-extend compilation flags
setenv PINC "\$OPENMPI_COMPILE_FLAGS" setenv PINC "\$OPENMPI_COMPILE_FLAGS"
setenv PLIBS "\$OPENMPI_LINK_FLAGS" setenv PLIBS "\$OPENMPI_LINK_FLAGS"

View file

@ -135,13 +135,13 @@ Group: Development/Tools
%install %install
make install DESTDIR=$RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT
# Creation of OpenFOAM specific .csh and .sh files" # Creation of foam-extend specific .csh and .sh files"
echo "" echo ""
echo "Generating OpenFOAM specific .csh and .sh files for the package %{name}-%{version}" echo "Generating foam-extend specific .csh and .sh files for the package %{name}-%{version}"
echo "" echo ""
# #
# Generate package specific .sh file for OpenFOAM # Generate package specific .sh file for foam-extend
# #
mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc
cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh
@ -164,7 +164,7 @@ export OPENMPI_INCLUDE_DIR="\`mpicc --showme:incdirs\`"
export OPENMPI_COMPILE_FLAGS="\`mpicc --showme:compile\`" export OPENMPI_COMPILE_FLAGS="\`mpicc --showme:compile\`"
export OPENMPI_LINK_FLAGS="\`mpicc --showme:link\`" export OPENMPI_LINK_FLAGS="\`mpicc --showme:link\`"
# Set the OpenFOAM compilation flags # Set the foam-extend compilation flags
export PINC=\$OPENMPI_COMPILE_FLAGS export PINC=\$OPENMPI_COMPILE_FLAGS
export PLIBS=\$OPENMPI_LINK_FLAGS export PLIBS=\$OPENMPI_LINK_FLAGS
@ -187,7 +187,7 @@ fi
DOT_SH_EOF DOT_SH_EOF
# #
# Generate package specific .csh file for OpenFOAM # Generate package specific .csh file for foam-extend
# #
cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh
# Load %{name}-%{version} libraries and binaries # Load %{name}-%{version} libraries and binaries
@ -214,7 +214,7 @@ setenv OPENMPI_INCLUDE_DIR "\`mpicc --showme:incdirs\`"
setenv OPENMPI_COMPILE_FLAGS "\`mpicc --showme:compile\`" setenv OPENMPI_COMPILE_FLAGS "\`mpicc --showme:compile\`"
setenv OPENMPI_LINK_FLAGS "\`mpicc --showme:link\`" setenv OPENMPI_LINK_FLAGS "\`mpicc --showme:link\`"
# Set the OpenFOAM compilation flags # Set the foam-extend compilation flags
setenv PINC "\$OPENMPI_COMPILE_FLAGS" setenv PINC "\$OPENMPI_COMPILE_FLAGS"
setenv PLIBS "\$OPENMPI_LINK_FLAGS" setenv PLIBS "\$OPENMPI_LINK_FLAGS"

View file

@ -118,13 +118,13 @@ Patch1: ParMetis-3.1.1.patch
cp build/*/libparmetis/lib* $RPM_BUILD_ROOT/%{_installPrefix}/lib cp build/*/libparmetis/lib* $RPM_BUILD_ROOT/%{_installPrefix}/lib
cp build/*/libmetis/lib* $RPM_BUILD_ROOT/%{_installPrefix}/lib cp build/*/libmetis/lib* $RPM_BUILD_ROOT/%{_installPrefix}/lib
# Creation of OpenFOAM specific .csh and .sh files" # Creation of foam-extend specific .csh and .sh files"
echo "" echo ""
echo "Generating OpenFOAM specific .csh and .sh files for the package %{name}-%{version}" echo "Generating foam-extend specific .csh and .sh files for the package %{name}-%{version}"
echo "" echo ""
# #
# Generate package specific .sh file for OpenFOAM # Generate package specific .sh file for foam-extend
# #
mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc
cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh
@ -143,7 +143,7 @@ export PARMETIS_INCLUDE_DIR=\$PARMETIS_DIR/include
DOT_SH_EOF DOT_SH_EOF
# #
# Generate package specific .csh file for OpenFOAM # Generate package specific .csh file for foam-extend
# #
cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh
# Load %{name}-%{version} libraries and binaries if available # Load %{name}-%{version} libraries and binaries if available

View file

@ -114,13 +114,13 @@ Group: Development/Tools
# We need to use the INSTALL_ROOT= option instead # We need to use the INSTALL_ROOT= option instead
make install INSTALL_ROOT=$RPM_BUILD_ROOT make install INSTALL_ROOT=$RPM_BUILD_ROOT
# Creation of OpenFOAM specific .csh and .sh files" # Creation of foam-extend specific .csh and .sh files"
echo "" echo ""
echo "Generating OpenFOAM specific .csh and .sh files for the package %{name}-%{version}" echo "Generating foam-extend specific .csh and .sh files for the package %{name}-%{version}"
echo "" echo ""
# #
# Generate package specific .sh file for OpenFOAM # Generate package specific .sh file for foam-extend
# #
mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc
cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh
@ -137,7 +137,7 @@ export QT_LIB_DIR=\$QT_DIR/lib
DOT_SH_EOF DOT_SH_EOF
# #
# Generate package specific .csh file for OpenFOAM # Generate package specific .csh file for foam-extend
# #
cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh
# Load %{name}-%{version} libraries and binaries if available # Load %{name}-%{version} libraries and binaries if available

View file

@ -114,13 +114,13 @@ Group: Development/Tools
# We need to use the INSTALL_ROOT= option instead # We need to use the INSTALL_ROOT= option instead
make install INSTALL_ROOT=$RPM_BUILD_ROOT make install INSTALL_ROOT=$RPM_BUILD_ROOT
# Creation of OpenFOAM specific .csh and .sh files" # Creation of foam-extend specific .csh and .sh files"
echo "" echo ""
echo "Generating OpenFOAM specific .csh and .sh files for the package %{name}-%{version}" echo "Generating foam-extend specific .csh and .sh files for the package %{name}-%{version}"
echo "" echo ""
# #
# Generate package specific .sh file for OpenFOAM # Generate package specific .sh file for foam-extend
# #
mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc
cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh
@ -137,7 +137,7 @@ export QT_LIB_DIR=\$QT_DIR/lib
DOT_SH_EOF DOT_SH_EOF
# #
# Generate package specific .csh file for OpenFOAM # Generate package specific .csh file for foam-extend
# #
cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh
# Load %{name}-%{version} libraries and binaries if available # Load %{name}-%{version} libraries and binaries if available

View file

@ -127,13 +127,13 @@ Group: Development/Tools
make install INSTALL_ROOT=$RPM_BUILD_ROOT make install INSTALL_ROOT=$RPM_BUILD_ROOT
# Creation of OpenFOAM specific .csh and .sh files" # Creation of foam-extend specific .csh and .sh files"
echo "" echo ""
echo "Generating OpenFOAM specific .csh and .sh files for the package %{name}-%{version}" echo "Generating foam-extend specific .csh and .sh files for the package %{name}-%{version}"
echo "" echo ""
# #
# Generate package specific .sh file for OpenFOAM # Generate package specific .sh file for foam-extend
# #
mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc
cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh
@ -150,7 +150,7 @@ export QT_LIB_DIR=\$QT_DIR/lib
DOT_SH_EOF DOT_SH_EOF
# #
# Generate package specific .csh file for OpenFOAM # Generate package specific .csh file for foam-extend
# #
cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh
# Load %{name}-%{version} libraries and binaries if available # Load %{name}-%{version} libraries and binaries if available

View file

@ -113,13 +113,13 @@ Patch0: scotch-5.1.10b_patch_0
mkdir -p $RPM_BUILD_ROOT%{_installPrefix} mkdir -p $RPM_BUILD_ROOT%{_installPrefix}
make install prefix=$RPM_BUILD_ROOT%{_installPrefix} make install prefix=$RPM_BUILD_ROOT%{_installPrefix}
# Creation of OpenFOAM specific .csh and .sh files" # Creation of foam-extend specific .csh and .sh files"
echo "" echo ""
echo "Generating OpenFOAM specific .csh and .sh files for the package %{name}-%{version}" echo "Generating foam-extend specific .csh and .sh files for the package %{name}-%{version}"
echo "" echo ""
# #
# Generate package specific .sh file for OpenFOAM # Generate package specific .sh file for foam-extend
# #
mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc
cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh
@ -137,7 +137,7 @@ export SCOTCH_INCLUDE_DIR=\$SCOTCH_DIR/include
DOT_SH_EOF DOT_SH_EOF
# #
# Generate package specific .csh file for OpenFOAM # Generate package specific .csh file for foam-extend
# #
cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh
# Load %{name}-%{version} libraries and binaries if available # Load %{name}-%{version} libraries and binaries if available

View file

@ -118,13 +118,13 @@ Patch1: scotch-6.0.0_patch_darwin
mkdir -p $RPM_BUILD_ROOT%{_installPrefix} mkdir -p $RPM_BUILD_ROOT%{_installPrefix}
make install prefix=$RPM_BUILD_ROOT%{_installPrefix} make install prefix=$RPM_BUILD_ROOT%{_installPrefix}
# Creation of OpenFOAM specific .csh and .sh files" # Creation of foam-extend specific .csh and .sh files"
echo "" echo ""
echo "Generating OpenFOAM specific .csh and .sh files for the package %{name}-%{version}" echo "Generating foam-extend specific .csh and .sh files for the package %{name}-%{version}"
echo "" echo ""
# #
# Generate package specific .sh file for OpenFOAM # Generate package specific .sh file for foam-extend
# #
mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc
cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh
@ -142,7 +142,7 @@ export SCOTCH_INCLUDE_DIR=\$SCOTCH_DIR/include
DOT_SH_EOF DOT_SH_EOF
# #
# Generate package specific .csh file for OpenFOAM # Generate package specific .csh file for foam-extend
# #
cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh
# Load %{name}-%{version} libraries and binaries if available # Load %{name}-%{version} libraries and binaries if available

View file

@ -101,13 +101,13 @@ Group: Development/Tools
make install DESTDIR=$RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT
cp ./src/include/Zoltan_config.h $RPM_BUILD_ROOT/%{_installPrefix}/include cp ./src/include/Zoltan_config.h $RPM_BUILD_ROOT/%{_installPrefix}/include
# Creation of OpenFOAM specific .csh and .sh files" # Creation of foam-extend specific .csh and .sh files"
echo "" echo ""
echo "Generating OpenFOAM specific .csh and .sh files for the package %{name}-%{version}" echo "Generating foam-extend specific .csh and .sh files for the package %{name}-%{version}"
echo "" echo ""
# #
# Generate package specific .sh file for OpenFOAM # Generate package specific .sh file for foam-extend
# #
mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc
cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh
@ -123,7 +123,7 @@ export ZOLTAN_DIR=\$WM_THIRD_PARTY_DIR/packages/%{name}-%{version}/platforms/\$W
DOT_SH_EOF DOT_SH_EOF
# #
# Generate package specific .csh file for OpenFOAM # Generate package specific .csh file for foam-extend
# #
cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh
# Load %{name}-%{version} libraries and binaries if available # Load %{name}-%{version} libraries and binaries if available

View file

@ -113,13 +113,13 @@ Group: Development/Tools
make install DESTDIR=$RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT
cp ./src/include/Zoltan_config.h $RPM_BUILD_ROOT/%{_installPrefix}/include cp ./src/include/Zoltan_config.h $RPM_BUILD_ROOT/%{_installPrefix}/include
# Creation of OpenFOAM specific .csh and .sh files" # Creation of foam-extend specific .csh and .sh files"
echo "" echo ""
echo "Generating OpenFOAM specific .csh and .sh files for the package %{name}-%{version}" echo "Generating foam-extend specific .csh and .sh files for the package %{name}-%{version}"
echo "" echo ""
# #
# Generate package specific .sh file for OpenFOAM # Generate package specific .sh file for foam-extend
# #
mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc mkdir -p $RPM_BUILD_ROOT/%{_installPrefix}/etc
cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh cat << DOT_SH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.sh
@ -135,7 +135,7 @@ export ZOLTAN_DIR=\$WM_THIRD_PARTY_DIR/packages/%{name}-%{version}/platforms/\$W
DOT_SH_EOF DOT_SH_EOF
# #
# Generate package specific .csh file for OpenFOAM # Generate package specific .csh file for foam-extend
# #
cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh cat << DOT_CSH_EOF > $RPM_BUILD_ROOT/%{_installPrefix}/etc/%{name}-%{version}.csh
# Load %{name}-%{version} libraries and binaries if available # Load %{name}-%{version} libraries and binaries if available

View file

@ -21,25 +21,56 @@ Alternatively, you can download a snapshot (.tgz) of the source code from:
http://sourceforge.net/projects/openfoam-extend/files/foam-extend-3.0/ http://sourceforge.net/projects/openfoam-extend/files/foam-extend-3.0/
* Update your Ubuntu installation:
sudo apt-get update
sudo apt-get upgrade
* Install required packages: * Install required packages:
sudo apt-get install git-core build-essential binutils-dev flex bison \ sudo apt-get install git-core build-essential binutils-dev flex \
zlib1g-dev qt4-dev-tools libqt4-dev libncurses5-dev libiberty-dev \ zlib1g-dev qt4-dev-tools libqt4-dev libncurses5-dev libiberty-dev \
libxt-dev rpm mercurial graphviz libxt-dev rpm mercurial graphviz openmpi-bin libopenmpi-dev cmake
Make an additional link:
sudo ln -s /usr/bin/make /usr/bin/gmake * For Ubuntu 14.04, you need to customize some of the ThirdParty packages
in order to enable the usage of system-provided packages, and to enable
the compilation of other, like bison-2.7.
Here is a list of sed commands that will do just that. You can copy/paste
the following block of commands in a control terminal in order to make
the necessary adjustments. You will need to be located at the root of your
foam-extend-3.0 installation for those commands to work.
####################################################################
#
# Create a prefs.sh file
cp etc/prefs.sh-EXAMPLE etc/prefs.sh
# Use openmpi 1.6.5 as supplied by Ubuntu 14.04
sed -i s/"#export WM_MPLIB=SYSTEMOPENMPI"/"export WM_MPLIB=SYSTEMOPENMPI"/g etc/prefs.sh
sed -i s/"#export OPENMPI_DIR=path_to_system_installed_openmpi"/"export OPENMPI_DIR=\/usr"/g etc/prefs.sh
sed -i s/"#export OPENMPI_BIN_DIR=\$OPENMPI_DIR\/bin"/"export OPENMPI_BIN_DIR=\$OPENMPI_DIR\/bin"/g etc/prefs.sh
# Use Qt 4.8.6 as provided by Ubuntu 14.04
sed -i s/"#export QT_DIR=path_to_system_installed_qt"/"export QT_DIR=\/usr"/g etc/prefs.sh
sed -i s/"#export QT_BIN_DIR=\$QT_DIR\/bin"/"export QT_BIN_DIR=\$QT_DIR\/bin"/g etc/prefs.sh
# Use cmake 2.8.12.2 as provided by Ubuntu 14.04
sed -i s/"( rpm_make -p cmake"/"#( rpm_make -p cmake"/g ThirdParty/AllMake.stage1
# Compile and install bison-2.7 from the ThirdParty packages.
sed -i 0,/"#( rpm_make -p bison-2.7"/s//"( rpm_make -p bison-2.7"/ ThirdParty/AllMake.stage1
#
####################################################################
* Set environment variables: * Set environment variables:
cd ~/foam/foam-extend-3.0 cd ~/foam/foam-extend-3.0
. etc/bashrc . etc/bashrc
Optionally, set environment variable for Qt to compile ParaView:
export QT_BIN_DIR=/usr/bin
Optionally, set environment variable for compiling Cuda solvers, for example Optionally, set environment variable for compiling Cuda solvers, for example
(replace "sm_30" with value according to your GPU architecture): (replace "sm_30" with value according to your GPU architecture):

View file

@ -486,6 +486,30 @@ if ( $?CMAKE_SYSTEM == 0 && -e "$WM_THIRD_PARTY_DIR"/packages/cmake-2.8.12/platf
_foamSource $WM_THIRD_PARTY_DIR/packages/cmake-2.8.12/platforms/$WM_OPTIONS/etc/cmake-2.8.12.csh _foamSource $WM_THIRD_PARTY_DIR/packages/cmake-2.8.12/platforms/$WM_OPTIONS/etc/cmake-2.8.12.csh
endif endif
# m4
# ~~~~~
if ( $?M4_SYSTEM == 0 && -e "$WM_THIRD_PARTY_DIR"/packages/m4-1.4.16/platforms/$WM_OPTIONS ) then
_foamSource $WM_THIRD_PARTY_DIR/packages/m4-1.4.16/platforms/$WM_OPTIONS/etc/m4-1.4.16.csh
endif
# bison
# ~~~~~
if ( $?BISON_SYSTEM == 0 && -e "$WM_THIRD_PARTY_DIR"/packages/bison-2.7/platforms/$WM_OPTIONS ) then
_foamSource $WM_THIRD_PARTY_DIR/packages/bison-2.7/platforms/$WM_OPTIONS/etc/bison-2.7.csh
endif
# flex
# ~~~~~
if ( $?FLEX_SYSTEM == 0 && -e "$WM_THIRD_PARTY_DIR"/packages/flex-2.5.35/platforms/$WM_OPTIONS ) then
_foamSource $WM_THIRD_PARTY_DIR/packages/flex-2.5.35/platforms/$WM_OPTIONS/etc/flex-2.5.35.csh
endif
# zoltan
# ~~~~~
if ( $?ZOLTAN_SYSTEM == 0 && -e "$WM_THIRD_PARTY_DIR"/packages/zoltan-3.5/platforms/$WM_OPTIONS ) then
_foamSource $WM_THIRD_PARTY_DIR/packages/zoltan-3.5/platforms/$WM_OPTIONS/etc/zoltan-3.5.csh
endif
# Python # Python
# ~~~~~ # ~~~~~
if ( $?PYTHON_SYSTEM == 0 && -e "$WM_THIRD_PARTY_DIR"/packages/Python-2.7/platforms/$WM_OPTIONS ) then if ( $?PYTHON_SYSTEM == 0 && -e "$WM_THIRD_PARTY_DIR"/packages/Python-2.7/platforms/$WM_OPTIONS ) then

View file

@ -597,8 +597,8 @@ export MPI_BUFFER_SIZE
# Load bison # Load bison
# ~~~~~~~~~~ # ~~~~~~~~~~
[ -z "$BISON_SYSTEM" ] && [ -e $WM_THIRD_PARTY_DIR/packages/bison-2.4.3/platforms/$WM_OPTIONS ] && { [ -z "$BISON_SYSTEM" ] && [ -e $WM_THIRD_PARTY_DIR/packages/bison-2.7/platforms/$WM_OPTIONS ] && {
_foamSource $WM_THIRD_PARTY_DIR/packages/bison-2.4.3/platforms/$WM_OPTIONS/etc/bison-2.4.3.sh _foamSource $WM_THIRD_PARTY_DIR/packages/bison-2.7/platforms/$WM_OPTIONS/etc/bison-2.7.sh
} }
[ "$FOAM_VERBOSE" -a "$PS1" ] && echo " BISON_DIR is initialized to: $BISON_DIR" [ "$FOAM_VERBOSE" -a "$PS1" ] && echo " BISON_DIR is initialized to: $BISON_DIR"