aboutsummaryrefslogtreecommitdiff
path: root/academic/rbio/rbio.SlackBuild
diff options
context:
space:
mode:
authorKyle Guinn <elyk03@gmail.com>2020-02-16 02:10:05 -0600
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2020-02-24 06:10:12 +0700
commit386332297a72b3c4753ad9009e28b97823bcd00c (patch)
treecf58cfa0e246a9d2e72b6a70bb95a533f5d176f2 /academic/rbio/rbio.SlackBuild
parentfd7a5289395adc728216d50f5e64ecaf72b1e772 (diff)
academic/rbio: Updated for SuiteSparse 5.6.0.
Signed-off-by: Kyle Guinn <elyk03@gmail.com>
Diffstat (limited to 'academic/rbio/rbio.SlackBuild')
-rw-r--r--academic/rbio/rbio.SlackBuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/academic/rbio/rbio.SlackBuild b/academic/rbio/rbio.SlackBuild
index aa4b90861a919..54bfe3308808b 100644
--- a/academic/rbio/rbio.SlackBuild
+++ b/academic/rbio/rbio.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for RBio
-# Copyright 2013-2019 Kyle Guinn <elyk03@gmail.com>
+# Copyright 2013-2020 Kyle Guinn <elyk03@gmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -26,8 +26,8 @@ PRGNAM=rbio
SRCNAM=SuiteSparse
SUBDIR=RBio
VERSION=${VERSION:-2.2.6}
-SRCVER=${SRCVER:-5.4.0}
-BUILD=${BUILD:-5}
+SRCVER=${SRCVER:-5.6.0}
+BUILD=${BUILD:-6}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -70,9 +70,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $SRCNAM
-tar xvf $CWD/$SRCNAM-$SRCVER.tar.gz $SRCNAM/$SUBDIR
-cd $SRCNAM/$SUBDIR
+rm -rf $SRCNAM-$SRCVER
+tar xvf $CWD/$SRCNAM-$SRCVER.tar.gz $SRCNAM-$SRCVER/$SUBDIR
+cd $SRCNAM-$SRCVER/$SUBDIR
chown -R root:root .
chmod -R u+w,go-w,a+rX-st .