cd src

export PYTHON=sage-python23

#
# BRiAl consists of a C++ library and a Python module
#
# First, install the library
#

sdh_configure \
    --enable-shared --disable-static \
    --with-boost-unit-test-framework=no
sdh_make
sdh_make_install

#
# Next, install the Python module
#

cd sage-brial && sdh_pip_install .
