使用MingW blas&amp ;;编译它++无法找到lapack

时间:2016-04-20 20:25:14

标签: c++ cmake mingw msys

我尝试使用MinGW / MSYS编译IT++库 我成功编译了fftwlapack,他们的lib文件(libfftw3.alibfftw3.lalibblas.aliblapack.a)存在于/mingw/lib
但是当我尝试使用这样的cmake时:

cmake -G "MSYS Makefiles" ..

我明白了:

CMake Warning at CMakeLists.txt:192 (message):
  BLAS library not found.


CMake Warning at CMakeLists.txt:196 (message):
  LAPACK library not found.


CMake Warning at CMakeLists.txt:204 (message):
  You can still compile IT++ but the functionality will be reduced.

为什么找不到图书馆?
我怎样才能解决这个问题?

由于

注意:
我有

%MINGW_HOME%\msys\1.0\bin;%MINGW_HOME%\bin;C:\dev\cmake-3.5.2-win32-x86\bin;%MINGW_HOME%\lib

在我的PATH变量中(其中%MINGW_HOME%C:\dev\MinGW

0 个答案:

没有答案