]> git.pld-linux.org Git - packages/COLAMD.git/commitdiff
- use system ufconfig
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 26 Mar 2007 22:27:21 +0000 (22:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    colamd-ufconfig.patch -> 1.1

colamd-ufconfig.patch [new file with mode: 0644]

diff --git a/colamd-ufconfig.patch b/colamd-ufconfig.patch
new file mode 100644 (file)
index 0000000..71731fd
--- /dev/null
@@ -0,0 +1,46 @@
+--- COLAMD/colamd.c~   2006-12-13 13:46:38.000000000 +0200
++++ COLAMD/colamd.c    2007-03-27 01:17:49.118259378 +0300
+@@ -685,7 +685,7 @@
+ /* ========================================================================== */
+ /* define UF_long */
+-#include "UFconfig.h"
++#include <UFconfig.h>
+ #ifdef DLONG
+--- COLAMD/colamd.h~   2006-12-13 13:46:09.000000000 +0200
++++ COLAMD/colamd.h    2007-03-27 01:18:06.598650636 +0300
+@@ -139,7 +139,7 @@
+ /* ========================================================================== */
+ /* define UF_long */
+-#include "UFconfig.h"
++#include <UFconfig.h>
+ size_t colamd_recommended     /* returns recommended value of Alen, */
+                               /* or 0 if input arguments are erroneous */
+--- COLAMD/colamd_l_example.c~ 2006-12-13 13:47:22.000000000 +0200
++++ COLAMD/colamd_l_example.c  2007-03-27 01:18:17.698899095 +0300
+@@ -44,7 +44,7 @@
+ #define B_N 5
+ /* define UF_long */
+-#include "UFconfig.h"
++#include <UFconfig.h>
+ int main (void)
+ {
+--- COLAMD/Makefile~   2007-03-27 01:18:43.219470348 +0300
++++ COLAMD/Makefile    2007-03-27 01:18:44.569500568 +0300
+@@ -1,9 +1,7 @@
+ default: libcolamd.a colamd_example colamd_l_example
+-include ../UFconfig/UFconfig.mk
+-
+-I = -I../UFconfig
++include /usr/share/misc/UFconfig.mk
+ colamd_example: colamd_example.c libcolamd.a
+       $(CC) $(CFLAGS) $(I) -o colamd_example colamd_example.c libcolamd.a -lm
This page took 0.06238 seconds and 4 git commands to generate.