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