mirror of https://github.com/CGAL/cgal
23 lines
567 B
Plaintext
23 lines
567 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.
|
|
# Note: this configuration has been tested with:
|
|
# - "lapack" package for Cygwin
|
|
# - "blas" RPM for Linux Fedora
|
|
|
|
DESCRIPTION = Reference BLAS for gcc/Unix
|
|
PROVIDES = BLAS
|
|
CXXFLAGS = -DCGAL_USE_F2C
|
|
LDFLAGS =
|
|
LIBS = blas g2c
|
|
REQUIRES =
|
|
INCOMPATIBLE = DOLLAR_WINDOWS_COMPILER
|
|
STDINCLDIRS =
|
|
INCLTHING =
|
|
STDLIBDIRS =
|
|
LIBTHING =
|
|
COMPILETESTFLAGS =
|
|
|
|
# EOF
|