academic/cholmod: Updated for version 3.0.12.

Signed-off-by: Kyle Guinn <elyk03@gmail.com>
This commit is contained in:
Kyle Guinn 2018-03-22 00:06:09 -05:00 committed by Willy Sudiarto Raharjo
parent 6b15ad8dd2
commit 3b9cb90391
3 changed files with 8 additions and 8 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for CHOLMOD
# 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=cholmod
SRCNAM=SuiteSparse
SUBDIR=CHOLMOD
VERSION=${VERSION:-3.0.11}
SRCVER=${SRCVER:-5.1.0}
BUILD=${BUILD:-3}
VERSION=${VERSION:-3.0.12}
SRCVER=${SRCVER:-5.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then

View file

@ -1,8 +1,8 @@
PRGNAM="cholmod"
VERSION="3.0.11"
VERSION="3.0.12"
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="blas lapack suitesparseconfig amd camd colamd ccolamd"

View file

@ -1469,7 +1469,7 @@ new file mode 100644
+# Process this file with autoconf to produce a configure script.
+
+AC_PREREQ([2.69])
+AC_INIT([CHOLMOD],[3.0.11],[DrTimothyAldenDavis@gmail.com],[cholmod],[http://www.suitesparse.com/])
+AC_INIT([CHOLMOD],[3.0.12],[DrTimothyAldenDavis@gmail.com],[cholmod],[http://www.suitesparse.com/])
+AC_CONFIG_SRCDIR([Core/cholmod_common.c])
+AC_CONFIG_AUX_DIR([build-aux])
+AC_CONFIG_MACRO_DIR([m4])