diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2017-11-14 23:10:25 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-11-18 12:40:26 +0700 |
commit | 1de52fa1fac1311093621726ad4d95abd4758e5d (patch) | |
tree | 97492166017b0b4495f59ddc6b75612acc7e0df5 /academic/reduce-algebra/reduce-algebra.SlackBuild | |
parent | 0665ce0fa6ac0efe7232aa4be31c746d8c519aee (diff) |
academic/reduce-algebra: Updated for version 20171112svn4264.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'academic/reduce-algebra/reduce-algebra.SlackBuild')
-rw-r--r-- | academic/reduce-algebra/reduce-algebra.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/academic/reduce-algebra/reduce-algebra.SlackBuild b/academic/reduce-algebra/reduce-algebra.SlackBuild index f1bae815de4f..893b5857d67a 100644 --- a/academic/reduce-algebra/reduce-algebra.SlackBuild +++ b/academic/reduce-algebra/reduce-algebra.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=reduce-algebra -VERSION=${VERSION:-20170712svn4102} +VERSION=${VERSION:-20171112svn4264} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -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 -j1 +VERBOSE='' 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 |