]> git.pld-linux.org Git - packages/COLAMD.git/blob - colamd-ufconfig.patch
- updated to 2.8.0; switched to SuiteSparse_config
[packages/COLAMD.git] / colamd-ufconfig.patch
1 --- COLAMD/Include/colamd.h.orig        2012-05-29 17:03:28.000000000 +0200
2 +++ COLAMD/Include/colamd.h     2012-06-27 17:10:19.412091279 +0200
3 @@ -135,7 +135,7 @@
4  /* === Prototypes of user-callable routines ================================= */
5  /* ========================================================================== */
6  
7 -#include "SuiteSparse_config.h"
8 +#include <SuiteSparse_config.h>
9  
10  size_t colamd_recommended      /* returns recommended value of Alen, */
11                                 /* or 0 if input arguments are erroneous */
12 --- COLAMD/Makefile~    2007-03-27 01:18:43.219470348 +0300
13 +++ COLAMD/Makefile     2007-03-27 01:18:44.569500568 +0300
14 @@ -1,7 +1,7 @@
15  
16  default: demo
17  
18 -include ../SuiteSparse_config/SuiteSparse_config.mk
19 +include /usr/share/misc/SuiteSparse_config.mk
20  
21  # Compile all C code, including the C-callable routine and the mexFunctions.
22  # Do not the MATLAB interface.
23 diff -ur COLAMD/Demo/Makefile COLAMD.UF/Demo/Makefile
24 --- COLAMD/Demo/Makefile        2007-05-05 15:42:44.000000000 +0200
25 +++ COLAMD.UF/Demo/Makefile     2007-12-02 15:41:19.000000000 +0100
26 @@ -4,9 +4,9 @@
27  
28  default: colamd_example colamd_l_example
29  
30 -include ../../SuiteSparse_config/SuiteSparse_config.mk
31 +include /usr/share/misc/SuiteSparse_config.mk
32  
33 -I = -I../Include -I../../SuiteSparse_config
34 +I = -I../Include
35  
36  C = $(CC) $(CFLAGS) $(I)
37  
38 diff -ur COLAMD/Lib/Makefile COLAMD.UF/Lib/Makefile
39 --- COLAMD/Lib/Makefile 2007-05-05 15:41:47.000000000 +0200
40 +++ COLAMD.UF/Lib/Makefile      2007-12-02 15:42:02.000000000 +0100
41 @@ -4,11 +4,11 @@
42  
43  default: libcolamd.a
44  
45 -include ../../SuiteSparse_config/SuiteSparse_config.mk
46 +include /usr/share/misc/SuiteSparse_config.mk
47  
48 -I = -I../Include -I../../SuiteSparse_config
49 +I = -I../Include
50  
51 -INC = ../Include/colamd.h ../../SuiteSparse_config/SuiteSparse_config.h
52 +INC = ../Include/colamd.h
53  
54  SRC = ../Source/colamd.c ../Source/colamd_global.c
55  
This page took 0.095394 seconds and 3 git commands to generate.