mirror of https://github.com/CGAL/cgal
19 lines
368 B
Plaintext
19 lines
368 B
Plaintext
# BLAS (Basic Linear Algebra Subprograms).
|
|
# complib.sgimath provides BLAS and LAPACK on SGI.
|
|
# This configuration has *not* been tested.
|
|
|
|
DESCRIPTION = Complib on IRIX
|
|
PROVIDES = BLAS LAPACK
|
|
CXXFLAGS =
|
|
LDFLAGS =
|
|
LIBS = complib.sgimath_mp c
|
|
REQUIRES =
|
|
INCOMPATIBLE = DOLLAR_WINDOWS_COMPILER
|
|
STDINCLDIRS =
|
|
INCLTHING =
|
|
STDLIBDIRS =
|
|
LIBTHING =
|
|
COMPILETESTFLAGS =
|
|
|
|
# EOF
|