[Pkg-scicomp-devel] suitesparse-metis/trunk/debian/patches

Daniel Rus danirus at tol-project.org
Sun Mar 16 12:45:38 UTC 2008


SVN commit 2284 by danirus-guest:

KLU/Demo requires that CCOLAMD was built before

 M  +1 -0      suitesparse-metis/trunk/debian/patches/00list  
 M  +11 -29    suitesparse-metis/trunk/debian/patches/01-Makefile.dpatch  


--- suitesparse-metis/trunk/debian/patches/00list #2283:2284
@@ -1,3 +1,4 @@
+01-Makefile
 02-AMD_Lib_GNUmakefile
 03-CAMD_Lib_GNUmakefile
 04-CCOLAMD_Lib_Makefile
--- suitesparse-metis/trunk/debian/patches/01-Makefile.dpatch #2283:2284
@@ -1,38 +1,20 @@
 #! /bin/sh /usr/share/dpatch/dpatch-run
-## 01-Makefile.dpatch by  <danirus at tol-project.org>
+## 01-Makefile.dpatch by Daniel Rus Morales <rus.daniel at gmail.com>
 ##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Build CCOLAMD as well.
+## DP: KLU/Demo requires that CCOLAMD was built before.
 
 @DPATCH@
-diff -u trunk~/Makefile trunk/Makefile
---- trunk~/Makefile	2007-05-08 00:28:44.000000000 +0200
-+++ trunk/Makefile	2007-06-08 14:14:11.000000000 +0200
-@@ -7,10 +7,10 @@
- # Compile the default rules for each package
- default:
- 	( cd UFconfig/xerbla ; $(MAKE) )
--	( cd metis-4.0 ; $(MAKE) )
- 	( cd AMD ; $(MAKE) )
+diff -u upstrm/Makefile debsrc/Makefile
+--- upstrm/Makefile	2007-10-29 21:02:03.000000000 +0100
++++ debsrc/Makefile	2008-03-16 13:23:42.000000000 +0100
+@@ -12,9 +12,9 @@
  	( cd CAMD ; $(MAKE) )
  	( cd COLAMD ; $(MAKE) )
-+	( cd CCOLAMD ; $(MAKE) )
  	( cd BTF ; $(MAKE) )
++	( cd CCOLAMD ; $(MAKE) )
  	( cd KLU ; $(MAKE) )
  	( cd LDL ; $(MAKE) )
-@@ -41,7 +41,6 @@
- # Remove all files not in the original distribution
- purge:
- 	( cd UFconfig/xerbla ; $(MAKE) purge )
--	( cd metis-4.0 ; $(MAKE) realclean )
- 	( cd AMD ; $(MAKE) purge )
- 	( cd CAMD ; $(MAKE) purge )
- 	( cd COLAMD ; $(MAKE) purge )
-@@ -61,7 +60,6 @@
- # Remove all files not in the original distribution, but keep the libraries
- clean:
- 	( cd UFconfig/xerbla ; $(MAKE) clean )
--	( cd metis-4.0 ; $(MAKE) clean )
- 	( cd AMD ; $(MAKE) clean )
- 	( cd CAMD ; $(MAKE) clean )
- 	( cd COLAMD ; $(MAKE) clean )
+-	( cd CCOLAMD ; $(MAKE) )
+ 	( cd UMFPACK ; $(MAKE) )
+ 	( cd CHOLMOD ; $(MAKE) )
+ 	( cd CSparse ; $(MAKE) )



More information about the Pkg-scicomp-devel mailing list