# TAUCS, a Library of Sparse Linear Solvers (http://www.tau.ac.il/~stoledo/taucs/) # Note: TAUCS requires either ATLAS or LAPACK for dpotrf() Lapack routine. # This configuration has been tested with g++, Sun CC and icpc. DESCRIPTION = Unix with ATLAS PROVIDES = TAUCS CXXFLAGS = LDFLAGS = LIBS = taucs metis REQUIRES = BLAS ATLAS INCOMPATIBLE = DOLLAR_WINDOWS_COMPILER STDINCLDIRS = INCLTHING = STDLIBDIRS = LIBTHING = COMPILETESTFLAGS = # EOF