]> git.pld-linux.org Git - packages/COLAMD.git/blobdiff - colamd-ufconfig.patch
- updated to 2.9.0
[packages/COLAMD.git] / colamd-ufconfig.patch
index faa98521a7b38c7340ec97939414957ac9c1d98f..c0ec94852e0b88333c5b82c57a760d21891a0611 100644 (file)
  
  # Compile all C code, including the C-callable routine and the mexFunctions.
  # Do not the MATLAB interface.
-diff -ur COLAMD/Demo/Makefile COLAMD.UF/Demo/Makefile
 --- COLAMD/Demo/Makefile       2007-05-05 15:42:44.000000000 +0200
 +++ COLAMD.UF/Demo/Makefile    2007-12-02 15:41:19.000000000 +0100
-@@ -4,9 +4,9 @@
+@@ -4,16 +4,15 @@
  
  default: colamd_example colamd_l_example
  
@@ -33,8 +32,16 @@ diff -ur COLAMD/Demo/Makefile COLAMD.UF/Demo/Makefile
 -I = -I../Include -I../../SuiteSparse_config
 +I = -I../Include
  
- C = $(CC) $(CFLAGS) $(I)
+ C = $(CC) $(CF) $(I)
  
+-LIB2 = ../../SuiteSparse_config/libsuitesparseconfig.a $(LIB)
++LIB2 = -lsuitesparseconfig $(LIB)
+ library:
+-      ( cd ../../SuiteSparse_config ; $(MAKE) )
+       ( cd ../Lib ; $(MAKE) )
+ #------------------------------------------------------------------------------
 diff -ur COLAMD/Lib/Makefile COLAMD.UF/Lib/Makefile
 --- COLAMD/Lib/Makefile        2007-05-05 15:41:47.000000000 +0200
 +++ COLAMD.UF/Lib/Makefile     2007-12-02 15:42:02.000000000 +0100
This page took 0.037448 seconds and 4 git commands to generate.