Skip to content

Commit

Permalink
Disable test suite, which requires Boost
Browse files Browse the repository at this point in the history
  • Loading branch information
jdemeyer committed Oct 18, 2017
1 parent 82e4fca commit 2d18149
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/pkgs/brial/spkg-install
Expand Up @@ -26,7 +26,8 @@ export PYTHON=sage-python23
./configure \
--prefix="$SAGE_LOCAL" \
--libdir="$SAGE_LOCAL/lib" \
--enable-shared --disable-static
--enable-shared --disable-static \
--with-boost-unit-test-framework=no
if [ $? -ne 0 ]; then
echo "Error configuring BRiAl"
exit 1
Expand Down

0 comments on commit 2d18149

Please sign in to comment.