From afc0bad412429d49ffe8d73b7a61dfc1bbe22e53 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Tue, 17 Apr 2012 15:11:20 +0000 Subject: [PATCH] Fixed an installation problem on OS X --- SConstruct | 1 + 1 file changed, 1 insertion(+) diff --git a/SConstruct b/SConstruct index df264553a..4fe995b44 100644 --- a/SConstruct +++ b/SConstruct @@ -714,6 +714,7 @@ if env['blas_lapack_libs'] != '': env['blas_lapack_libs'] = env['blas_lapack_libs'].split(',') env['BUILD_BLAS_LAPACK'] = False elif env['OS'] == 'Darwin': + env['blas_lapack_libs'] = [] env['BUILD_BLAS_LAPACK'] = False env.Append(FRAMEWORKS=['Accelerate']) else: