cgal/Installation/config/support/S50a-ACML

20 lines
424 B
Plaintext

# AMD Core Math Library (http://developer.amd.com/acml.jsp) provides BLAS and LAPACK:
# - BLAS (Basic Linear Algebra Subprograms)
# - LAPACK is a linear algebra library
# This configuration has *not* been tested.
DESCRIPTION = ACML for Unix
PROVIDES = BLAS LAPACK
CXXFLAGS =
LDFLAGS =
LIBS = acml
REQUIRES =
INCOMPATIBLE = DOLLAR_WINDOWS_COMPILER
STDINCLDIRS =
INCLTHING =
STDLIBDIRS =
LIBTHING =
COMPILETESTFLAGS =
# EOF