cgal/Installation/config/support/S93b-TAUCSFREEBSDATLAS

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