#------------------------------------------------------------------------------- # Compaq Alpha configuration #------------------------------------------------------------------------------- # The long integer version (umfpack_l_*) assumes that the vendor-supplied BLAS # CANNOT handle long (integer*8) integer arguments. The Make.generic, and # both options below, all compile UMFPACK in LP64 mode (32-bit int's, 64-bit # long's, and 64-bit pointers). CFLAGS = -O2 -std1 RANLIB = ranlib # BLAS options: # with no BLAS (this will be slow) # CONFIG = -DNBLAS # LIB = -lm # with the vendor-supplied BLAS CONFIG = -DNCBLAS LIB = -ldxml -lm