This repository has been archived on 2023-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
foam-extend4.1-coherent-io/vagrantSandbox/skel/bootstrapFoam.sh
Bernhard Gschaider ad198e0854 Fixes and a script to compile Foam in one go
--HG--
extra : amend_source : 367e251b7df6b13cda03ddf956dbbfa9bec4b51d
2014-02-10 15:12:04 +01:00

22 lines
336 B
Bash
Executable file

#! /bin/bash
# Just to be sure
export WM_SCHEDULER=ccache
export CCACHE_DIR=/vagrant/ccache4vm
cd foam/foam-extend-3.0
source etc/bashrc
( cd wmake/src && make )
cd $WM_THIRD_PARTY_DIR
./AllMake.stage0
./AllMake.stage1
./AllMake.stage2
./AllMake.stage3
cd $WM_PROJECT_DIR
# pick up installed packages
source etc/bashrc
./Allwmake