From 2dddc00fdc2e95668719f112f076b58e7cd7d132 Mon Sep 17 00:00:00 2001 From: Kyle Guinn Date: Sun, 16 Feb 2020 01:54:16 -0600 Subject: academic/ldl: Updated for SuiteSparse 5.6.0. Signed-off-by: Kyle Guinn --- academic/ldl/ldl.SlackBuild | 12 ++++++------ academic/ldl/ldl.info | 4 ++-- academic/ldl/patches/autoconfiscate.diff | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) (limited to 'academic/ldl') diff --git a/academic/ldl/ldl.SlackBuild b/academic/ldl/ldl.SlackBuild index 34bd69e6e2..b4652d420f 100644 --- a/academic/ldl/ldl.SlackBuild +++ b/academic/ldl/ldl.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for LDL -# 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=ldl SRCNAM=SuiteSparse SUBDIR=LDL 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 . diff --git a/academic/ldl/ldl.info b/academic/ldl/ldl.info index ed86f2ea3a..5676d5bd4f 100644 --- a/academic/ldl/ldl.info +++ b/academic/ldl/ldl.info @@ -1,8 +1,8 @@ PRGNAM="ldl" VERSION="2.2.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/ldl/patches/autoconfiscate.diff b/academic/ldl/patches/autoconfiscate.diff index ea7bcaf561..ae66234a96 100644 --- a/academic/ldl/patches/autoconfiscate.diff +++ b/academic/ldl/patches/autoconfiscate.diff @@ -152,7 +152,7 @@ new file mode 100644 +# Process this file with autoconf to produce a configure script. + +AC_PREREQ([2.69]) -+AC_INIT([LDL],[2.2.6],[DrTimothyAldenDavis@gmail.com],[ldl],[http://www.suitesparse.com/]) ++AC_INIT([LDL],[2.2.6],[https://github.com/DrTimothyAldenDavis/SuiteSparse],[ldl],[http://www.suitesparse.com/]) +AC_CONFIG_SRCDIR([Source/ldl.c]) +AC_CONFIG_AUX_DIR([build-aux]) +AC_CONFIG_MACRO_DIR([m4]) -- cgit v1.2.3