academic/cxsparse: Updated for version 3.2.0.
Signed-off-by: Kyle Guinn <elyk03@gmail.com>
This commit is contained in:
parent
6adc705ec1
commit
8ddb5bba15
|
@ -25,9 +25,9 @@
|
|||
PRGNAM=cxsparse
|
||||
SRCNAM=SuiteSparse
|
||||
SUBDIR=CXSparse
|
||||
VERSION=${VERSION:-3.1.9}
|
||||
SRCVER=${SRCVER:-4.5.5}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-3.2.0}
|
||||
SRCVER=${SRCVER:-5.1.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="cxsparse"
|
||||
VERSION="3.1.9"
|
||||
VERSION="3.2.0"
|
||||
HOMEPAGE="http://faculty.cse.tamu.edu/davis/suitesparse.html"
|
||||
DOWNLOAD="http://faculty.cse.tamu.edu/davis/SuiteSparse/SuiteSparse-4.5.5.tar.gz"
|
||||
MD5SUM="0a5b38af0016f009409a9606d2f1b555"
|
||||
DOWNLOAD="http://faculty.cse.tamu.edu/davis/SuiteSparse/SuiteSparse-5.1.0.tar.gz"
|
||||
MD5SUM="9c34d7c07ad5ce1624b8187faa132046"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="suitesparseconfig"
|
||||
|
|
|
@ -522,7 +522,7 @@ new file mode 100644
|
|||
+# Process this file with autoconf to produce a configure script.
|
||||
+
|
||||
+AC_PREREQ([2.69])
|
||||
+AC_INIT([CXSparse],[3.1.9],[DrTimothyAldenDavis@gmail.com],[cxsparse],[http://www.suitesparse.com/])
|
||||
+AC_INIT([CXSparse],[3.2.0],[DrTimothyAldenDavis@gmail.com],[cxsparse],[http://www.suitesparse.com/])
|
||||
+AC_CONFIG_SRCDIR([Source/cs_print.c])
|
||||
+AC_CONFIG_AUX_DIR([build-aux])
|
||||
+AC_CONFIG_MACRO_DIR([m4])
|
||||
|
|
Loading…
Reference in New Issue