mirror of https://github.com/CGAL/cgal
19 lines
418 B
Plaintext
19 lines
418 B
Plaintext
# BLAS (Basic Linear Algebra Subprograms)
|
|
# Intel MKL provides BLAS and LAPACK
|
|
# Note: this configuration has been tested with MKL 9.0 and VisualC++ 7.1.
|
|
|
|
DESCRIPTION = Intel MKL for MS Windows 32 bits
|
|
PROVIDES = BLAS LAPACK
|
|
CXXFLAGS = -DCGAL_USE_F2C
|
|
LDFLAGS =
|
|
LIBS = mkl_c libguide40 vcf2c
|
|
REQUIRES = DOLLAR_WINDOWS_COMPILER
|
|
INCOMPATIBLE =
|
|
STDINCLDIRS =
|
|
INCLTHING =
|
|
STDLIBDIRS =
|
|
LIBTHING =
|
|
COMPILETESTFLAGS =
|
|
|
|
# EOF
|