mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-29 13:00:32 +01:00
academic/reduce-algebra: Force a single make job.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
973a6b4a38
commit
a6a1f2bd90
1 changed files with 1 additions and 1 deletions
|
@ -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-csl
|
||||||
CFLAGS="$SLKCFLAGS" CXXFLAGS="$SLKCFLAGS" ./configure --with-psl
|
CFLAGS="$SLKCFLAGS" CXXFLAGS="$SLKCFLAGS" ./configure --with-psl
|
||||||
|
|
||||||
make
|
make -j1
|
||||||
|
|
||||||
# The Makefile has no 'install' target (yet). Let's do by hand.
|
# The Makefile has no 'install' target (yet). Let's do by hand.
|
||||||
# The below code is mainly based on debianbuild/reduce/debian/rules
|
# The below code is mainly based on debianbuild/reduce/debian/rules
|
||||||
|
|
Loading…
Reference in a new issue