~ubuntu-branches/ubuntu/hardy/suitesparse/hardy

« back to all changes in this revision

Viewing changes to UMFPACK/Tcov/Make.2n

  • 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
1
#===============================================================================
2
 
# ILP32 mode, Goto BLAS, do not test for integer overflow.
 
2
# ILP32 mode, BLAS, do not test for integer overflow.
3
3
#===============================================================================
4
4
 
5
5
# Using Intel's icc compiler:
7
7
CFLAGS = -ansi
8
8
 
9
9
UMFPACK_CONFIG = -DTESTING
10
 
# LIB = -lgoto -lfrtbegin -lg2c -lm -lunwind -lcprts
11
 
LIB = -lgoto -lgfortran -lgfortranbegin -lm
 
10
LIB = -lblas -lgfortran -lgfortranbegin -lm
12
11
 
13
12
RANLIB = ranlib
14
13
MV = mv -f