mirror of https://github.com/CGAL/cgal
20 lines
486 B
Plaintext
20 lines
486 B
Plaintext
# TAUCS, a Library of Sparse Linear Solvers (http://www.tau.ac.il/~stoledo/taucs/)
|
|
# FreeBSD requires compat library for ftime().
|
|
# Note: TAUCS requires either ATLAS or LAPACK for dpotrf() Lapack routine.
|
|
# This configuration has *not* been tested.
|
|
|
|
DESCRIPTION = FreeBSD with LAPACK
|
|
PROVIDES = TAUCS
|
|
CXXFLAGS =
|
|
LDFLAGS =
|
|
LIBS = taucs metis compat
|
|
REQUIRES = BLAS LAPACK
|
|
INCOMPATIBLE = DOLLAR_WINDOWS_COMPILER
|
|
STDINCLDIRS =
|
|
INCLTHING =
|
|
STDLIBDIRS =
|
|
LIBTHING =
|
|
COMPILETESTFLAGS =
|
|
|
|
# EOF
|