diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2017-07-28 14:09:43 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-07-29 17:50:23 +0700 |
commit | a6a1f2bd90c85974fce4f552b4a50a9c90e2dd6b (patch) | |
tree | a0f32e765491ef83967de1dcefc0f35217e316da /academic | |
parent | 973a6b4a381f8d308d8c2c970c19a7e75c4260e6 (diff) | |
download | slackbuilds-a6a1f2bd90c85974fce4f552b4a50a9c90e2dd6b.tar.gz |
academic/reduce-algebra: Force a single make job.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'academic')
-rw-r--r-- | academic/reduce-algebra/reduce-algebra.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/academic/reduce-algebra/reduce-algebra.SlackBuild b/academic/reduce-algebra/reduce-algebra.SlackBuild index d7189bf41b..f1bae815de 100644 --- a/academic/reduce-algebra/reduce-algebra.SlackBuild +++ b/academic/reduce-algebra/reduce-algebra.SlackBuild @@ -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 |