]> git.pld-linux.org Git - packages/COLAMD.git/commitdiff
- really updated
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 2 Dec 2007 14:44:24 +0000 (14:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    colamd-ufconfig.patch -> 1.3

colamd-ufconfig.patch

index 604a876d276484d244d30c6868306c058827b494..f16de6e95e3e109c01b462973ceafab472d38106 100644 (file)
@@ -9,8 +9,8 @@
  
  #ifdef DLONG
  
---- COLAMD/Source/colamd.h~    2006-12-13 13:46:09.000000000 +0200
-+++ COLAMD/Source/colamd.h     2007-03-27 01:18:06.598650636 +0300
+--- COLAMD/Include/colamd.h~   2006-12-13 13:46:09.000000000 +0200
++++ COLAMD/Include/colamd.h    2007-03-27 01:18:06.598650636 +0300
 @@ -139,7 +139,7 @@
  /* ========================================================================== */
  
@@ -20,8 +20,8 @@
  
  size_t colamd_recommended     /* returns recommended value of Alen, */
                                /* or 0 if input arguments are erroneous */
---- COLAMD/Source/colamd_l_example.c~  2006-12-13 13:47:22.000000000 +0200
-+++ COLAMD/Source/colamd_l_example.c   2007-03-27 01:18:17.698899095 +0300
+--- COLAMD/Demo/colamd_l_example.c~    2006-12-13 13:47:22.000000000 +0200
++++ COLAMD/Demo/colamd_l_example.c     2007-03-27 01:18:17.698899095 +0300
 @@ -44,7 +44,7 @@
  #define B_N 5
  
  {
 --- COLAMD/Makefile~   2007-03-27 01:18:43.219470348 +0300
 +++ COLAMD/Makefile    2007-03-27 01:18:44.569500568 +0300
-@@ -1,9 +1,7 @@
+@@ -1,7 +1,7 @@
  
- default: libcolamd.a colamd_example colamd_l_example
+ default: demo
  
 -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
+ # Compile all C code, including the C-callable routine and the mexFunctions.
+ # Do not the MATLAB interface.
This page took 0.060687 seconds and 4 git commands to generate.