# LAPACK is a linear algebra library. # We search for the LAPACK reference implementation (http://www.netlib.org/lapack). # This configuration *must* be the last try as it is notably slow. See # http://math-atlas.sourceforge.net/errata.html#completelp. # Note: this configuration has been tested with VisualC++ 7.1. DESCRIPTION = Reference LAPACK for MS Windows PROVIDES = LAPACK CXXFLAGS = -DCGAL_USE_F2C LDFLAGS = LIBS = lapack_win32 REQUIRES = BLAS DOLLAR_WINDOWS_COMPILER INCOMPATIBLE = STDINCLDIRS = INCLTHING = STDLIBDIRS = LIBTHING = COMPILETESTFLAGS = # EOF