diff options
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 f1bae815de4f7..893b5857d67a9 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 |