在 Mac OS X 10.9 上安装 OBOE

在 Mac OS X 10.9 上安装 OBOE

我主要按照这个帖子来安装 OBOE在 MAC OS X 10.9 上。

但是,按照第 4 步操作后,我尝试安装 LAPACK++,但失败了来自这个来源

我输入./configure

configure: error: Blas/Lapack was not found.
*** This means Lapack++ and matrix support cannot be compiled.
*** This makes this library unusable. Please get blas and lapack
*** installed. If you do have these installed, use the options
*** --with-blas=<libname> or --with-lapack=<libname> and/or set
*** the env variable LDFLAGS to include the appropriate linker
*** flags.

但是我的文件夹中有libblas.a,,,liblapack.a。有人能帮忙吗librefblas.alibtmglib.a/usr/local/lin

答案1

您是否先安装了 BLAS?根据这些详细的分步说明

首先,您必须安装 BLAS,因为 LAPACK 需要它。

更多安装说明Mac OS X 上的 LAPACK++ 可在此处找到

相关内容