mirror of https://github.com/CGAL/cgal
20 lines
551 B
Plaintext
20 lines
551 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 Intel Fortan on Linux.
|
|
# This configuration has been tested with g++ and icpc.
|
|
|
|
DESCRIPTION = ATLAS/Intel Fortan/Linux
|
|
PROVIDES = ATLAS BLAS
|
|
CXXFLAGS = -DCGAL_USE_F2C
|
|
LDFLAGS =
|
|
LIBS = lapack f77blas cblas atlas ifcore imf pthread
|
|
REQUIRES =
|
|
INCOMPATIBLE = DOLLAR_WINDOWS_COMPILER
|
|
STDINCLDIRS =
|
|
INCLTHING =
|
|
STDLIBDIRS = /opt/intel/fc/\*/lib
|
|
LIBTHING = libifcore.\*
|
|
COMPILETESTFLAGS =
|
|
|
|
# EOF
|