academic/csparse: Updated for version 3.2.0.

Signed-off-by: Kyle Guinn <elyk03@gmail.com>
This commit is contained in:
Kyle Guinn 2017-12-16 23:29:48 -06:00 committed by Willy Sudiarto Raharjo
parent 59d4710721
commit 6adc705ec1
3 changed files with 7 additions and 7 deletions

View File

@ -25,9 +25,9 @@
PRGNAM=csparse PRGNAM=csparse
SRCNAM=SuiteSparse SRCNAM=SuiteSparse
SUBDIR=CSparse SUBDIR=CSparse
VERSION=${VERSION:-3.1.9} VERSION=${VERSION:-3.2.0}
SRCVER=${SRCVER:-4.5.5} SRCVER=${SRCVER:-5.1.0}
BUILD=${BUILD:-2} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then if [ -z "$ARCH" ]; then

View File

@ -1,8 +1,8 @@
PRGNAM="csparse" PRGNAM="csparse"
VERSION="3.1.9" VERSION="3.2.0"
HOMEPAGE="http://faculty.cse.tamu.edu/davis/suitesparse.html" HOMEPAGE="http://faculty.cse.tamu.edu/davis/suitesparse.html"
DOWNLOAD="http://faculty.cse.tamu.edu/davis/SuiteSparse/SuiteSparse-4.5.5.tar.gz" DOWNLOAD="http://faculty.cse.tamu.edu/davis/SuiteSparse/SuiteSparse-5.1.0.tar.gz"
MD5SUM="0a5b38af0016f009409a9606d2f1b555" MD5SUM="9c34d7c07ad5ce1624b8187faa132046"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="" REQUIRES=""

View File

@ -258,7 +258,7 @@ new file mode 100644
+# Process this file with autoconf to produce a configure script. +# Process this file with autoconf to produce a configure script.
+ +
+AC_PREREQ([2.69]) +AC_PREREQ([2.69])
+AC_INIT([CSparse],[3.1.9],[DrTimothyAldenDavis@gmail.com],[csparse],[http://www.suitesparse.com/]) +AC_INIT([CSparse],[3.2.0],[DrTimothyAldenDavis@gmail.com],[csparse],[http://www.suitesparse.com/])
+AC_CONFIG_SRCDIR([Source/cs_print.c]) +AC_CONFIG_SRCDIR([Source/cs_print.c])
+AC_CONFIG_AUX_DIR([build-aux]) +AC_CONFIG_AUX_DIR([build-aux])
+AC_CONFIG_MACRO_DIR([m4]) +AC_CONFIG_MACRO_DIR([m4])