Remove cfMesh from bazaar: fully integrated
This commit is contained in:
parent
a5e7b980ad
commit
00b1d45423
2 changed files with 0 additions and 22 deletions
|
@ -7,14 +7,6 @@ cd ${0%/*} || exit 1 # run from this directory
|
|||
./Allwclean
|
||||
)
|
||||
|
||||
# Clean compilation in cfMesh mesh generation package
|
||||
(
|
||||
cd cfMesh-v1.0/
|
||||
wclean libso meshLibrary
|
||||
wclean all executables
|
||||
wclean all utilities
|
||||
)
|
||||
|
||||
#Clean makeAxialMesh
|
||||
wclean MakeAxialMesh/makeAxialMesh
|
||||
|
||||
|
|
|
@ -44,20 +44,6 @@ setDestination FluidStructureInteraction
|
|||
./Allwmake
|
||||
)
|
||||
|
||||
# Install cfMesh mesh generation package
|
||||
if [ ! -d "cfMesh-v1.0" ]; then
|
||||
wget http://www.c-fields.com/Media/Default/Repository/cfMesh-v1.0.tgz
|
||||
tar zxvf cfMesh-v1.0.tgz
|
||||
rm cfMesh-v1.0.tgz
|
||||
fi
|
||||
|
||||
setDestination cfMesh-v1.0
|
||||
|
||||
(
|
||||
cd cfMesh-v1.0
|
||||
./Allwmake
|
||||
)
|
||||
|
||||
# Install the makeAxialMesh utilitiy
|
||||
if [ ! -d "MakeAxialMesh" ]; then
|
||||
svn export svn://svn.code.sf.net/p/openfoam-extend/svn/trunk/Breeder_1.6/utilities/mesh/manipulation/MakeAxialMesh MakeAxialMesh
|
||||
|
|
Reference in a new issue