mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
academic/suitesparseconfig: Updated for version 5.8.1.
Signed-off-by: Kyle Guinn <elyk03@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f722c5356b
commit
142dc2d6c7
3 changed files with 7 additions and 7 deletions
|
@ -34,7 +34,7 @@ new file mode 100644
|
|||
+# Process this file with autoconf to produce a configure script.
|
||||
+
|
||||
+AC_PREREQ([2.69])
|
||||
+AC_INIT([SuiteSparse_config],[5.6.0],[https://github.com/DrTimothyAldenDavis/SuiteSparse],[suitesparseconfig],[http://www.suitesparse.com/])
|
||||
+AC_INIT([SuiteSparse_config],[5.8.1],[https://github.com/DrTimothyAldenDavis/SuiteSparse],[suitesparseconfig],[http://www.suitesparse.com/])
|
||||
+AC_CONFIG_SRCDIR([SuiteSparse_config.c])
|
||||
+AC_CONFIG_AUX_DIR([build-aux])
|
||||
+AC_CONFIG_MACRO_DIR([m4])
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for SuiteSparse_config
|
||||
|
||||
# Copyright 2013-2020 Kyle Guinn <elyk03@gmail.com>
|
||||
# Copyright 2013-2021 Kyle Guinn <elyk03@gmail.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,8 +25,8 @@
|
|||
PRGNAM=suitesparseconfig
|
||||
SRCNAM=SuiteSparse
|
||||
SUBDIR=SuiteSparse_config
|
||||
VERSION=${VERSION:-5.6.0}
|
||||
SRCVER=${SRCVER:-5.6.0}
|
||||
VERSION=${VERSION:-5.8.1}
|
||||
SRCVER=${SRCVER:-5.8.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="suitesparseconfig"
|
||||
VERSION="5.6.0"
|
||||
VERSION="5.8.1"
|
||||
HOMEPAGE="http://faculty.cse.tamu.edu/davis/suitesparse.html"
|
||||
DOWNLOAD="https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/v5.6.0/SuiteSparse-5.6.0.tar.gz"
|
||||
MD5SUM="af8b97cbded4cd5c6672e878bc0c37c2"
|
||||
DOWNLOAD="https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/v5.8.1/SuiteSparse-5.8.1.tar.gz"
|
||||
MD5SUM="c414679bbc9432a3def01b31ad921140"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue