Cantera Config/MountainLion SconsConfig
From charlesreid1
If you've already run scons, and are changing the configuration, run:
rm cantera.conf
before proceeding.
Put the following in a script, make it executable, and run it:
#/bin/sh
scons build \
prefix=$HOME/pkg/cantera/2.0.2 \
python_package=full \
with_html_log_files=yes \
use_sundials=y \
sundials_include=$HOME/pkg/sundials/std/include \
sundials_libdir=$HOME/pkg/sundials/std/lib \
boost_inc_dir=$HOME/pkg/boost/std \
boost_lib_dir=$HOME/pkg/boost/std \
debug=no \
graphvizdir=/usr/local/bin \
&& \
scons install