view liboctave/UMFPACK/AMD/Make/Make.rs6000 @ 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

#------------------------------------------------------------------------------
# IBM RS 6000 configuration (for both AMD and UMFPACK)
#------------------------------------------------------------------------------

# 32-bit mode:
CFLAGS   = -O4 -qipa -qmaxmem=16384 -qproto
F77FLAGS = -O4 -qipa -qmaxmem=16384

# 64-bit mode:
# CFLAGS   = -O4 -qipa -qmaxmem=16384 -q64 -DLP64 -qproto
# F77FLAGS = -O4 -qipa -qmaxmem=16384 -q64 -DLP64
# AR = ar -X64

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

# 1: with the vendor-supplied BLAS.  This is the default.
CONFIG =
LIB = -lessl -lm

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