mirror of https://github.com/CGAL/cgal
20 lines
477 B
Plaintext
20 lines
477 B
Plaintext
# BLAS (Basic Linear Algebra Subprograms).
|
|
# Sun Performance Library provides BLAS and LAPACK.
|
|
# This configuration has been tested with Sun CC on Solaris (Sun WorkShop 6.2
|
|
# and Sun Studio 11) and Linux (Sun Studio Express 3).
|
|
|
|
DESCRIPTION = Sun Performance for Sun CC
|
|
PROVIDES = BLAS LAPACK
|
|
CXXFLAGS = -DCGAL_USE_F2C
|
|
LDFLAGS = -library=sunperf
|
|
LIBS =
|
|
REQUIRES = DOLLAR_SUNCC_COMPILER
|
|
INCOMPATIBLE =
|
|
STDINCLDIRS =
|
|
INCLTHING =
|
|
STDLIBDIRS =
|
|
LIBTHING =
|
|
COMPILETESTFLAGS =
|
|
|
|
# EOF
|