diff options
author | Kyle Guinn <elyk03@gmail.com> | 2020-02-16 00:17:05 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-02-24 06:10:11 +0700 |
commit | 4c829cad5c649593c3c7c472a994516f40c7ed5a (patch) | |
tree | dc385f464575e0b19e74a045f63a32e43ab92b1a /academic/amd | |
parent | 75c964cce313e6e326f8173df3d5a4eecafc1f38 (diff) |
academic/amd: Updated for SuiteSparse 5.6.0.
Signed-off-by: Kyle Guinn <elyk03@gmail.com>
Diffstat (limited to 'academic/amd')
-rw-r--r-- | academic/amd/amd.SlackBuild | 12 | ||||
-rw-r--r-- | academic/amd/amd.info | 4 | ||||
-rw-r--r-- | academic/amd/patches/autoconfiscate.diff | 2 |
3 files changed, 9 insertions, 9 deletions
diff --git a/academic/amd/amd.SlackBuild b/academic/amd/amd.SlackBuild index 905dcfb0ecdb..796d4d88850a 100644 --- a/academic/amd/amd.SlackBuild +++ b/academic/amd/amd.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for AMD -# 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=amd SRCNAM=SuiteSparse SUBDIR=AMD VERSION=${VERSION:-2.4.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 . diff --git a/academic/amd/amd.info b/academic/amd/amd.info index 0abec62beee6..5a6b836b8c1c 100644 --- a/academic/amd/amd.info +++ b/academic/amd/amd.info @@ -1,8 +1,8 @@ PRGNAM="amd" VERSION="2.4.6" 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/amd/patches/autoconfiscate.diff b/academic/amd/patches/autoconfiscate.diff index 1a954abc5501..75b798c93ede 100644 --- a/academic/amd/patches/autoconfiscate.diff +++ b/academic/amd/patches/autoconfiscate.diff @@ -176,7 +176,7 @@ new file mode 100644 +# Process this file with autoconf to produce a configure script. + +AC_PREREQ([2.69]) -+AC_INIT([AMD],[2.4.6],[DrTimothyAldenDavis@gmail.com],[amd],[http://www.suitesparse.com/]) ++AC_INIT([AMD],[2.4.6],[https://github.com/DrTimothyAldenDavis/SuiteSparse],[amd],[http://www.suitesparse.com/]) +AC_CONFIG_SRCDIR([Source/amd_order.c]) +AC_CONFIG_AUX_DIR([build-aux]) +AC_CONFIG_MACRO_DIR([m4]) |