Dependencies

Setting up the build environment

Build boost

Build

There are two build systems available for ecflow:

It is recommended to try cmake/ecbuild first.

cmake/ecbuild

 
cd $WK
mkdir build; cd build;
cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local/apps/ecflow -DCMAKE_BUILD_TYPE=Release
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