update package suitesparse

pull/47/merge
Mark Brand 12 years ago
parent f95d68b04a
commit e0f23e55fe

@ -1830,7 +1830,7 @@ USE_OSGPLUGIN(<plugin2>)
</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>

@ -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 Lib ; $(MAKE) )
- ( cd Demo ; $(MAKE) )
+ ( cd Lib ; $(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 Lib ; $(MAKE) )
- ( cd Demo ; $(MAKE) )
+ ( cd Lib ; $(MAKE) )
# compile just the C-callable UMFPACK library
library:
--
1.7.9.2

@ -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)

Loading…
Cancel
Save