mirror of https://github.com/CGAL/cgal
16 lines
294 B
Plaintext
16 lines
294 B
Plaintext
# LAPACK is a linear algebra library
|
|
|
|
DESCRIPTION = LAPACK for Visual C++/Atlas
|
|
PROVIDES = LAPACK
|
|
CXXFLAGS = -DCGAL_USE_F2C
|
|
LDFLAGS =
|
|
LIBS = liblapack libf77blas libcblas libatlas vcf2c
|
|
REQUIRES = DOLLAR_WINDOWS_COMPILER
|
|
INCOMPATIBLE =
|
|
STDINCLDIRS =
|
|
INCLTHING =
|
|
STDLIBDIRS =
|
|
LIBTHING =
|
|
|
|
# EOF
|