summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Kyle Guinn2020-02-16 08:46:25 +0100
committer Willy Sudiarto Raharjo2020-02-24 00:10:11 +0100
commit97c5d19bed9b5c6fc35ba665b6309d9812d06025 (patch)
tree0c02742016fe2e149766dfa0070e9b9a837c8d03
parenta931d247bf8819efa0d1f8b4607a040968654018 (diff)
downloadslackbuilds-97c5d19bed9b5c6fc35ba665b6309d9812d06025.tar.gz
academic/cxsparse: Updated for SuiteSparse 5.6.0.
Signed-off-by: Kyle Guinn <elyk03@gmail.com>
-rw-r--r--academic/cxsparse/cxsparse.SlackBuild12
-rw-r--r--academic/cxsparse/cxsparse.info4
-rw-r--r--academic/cxsparse/patches/autoconfiscate.diff2
3 files changed, 9 insertions, 9 deletions
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 <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=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 .
diff --git a/academic/cxsparse/cxsparse.info b/academic/cxsparse/cxsparse.info
index 3eded7da7c..eb05c702a6 100644
--- a/academic/cxsparse/cxsparse.info
+++ b/academic/cxsparse/cxsparse.info
@@ -1,8 +1,8 @@
PRGNAM="cxsparse"
VERSION="3.2.0"
HOMEPAGE="http://faculty.cse.tamu.edu/davis/suitesparse.html"
-DOWNLOAD="http://faculty.cse.tamu.edu/davis/SuiteSparse/SuiteSparse-5.4.0.tar.gz"
-MD5SUM="4a6d4e74fc44c503f52996ae95cad03a"
+DOWNLOAD="https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/v5.6.0/SuiteSparse-5.6.0.tar.gz"
+MD5SUM="af8b97cbded4cd5c6672e878bc0c37c2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="suitesparseconfig"
diff --git a/academic/cxsparse/patches/autoconfiscate.diff b/academic/cxsparse/patches/autoconfiscate.diff
index 6302da44f3..6ee6d78b45 100644
--- a/academic/cxsparse/patches/autoconfiscate.diff
+++ b/academic/cxsparse/patches/autoconfiscate.diff
@@ -522,7 +522,7 @@ new file mode 100644
+# Process this file with autoconf to produce a configure script.
+
+AC_PREREQ([2.69])
-+AC_INIT([CXSparse],[3.2.0],[DrTimothyAldenDavis@gmail.com],[cxsparse],[http://www.suitesparse.com/])
++AC_INIT([CXSparse],[3.2.0],[https://github.com/DrTimothyAldenDavis/SuiteSparse],[cxsparse],[http://www.suitesparse.com/])
+AC_CONFIG_SRCDIR([Source/cs_print.c])
+AC_CONFIG_AUX_DIR([build-aux])
+AC_CONFIG_MACRO_DIR([m4])