cgal/Installation/config/support/S96-TAUCSDARWIN

20 lines
471 B
Plaintext

# TAUCS, a Library of Sparse Linear Solvers (http://www.tau.ac.il/~stoledo/taucs/)
# MacOSX requires crypto library for ftime().
# Note: TAUCS requires either ATLAS or LAPACK for dpotrf() Lapack routine.
# This configuration has *not* been tested.
DESCRIPTION = MacOSX
PROVIDES = TAUCS
CXXFLAGS =
LDFLAGS =
LIBS = taucs metis crypto
REQUIRES = BLAS LAPACK DOLLAR_DARWIN_COMPILER
INCOMPATIBLE =
STDINCLDIRS =
INCLTHING =
STDLIBDIRS =
LIBTHING =
COMPILETESTFLAGS =
# EOF