mirror of https://github.com/CGAL/cgal
18 lines
334 B
Plaintext
18 lines
334 B
Plaintext
# BLAS (Basic Linear Algebra Subprograms)
|
|
# Intel MKL provides BLAS and LAPACK
|
|
|
|
DESCRIPTION = Intel MKL for VisualC++
|
|
PROVIDES = BLAS LAPACK
|
|
CXXFLAGS = -DCGAL_USE_F2C
|
|
LDFLAGS =
|
|
LIBS = mkl_c libguide40 vcf2c
|
|
REQUIRES = DOLLAR_WINDOWS_COMPILER
|
|
INCOMPATIBLE =
|
|
STDINCLDIRS =
|
|
INCLTHING =
|
|
STDLIBDIRS =
|
|
LIBTHING =
|
|
COMPILETESTFLAGS =
|
|
|
|
# EOF
|