comparison src/suitesparse-1.patch @ 2538:518edbf5c710

update package suitesparse
author Mark Brand <mabrand@mabrand.nl>
date Sun, 20 May 2012 23:44:39 +0200
parents 10ed3017dcb8
children 56b411cf95c3
comparison
equal deleted inserted replaced
2537:2de591821f11 2538:518edbf5c710
1 --- SuiteSparse-3.7.0/CHOLMOD/Makefile 2011-12-08 19:56:52.000000000 +0100 1 This file is part of MXE.
2 +++ SuiteSparse-3.6.0/CHOLMOD/Makefile 2011-01-25 21:05:49.000000000 +0100 2 See index.html for further information.
3 @@ -13,6 +13,6 @@ 3
4 From 60ff05e30eaa435a7776b178f5f240f0c11e8f38 Mon Sep 17 00:00:00 2001
5 From: Mark Brand <mabrand@mabrand.nl>
6 Date: Sun, 20 May 2012 23:41:27 +0200
7 Subject: [PATCH] build lib not demo
8
9 ---
10 CHOLMOD/Makefile | 2 +-
11 UMFPACK/Makefile | 2 +-
12 2 files changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/CHOLMOD/Makefile b/CHOLMOD/Makefile
15 index d27ae54..878f9d8 100644
16 --- a/CHOLMOD/Makefile
17 +++ b/CHOLMOD/Makefile
18 @@ -13,7 +13,7 @@ include ../UFconfig/UFconfig.mk
4 19
5 # Compile the C-callable libraries and the Demo programs. 20 # Compile the C-callable libraries and the Demo programs.
6 all: 21 all:
22 - ( cd Demo ; $(MAKE) )
7 + ( cd Lib ; $(MAKE) ) 23 + ( cd Lib ; $(MAKE) )
8 - ( cd Demo ; $(MAKE) )
9 24
10 # Compile the C-callable libraries only. 25 # Compile the C-callable libraries only.
11 --- SuiteSparse-3.7.0/UMFPACK/Makefile 2011-12-08 20:57:27.000000000 +0100 26 library:
12 +++ SuiteSparse-3.6.1/UMFPACK/Makefile 2011-01-25 21:07:50.000000000 +0100 27 diff --git a/UMFPACK/Makefile b/UMFPACK/Makefile
13 @@ -13,5 +13,5 @@ 28 index 6163045..4973e55 100644
29 --- a/UMFPACK/Makefile
30 +++ b/UMFPACK/Makefile
31 @@ -13,7 +13,7 @@ include ../UFconfig/UFconfig.mk
14 # compile all C code (except hb, fortran, and fortran64), including AMD and the 32 # compile all C code (except hb, fortran, and fortran64), including AMD and the
15 # demos, but not the MATLAB mexFunctions 33 # demos, but not the MATLAB mexFunctions
16 all: 34 all:
35 - ( cd Demo ; $(MAKE) )
17 + ( cd Lib ; $(MAKE) ) 36 + ( cd Lib ; $(MAKE) )
18 - ( cd Demo ; $(MAKE) )
19 37
38 # compile just the C-callable UMFPACK library
39 library:
40 --
41 1.7.9.2
42