changeset 2538:518edbf5c710

update package suitesparse
author Mark Brand <mabrand@mabrand.nl>
date Sun, 20 May 2012 23:44:39 +0200
parents 2de591821f11
children dcc6afba15ac 4b9fb17a28c8
files index.html src/suitesparse-1.patch src/suitesparse.mk
diffstat 3 files changed, 33 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/index.html	Sun May 20 23:28:16 2012 +0200
+++ b/index.html	Sun May 20 23:44:39 2012 +0200
@@ -1830,7 +1830,7 @@
     </tr>
     <tr>
         <td id="suitesparse-package">suitesparse</td>
-        <td id="suitesparse-version">3.7.0</td>
+        <td id="suitesparse-version">3.7.1</td>
         <td id="suitesparse-website"><a href="http://www.cise.ufl.edu/research/sparse/SuiteSparse/">SuiteSparse</a></td>
     </tr>
     <tr>
--- a/src/suitesparse-1.patch	Sun May 20 23:28:16 2012 +0200
+++ b/src/suitesparse-1.patch	Sun May 20 23:44:39 2012 +0200
@@ -1,19 +1,42 @@
---- SuiteSparse-3.7.0/CHOLMOD/Makefile	2011-12-08 19:56:52.000000000 +0100
-+++ SuiteSparse-3.6.0/CHOLMOD/Makefile	2011-01-25 21:05:49.000000000 +0100
-@@ -13,6 +13,6 @@
+This file is part of MXE.
+See index.html for further information.
+
+From 60ff05e30eaa435a7776b178f5f240f0c11e8f38 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
+
+---
+ CHOLMOD/Makefile |    2 +-
+ UMFPACK/Makefile |    2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/CHOLMOD/Makefile b/CHOLMOD/Makefile
+index d27ae54..878f9d8 100644
+--- a/CHOLMOD/Makefile
++++ b/CHOLMOD/Makefile
+@@ -13,7 +13,7 @@ include ../UFconfig/UFconfig.mk
  
  # Compile the C-callable libraries and the Demo programs.
  all:
+-	( cd Demo ; $(MAKE) )
 +	( cd Lib ; $(MAKE) )
--	( cd Demo ; $(MAKE) )
  
  # Compile the C-callable libraries only.
---- SuiteSparse-3.7.0/UMFPACK/Makefile	2011-12-08 20:57:27.000000000 +0100
-+++ SuiteSparse-3.6.1/UMFPACK/Makefile	2011-01-25 21:07:50.000000000 +0100
-@@ -13,5 +13,5 @@
+ library:
+diff --git a/UMFPACK/Makefile b/UMFPACK/Makefile
+index 6163045..4973e55 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
  all:
+-	( cd Demo   ; $(MAKE) )
 +	( cd Lib    ; $(MAKE) )
--	( cd Demo   ; $(MAKE) )
  
+ # compile just the C-callable UMFPACK library
+ library:
+-- 
+1.7.9.2
+
--- a/src/suitesparse.mk	Sun May 20 23:28:16 2012 +0200
+++ b/src/suitesparse.mk	Sun May 20 23:44:39 2012 +0200
@@ -2,7 +2,7 @@
 # See index.html for further information.
 
 PKG             := suitesparse
-$(PKG)_CHECKSUM := d0eb24b43ee2f7def032e80eaa7a589f94f546fc
+$(PKG)_CHECKSUM := a453b08877980848f3a5cde242f9865a7b08faad
 $(PKG)_SUBDIR   := SuiteSparse
 $(PKG)_FILE     := SuiteSparse-$($(PKG)_VERSION).tar.gz
 $(PKG)_URL      := http://www.cise.ufl.edu/research/sparse/SuiteSparse/$($(PKG)_FILE)