comparison src/suitesparse-1.patch @ 2656:56b411cf95c3

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