From charlesreid1

Revision as of 16:24, 29 May 2013 by Admin (talk | contribs) (Created page with "If you've already run scons, and are changing the configuration, run: <pre> rm cantera.conf </pre> before proceeding. Put the following in a script, make it executable, and ru...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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