cgal/Installation/config/support/S77-CLAPACKWIN

20 lines
467 B
Plaintext

# LAPACK is a linear algebra library.
# We search for CLAPACK (http://www.netlib.org/clapack).
# This configuration *must* be the last try as it is notably slow.
# Note: this configuration has been tested with VisualC++ 8.0 x64.
DESCRIPTION = CLAPACK for MS Windows
PROVIDES = LAPACK
CXXFLAGS = -DCGAL_USE_F2C
LDFLAGS =
LIBS = clapack
REQUIRES = BLAS DOLLAR_WINDOWS_COMPILER
INCOMPATIBLE =
STDINCLDIRS =
INCLTHING =
STDLIBDIRS =
LIBTHING =
COMPILETESTFLAGS =
# EOF