Changes between Version 20 and Version 21 of Software/OpenFOAM


Ignore:
Timestamp:
02/17/17 14:54:58 (7 years ago)
Author:
Jens Henrik Goebbert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Software/OpenFOAM

    v20 v21  
    223223}}}
    224224
    225 Copy source to required location.
    226 {{{ #!sh
    227 
    228 source $INST_DIR/OpenFOAM-${VERSION}/etc/config/scotch.sh
    229 
    230 mkdir -p $SCOTCH_ARCH_PATH
    231 cp -a $WM_THIRD_PARTY_DIR/scotch_6.0.3/* $SCOTCH_ARCH_PATH
    232 }}}
    233 
    234225
    235226== Build & Test OpenFOAM ==
    236227
    237 === build OpenFOAM
     228=== Build OpenFOAM
     229
     230Prepare for build
    238231{{{ #!sh
    239232
     
    244237wcleanAll ; wcleanLnIncludeAll ; wcleanMachine
    245238$WM_THIRD_PARTY_DIR/Allclean
    246 
     239}}}
     240
     241Copy third party source to required location.
     242{{{ #!sh
     243
     244source $INST_DIR/OpenFOAM-${VERSION}/etc/config/scotch.sh
     245
     246mkdir -p $SCOTCH_ARCH_PATH
     247cp -a $WM_THIRD_PARTY_DIR/scotch_6.0.3/* $SCOTCH_ARCH_PATH
     248}}}
     249
     250Build
     251{{{ #!sh
    247252# build wmake
    248253./wmake/makeWmake