Build boost

Build

There are two build systems available for ecflow:

It is recommended to try cmake/ecbuild first.

cmake/ecbuild

Use $WK/configure.sh, to configure build,  and then make to build and install.  configure.sh needs a install directory prefix.

 
cd $WK
./configure.sh  /usr/local/apps/ecflow
make
make install

To use the ecFlow Python Api , you need to add/change PYTHONPATH . 

 

 

export PYTHONPATH=$PYTHONPATH:/usr/local/apps/ecflow/4.0.7/lib/python2.7/site-packages/ecflow

 

boost-build/bjam