mirror of https://github.com/CGAL/cgal
20 lines
473 B
Plaintext
20 lines
473 B
Plaintext
# BLAS (Basic Linear Algebra Subprograms).
|
|
# ATLAS provides an optimized version of BLAS and a subset of LAPACK.
|
|
# We search for the ATLAS library compiled with g77.
|
|
# This configuration has been tested with g++ and icpc.
|
|
|
|
DESCRIPTION = ATLAS for gcc
|
|
PROVIDES = ATLAS BLAS
|
|
CXXFLAGS = -DCGAL_USE_F2C
|
|
LDFLAGS =
|
|
LIBS = lapack f77blas cblas atlas g2c
|
|
REQUIRES =
|
|
INCOMPATIBLE = DOLLAR_WINDOWS_COMPILER
|
|
STDINCLDIRS =
|
|
INCLTHING =
|
|
STDLIBDIRS =
|
|
LIBTHING =
|
|
COMPILETESTFLAGS =
|
|
|
|
# EOF
|