mirror of https://github.com/CGAL/cgal
19 lines
445 B
Plaintext
19 lines
445 B
Plaintext
# LAPACK is a linear algebra library.
|
|
# We search for an hybrid LAPACK/Atlas library. This is the solution recommended
|
|
# by ATLAS. See http://math-atlas.sourceforge.net/errata.html#completelp.
|
|
|
|
DESCRIPTION = Hybrid LAPACK/Atlas for VisualC++
|
|
PROVIDES = LAPACK
|
|
CXXFLAGS = -DCGAL_USE_F2C
|
|
LDFLAGS =
|
|
LIBS = liblapack
|
|
REQUIRES = BLAS DOLLAR_WINDOWS_COMPILER
|
|
INCOMPATIBLE =
|
|
STDINCLDIRS =
|
|
INCLTHING =
|
|
STDLIBDIRS =
|
|
LIBTHING =
|
|
COMPILETESTFLAGS =
|
|
|
|
# EOF
|