~logan/ubuntu/trusty/suitesparse/4.2.1-3ubuntu1

« back to all changes in this revision

Viewing changes to debian/patches/01-Makefile.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Rafael Laboissiere, Rafael Laboissiere, Ondrej Certik
  • Date: 2008-02-21 14:46:50 UTC
  • mfrom: (1.1.2 upstream) (5.1.1 hardy)
  • Revision ID: james.westby@ubuntu.com-20080221144650-tgeppgj0t7s759i8
Tags: 3.1.0-3
[ Rafael Laboissiere ]
* Upload to unstable

[ Ondrej Certik ]
* XS-DM-Upload-Allowed: yes field added
* Ondrej Certik added to uploaders

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh /usr/share/dpatch/dpatch-run
 
2
## 01-Makefile.dpatch by Daniel Rus Morales <danirus@tol-project.org>
 
3
##
 
4
## All lines beginning with `## DP:' are a description of the patch.
 
5
## DP: Build CCOLAMD as well.
 
6
 
 
7
@DPATCH@
 
8
diff -u upstrm/Makefile debsrc/Makefile
 
9
--- upstrm/Makefile     2007-10-29 21:02:03.000000000 +0100
 
10
+++ debsrc/Makefile     2007-12-15 17:19:19.000000000 +0100
 
11
@@ -10,11 +10,11 @@
 
12
 #      ( cd metis-4.0 ; $(MAKE) )
 
13
        ( cd AMD ; $(MAKE) )
 
14
        ( cd CAMD ; $(MAKE) )
 
15
+       ( cd CCOLAMD ; $(MAKE) )
 
16
        ( cd COLAMD ; $(MAKE) )
 
17
        ( cd BTF ; $(MAKE) )
 
18
        ( cd KLU ; $(MAKE) )
 
19
        ( cd LDL ; $(MAKE) )
 
20
-       ( cd CCOLAMD ; $(MAKE) )
 
21
        ( cd UMFPACK ; $(MAKE) )
 
22
        ( cd CHOLMOD ; $(MAKE) )
 
23
        ( cd CSparse ; $(MAKE) )