mirror of https://github.com/CGAL/cgal
19 lines
447 B
Plaintext
19 lines
447 B
Plaintext
# BLAS (Basic Linear Algebra Subprograms)
|
|
# ATLAS provides an optimized version of BLAS and a subset of LAPACK.
|
|
# Note: this configuration has been tested with VisualC++ 7.1.
|
|
|
|
DESCRIPTION = ATLAS for MS Windows
|
|
PROVIDES = ATLAS BLAS
|
|
CXXFLAGS = -DCGAL_USE_F2C
|
|
LDFLAGS =
|
|
LIBS = liblapack libf77blas libcblas libatlas vcf2c
|
|
REQUIRES = DOLLAR_WINDOWS_COMPILER
|
|
INCOMPATIBLE =
|
|
STDINCLDIRS =
|
|
INCLTHING =
|
|
STDLIBDIRS =
|
|
LIBTHING =
|
|
COMPILETESTFLAGS =
|
|
|
|
# EOF
|