mirror of https://github.com/CGAL/cgal
19 lines
389 B
Plaintext
19 lines
389 B
Plaintext
# BLAS (Basic Linear Algebra Subprograms)
|
|
# Intel MKL provides BLAS and LAPACK
|
|
# This configuration has *not* been tested.
|
|
|
|
DESCRIPTION = Intel MKL for MS Windows 64 bits
|
|
PROVIDES = BLAS LAPACK
|
|
CXXFLAGS = -DCGAL_USE_F2C
|
|
LDFLAGS =
|
|
LIBS = mkl_dll libguide40 vcf2c
|
|
REQUIRES = DOLLAR_WINDOWS_COMPILER
|
|
INCOMPATIBLE =
|
|
STDINCLDIRS =
|
|
INCLTHING =
|
|
STDLIBDIRS =
|
|
LIBTHING =
|
|
COMPILETESTFLAGS =
|
|
|
|
# EOF
|