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

« back to all changes in this revision

Viewing changes to debian/patches/13-UFconfig_UFconfig.mk.diff

  • Committer: Bazaar Package Importer
  • Author(s): Sylvestre Ledru
  • Date: 2010-04-15 10:36:16 UTC
  • mfrom: (8.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100415103616-cdt3evelb48vb3vh
Tags: 1:3.4.0-2
* Maintainer changed to Debian Science
* Updated list of Uploaders (Closes: #571884, #550417)
* Standards-Version updated to version 3.8.4
* Link against -llapackgf-3 changed to -llapack (Closes: #577879)
* Removed doc-central recommends (Closes: #566361)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
* Do not use metis library
2
2
* Drop the fortran libraries from linking options
3
 
* Link against lapackgf-3 library
 
3
* Link against lapack library
4
4
 
5
5
 -- Daniel Rus Morales <danirus@tol-project.org>  Tue, 17 Jul 2007 12:15:41 +0200
6
6
 
14
14
-BLAS = -lblas -lgfortran -lgfortranbegin -lg2c
15
15
-LAPACK = -llapack
16
16
+BLAS = -lblas
17
 
+LAPACK = -llapackgf-3
 
17
+LAPACK = -llapack
18
18
 
19
19
 # Using non-optimized versions:
20
20
 # BLAS = -lblas_plain -lgfortran -lgfortranbegin -lg2c