X-Git-Url: http://git.pld-linux.org/?p=packages%2FCOLAMD.git;a=blobdiff_plain;f=colamd-ufconfig.patch;fp=colamd-ufconfig.patch;h=c0ec94852e0b88333c5b82c57a760d21891a0611;hp=faa98521a7b38c7340ec97939414957ac9c1d98f;hb=23d2a54603de0c01cda6c817411d2d36c5a0231b;hpb=e0318b644409b85b39170e665a5ab9a45fabcad8 diff --git a/colamd-ufconfig.patch b/colamd-ufconfig.patch index faa9852..c0ec948 100644 --- a/colamd-ufconfig.patch +++ b/colamd-ufconfig.patch @@ -20,10 +20,9 @@ # 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