cgal/Installation/config/support/S72-LAPACKATLAS

19 lines
436 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 on Unix
PROVIDES = LAPACK
CXXFLAGS = -DCGAL_USE_F2C
LDFLAGS =
LIBS = lapack
REQUIRES = BLAS
INCOMPATIBLE = DOLLAR_WINDOWS_COMPILER
STDINCLDIRS =
INCLTHING =
STDLIBDIRS =
LIBTHING =
COMPILETESTFLAGS =
# EOF