mirror of https://github.com/CGAL/cgal
19 lines
447 B
Plaintext
19 lines
447 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 ATLAS
|
|
PROVIDES = TAUCS
|
|
CXXFLAGS =
|
|
LDFLAGS =
|
|
LIBS = taucs metis
|
|
REQUIRES = BLAS ATLAS
|
|
INCOMPATIBLE = DOLLAR_WINDOWS_COMPILER
|
|
STDINCLDIRS =
|
|
INCLTHING =
|
|
STDLIBDIRS =
|
|
LIBTHING =
|
|
COMPILETESTFLAGS =
|
|
|
|
# EOF
|