summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2012-07-08 23:30:37 (GMT)
committerMark Brand <mabrand@mabrand.nl>2012-07-08 23:30:37 (GMT)
commit3ced6de35df9ceef484fec290283cebf2e5d0122 (patch)
tree17e66d39cea487392ff8db1590616e0cfdc7054e /src
parentff9ffd96fd4ef1d642003b6a5282d1e533e21103 (diff)
downloadmxe-3ced6de35df9ceef484fec290283cebf2e5d0122.zip
mxe-3ced6de35df9ceef484fec290283cebf2e5d0122.tar.gz
mxe-3ced6de35df9ceef484fec290283cebf2e5d0122.tar.bz2
update package suitesparse
Diffstat (limited to 'src')
-rw-r--r--src/suitesparse-1.patch16
-rw-r--r--src/suitesparse.mk2
2 files changed, 9 insertions, 9 deletions
diff --git a/src/suitesparse-1.patch b/src/suitesparse-1.patch
index 33df8b2..b2c4ed1 100644
--- a/src/suitesparse-1.patch
+++ b/src/suitesparse-1.patch
@@ -1,7 +1,7 @@
This file is part of MXE.
See index.html for further information.
-From 60ff05e30eaa435a7776b178f5f240f0c11e8f38 Mon Sep 17 00:00:00 2001
+From 169f88aef7ff1d302aa3eac48d779d009780b87f Mon Sep 17 00:00:00 2001
From: Mark Brand <mabrand@mabrand.nl>
Date: Sun, 20 May 2012 23:41:27 +0200
Subject: [PATCH] build lib not demo
@@ -12,10 +12,10 @@ Subject: [PATCH] build lib not demo
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/CHOLMOD/Makefile b/CHOLMOD/Makefile
-index d27ae54..878f9d8 100644
+index 97911ef..4a3bcae 100644
--- a/CHOLMOD/Makefile
+++ b/CHOLMOD/Makefile
-@@ -13,7 +13,7 @@ include ../UFconfig/UFconfig.mk
+@@ -14,7 +14,7 @@ include ../SuiteSparse_config/SuiteSparse_config.mk
# Compile the C-callable libraries and the Demo programs.
all:
@@ -25,12 +25,12 @@ index d27ae54..878f9d8 100644
# Compile the C-callable libraries only.
library:
diff --git a/UMFPACK/Makefile b/UMFPACK/Makefile
-index 6163045..4973e55 100644
+index 622ee39..e19cd2f 100644
--- a/UMFPACK/Makefile
+++ b/UMFPACK/Makefile
-@@ -13,7 +13,7 @@ include ../UFconfig/UFconfig.mk
- # compile all C code (except hb, fortran, and fortran64), including AMD and the
- # demos, but not the MATLAB mexFunctions
+@@ -12,7 +12,7 @@ include ../SuiteSparse_config/SuiteSparse_config.mk
+
+ # compile all C code (except hb, fortran, and fortran64), incl. AMD and demos
all:
- ( cd Demo ; $(MAKE) )
+ ( cd Lib ; $(MAKE) )
@@ -38,5 +38,5 @@ index 6163045..4973e55 100644
# compile just the C-callable UMFPACK library
library:
--
-1.7.9.2
+1.7.10.4
diff --git a/src/suitesparse.mk b/src/suitesparse.mk
index eb59f27..71d2b3c 100644
--- a/src/suitesparse.mk
+++ b/src/suitesparse.mk
@@ -2,7 +2,7 @@
# See index.html for further information.
PKG := suitesparse
-$(PKG)_CHECKSUM := 4f1f5af64625606d58c129087a66d58d90c4dd58
+$(PKG)_CHECKSUM := 7fa5e21ed5bb8a7445e17ff52442db31cb55b6d1
$(PKG)_SUBDIR := SuiteSparse
$(PKG)_FILE := SuiteSparse-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://www.cise.ufl.edu/research/sparse/SuiteSparse/$($(PKG)_FILE)