]> git.pld-linux.org Git - packages/COLAMD.git/blame - colamd-ufconfig.patch
- create shared library using libtool
[packages/COLAMD.git] / colamd-ufconfig.patch
CommitLineData
3ed1b792
ER
1--- COLAMD/colamd.c~ 2006-12-13 13:46:38.000000000 +0200
2+++ COLAMD/colamd.c 2007-03-27 01:17:49.118259378 +0300
3@@ -685,7 +685,7 @@
4 /* ========================================================================== */
5
6 /* define UF_long */
7-#include "UFconfig.h"
8+#include <UFconfig.h>
9
10 #ifdef DLONG
11
12--- COLAMD/colamd.h~ 2006-12-13 13:46:09.000000000 +0200
13+++ COLAMD/colamd.h 2007-03-27 01:18:06.598650636 +0300
14@@ -139,7 +139,7 @@
15 /* ========================================================================== */
16
17 /* define UF_long */
18-#include "UFconfig.h"
19+#include <UFconfig.h>
20
21 size_t colamd_recommended /* returns recommended value of Alen, */
22 /* or 0 if input arguments are erroneous */
23--- COLAMD/colamd_l_example.c~ 2006-12-13 13:47:22.000000000 +0200
24+++ COLAMD/colamd_l_example.c 2007-03-27 01:18:17.698899095 +0300
25@@ -44,7 +44,7 @@
26 #define B_N 5
27
28 /* define UF_long */
29-#include "UFconfig.h"
30+#include <UFconfig.h>
31
32 int main (void)
33 {
34--- COLAMD/Makefile~ 2007-03-27 01:18:43.219470348 +0300
35+++ COLAMD/Makefile 2007-03-27 01:18:44.569500568 +0300
36@@ -1,9 +1,7 @@
37
38 default: libcolamd.a colamd_example colamd_l_example
39
40-include ../UFconfig/UFconfig.mk
41-
42-I = -I../UFconfig
43+include /usr/share/misc/UFconfig.mk
44
45 colamd_example: colamd_example.c libcolamd.a
46 $(CC) $(CFLAGS) $(I) -o colamd_example colamd_example.c libcolamd.a -lm
This page took 0.05605 seconds and 4 git commands to generate.