cgal/Installation/config/support/S48a-MKL64

20 lines
434 B
Plaintext

# Intel MKL provides BLAS and LAPACK:
# - BLAS (Basic Linear Algebra Subprograms)
# - LAPACK is a linear algebra library
# This configuration has *not* been tested.
DESCRIPTION = Intel MKL for Linux 64 bits
PROVIDES = BLAS LAPACK
CXXFLAGS = -DCGAL_USE_F2C
LDFLAGS =
LIBS = mkl_lapack mkl_ia64 guide pthread
REQUIRES =
INCOMPATIBLE = DOLLAR_WINDOWS_COMPILER
STDINCLDIRS =
INCLTHING =
STDLIBDIRS =
LIBTHING =
COMPILETESTFLAGS =
# EOF