academic/reduce-algebra: Force a single make job.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2017-07-28 14:09:43 +02:00 committed by Willy Sudiarto Raharjo
parent 973a6b4a38
commit a6a1f2bd90

View file

@ -82,7 +82,7 @@ sed --in-place "s/^echo\ \$os$/echo $SLACKVER/" scripts/findos.sh
CFLAGS="$SLKCFLAGS" CXXFLAGS="$SLKCFLAGS" ./configure --with-csl
CFLAGS="$SLKCFLAGS" CXXFLAGS="$SLKCFLAGS" ./configure --with-psl
make
make -j1
# The Makefile has no 'install' target (yet). Let's do by hand.
# The below code is mainly based on debianbuild/reduce/debian/rules