File: Make.alpha

package info (click to toggle)
umfpack 4.4-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 5,904 kB
  • ctags: 2,328
  • sloc: ansic: 31,039; fortran: 1,648; makefile: 1,292; sed: 162; csh: 96
file content (23 lines) | stat: -rw-r--r-- 706 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#------------------------------------------------------------------------------
# Compaq Alpha configuration (for both AMD and UMFPACK)
#------------------------------------------------------------------------------

# 64-bit mode only
CFLAGS = -O2 -std1 -DLP64

#------------------------------------------------------------------------------
# BLAS options (UMFPACK only):
#------------------------------------------------------------------------------

# 1: with the vendor-supplied BLAS
CONFIG =
LIB = -ldxml -lm

# 2: with the vendor-supplied BLAS, including BLAS with 64-bit long integers
# CONFIG = -DLONGBLAS
# LIB = -ldxml -lm

# 2: with no BLAS (this will be slow)
# CONFIG = -DNBLAS
# LIB = -lm