cgal/Installation/config/support/S74-LAPACKWIN

20 lines
545 B
Plaintext

# LAPACK is a linear algebra library.
# We search for a LAPACK library named "liblapack.lib". It may be an hybrid LAPACK/Atlas library,
# which is the solution recommended by ATLAS. See http://math-atlas.sourceforge.net/errata.html#completelp.
# Note: this configuration has been tested with VisualC++ 7.1.
DESCRIPTION = MS Windows default
PROVIDES = LAPACK
CXXFLAGS = -DCGAL_USE_F2C
LDFLAGS =
LIBS = liblapack
REQUIRES = BLAS DOLLAR_WINDOWS_COMPILER
INCOMPATIBLE =
STDINCLDIRS =
INCLTHING =
STDLIBDIRS =
LIBTHING =
COMPILETESTFLAGS =
# EOF