mirror of https://github.com/CGAL/cgal
19 lines
460 B
Plaintext
19 lines
460 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.
|
|
# Note: this configuration has been tested with VisualC++ 7.1.
|
|
|
|
DESCRIPTION = MS Windows with LAPACK
|
|
PROVIDES = TAUCS
|
|
CXXFLAGS =
|
|
LDFLAGS =
|
|
LIBS = libtaucs libmetis
|
|
REQUIRES = BLAS LAPACK DOLLAR_WINDOWS_COMPILER
|
|
INCOMPATIBLE =
|
|
STDINCLDIRS =
|
|
INCLTHING =
|
|
STDLIBDIRS =
|
|
LIBTHING =
|
|
COMPILETESTFLAGS =
|
|
|
|
# EOF
|