cgal/Installation/config/support/S92a-TAUCSLAPACK

19 lines
449 B
Plaintext

# 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 LAPACK
PROVIDES = TAUCS
CXXFLAGS =
LDFLAGS =
LIBS = taucs metis
REQUIRES = BLAS LAPACK
INCOMPATIBLE = DOLLAR_WINDOWS_COMPILER
STDINCLDIRS =
INCLTHING =
STDLIBDIRS =
LIBTHING =
COMPILETESTFLAGS =
# EOF