cgal/Installation/config/support/S55b-REFBLASLINUXGCC

20 lines
461 B
Plaintext

# BLAS (Basic Linear Algebra Subprograms)
# We search for the BLAS reference implementation (http://www.netlib.org/blas)
# compiled by g77.
# This configuration *must* be the last try as this library is notably slow.
DESCRIPTION = Reference BLAS for gcc/Linux
PROVIDES = BLAS
CXXFLAGS = -DCGAL_USE_F2C
LDFLAGS =
LIBS = blas_LINUX g2c
REQUIRES =
INCOMPATIBLE = DOLLAR_WINDOWS_COMPILER
STDINCLDIRS =
INCLTHING =
STDLIBDIRS =
LIBTHING =
COMPILETESTFLAGS =
# EOF