view liboctave/UMFPACK/AMD/Make/Make.alpha @ 5164:57077d0ddc8e

[project @ 2005-02-25 19:55:24 by jwe]
author jwe
date Fri, 25 Feb 2005 19:55:28 +0000
parents
children
line wrap: on
line source

#------------------------------------------------------------------------------
# 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