academic/klu: Updated for version 1.3.9.
Signed-off-by: Kyle Guinn <elyk03@gmail.com>
This commit is contained in:
parent
3b9cb90391
commit
a872514ece
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for KLU
|
||||
|
||||
# Copyright 2013-2017 Kyle Guinn <elyk03@gmail.com>, USA
|
||||
# Copyright 2013-2018 Kyle Guinn <elyk03@gmail.com>, USA
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,9 +25,9 @@
|
|||
PRGNAM=klu
|
||||
SRCNAM=SuiteSparse
|
||||
SUBDIR=KLU
|
||||
VERSION=${VERSION:-1.3.8}
|
||||
SRCVER=${SRCVER:-5.1.0}
|
||||
BUILD=${BUILD:-3}
|
||||
VERSION=${VERSION:-1.3.9}
|
||||
SRCVER=${SRCVER:-5.2.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="klu"
|
||||
VERSION="1.3.8"
|
||||
VERSION="1.3.9"
|
||||
HOMEPAGE="http://faculty.cse.tamu.edu/davis/suitesparse.html"
|
||||
DOWNLOAD="http://faculty.cse.tamu.edu/davis/SuiteSparse/SuiteSparse-5.1.0.tar.gz"
|
||||
MD5SUM="9c34d7c07ad5ce1624b8187faa132046"
|
||||
DOWNLOAD="http://faculty.cse.tamu.edu/davis/SuiteSparse/SuiteSparse-5.2.0.tar.gz"
|
||||
MD5SUM="8e625539dbeed061cc62fbdfed9be7cf"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="suitesparseconfig amd colamd btf"
|
||||
|
|
|
@ -282,7 +282,7 @@ new file mode 100644
|
|||
+# Process this file with autoconf to produce a configure script.
|
||||
+
|
||||
+AC_PREREQ([2.69])
|
||||
+AC_INIT([KLU],[1.3.8],[DrTimothyAldenDavis@gmail.com],[klu],[http://www.suitesparse.com/])
|
||||
+AC_INIT([KLU],[1.3.9],[DrTimothyAldenDavis@gmail.com],[klu],[http://www.suitesparse.com/])
|
||||
+AC_CONFIG_SRCDIR([Source/klu.c])
|
||||
+AC_CONFIG_AUX_DIR([build-aux])
|
||||
+AC_CONFIG_MACRO_DIR([m4])
|
||||
|
|
Loading…
Reference in New Issue