cd src/

mkdir _build
cd _build
cmake ..  -DINSTALL_DIR="${SAGE_LOCAL}" \
          -DPYTHON=sage-python23 \
          -DCORA=False

sdh_make
sdh_make b
sdh_make install

