cgal/Installation/config/support/S75-REFLAPACKLINUXGCC

20 lines
545 B
Plaintext

# 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 this library is slower than an hybrid
# LAPACK/Atlas library. See http://math-atlas.sourceforge.net/errata.html#completelp.
DESCRIPTION = Reference LAPACK for gcc/Linux
PROVIDES = LAPACK
CXXFLAGS = -DCGAL_USE_F2C
LDFLAGS =
LIBS = lapack_LINUX
REQUIRES = BLAS
INCOMPATIBLE = DOLLAR_WINDOWS_COMPILER
STDINCLDIRS =
INCLTHING =
STDLIBDIRS =
LIBTHING =
COMPILETESTFLAGS =
# EOF