From 97c5d19bed9b5c6fc35ba665b6309d9812d06025 Mon Sep 17 00:00:00 2001 From: Kyle Guinn Date: Sun, 16 Feb 2020 01:46:25 -0600 Subject: academic/cxsparse: Updated for SuiteSparse 5.6.0. Signed-off-by: Kyle Guinn --- academic/cxsparse/cxsparse.SlackBuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'academic/cxsparse/cxsparse.SlackBuild') diff --git a/academic/cxsparse/cxsparse.SlackBuild b/academic/cxsparse/cxsparse.SlackBuild index c885e92f68..4695454e67 100644 --- a/academic/cxsparse/cxsparse.SlackBuild +++ b/academic/cxsparse/cxsparse.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for CXSparse -# Copyright 2013-2019 Kyle Guinn +# Copyright 2013-2020 Kyle Guinn # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,8 +26,8 @@ PRGNAM=cxsparse SRCNAM=SuiteSparse SUBDIR=CXSparse VERSION=${VERSION:-3.2.0} -SRCVER=${SRCVER:-5.4.0} -BUILD=${BUILD:-3} +SRCVER=${SRCVER:-5.6.0} +BUILD=${BUILD:-4} 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 . -- cgit v1.2.3