From ead04df7412034f2b5dffd9b9806b4fa31eca229 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Sun, 12 Aug 2012 23:00:14 +0000 Subject: [PATCH] Updated docs to indicate that blas_lapack_libs is unnecessary on OS X --- doc/sphinx/compiling.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/sphinx/compiling.rst b/doc/sphinx/compiling.rst index 348ddbe76..bb68b84a0 100644 --- a/doc/sphinx/compiling.rst +++ b/doc/sphinx/compiling.rst @@ -201,6 +201,9 @@ OS X CC=clang CXX=clang++ +* The Accelerate framework provides optimized versions of BLAS and LAPACK, so + the ``blas_lapack_libs`` option should generally be left unspecified. + Intel Compilers --------------- * Before compiling Cantera, you may need to set up the appropriate environment