Why do I get errors installing precompiled versions of LAPACK on Windows?

二次信任 提交于 2019-12-05 23:15:16

I figured out the answer to my problem. The problem was that I knew I had to put the directory containing the LAPACK .lib file in the list of library directories (Tools -> Options -> Projects and Solutions -> VC++ Directories -> Library Files) but forgot that I also had to add it to the "Additional Dependencies" under Project -> (Project Name) Properties -> Linker -> Input.

I had the same problem, but I solved it as follows:

  1. download and extract the LAPACK (LIB+DLL) and BLASS (LIB+DLL)from victor's site,
  2. Add the LAPACK and BLASS paths to linker search directories for example `Project->Build Options->Search Directories->Linker' in Code::Blocks,
  3. Add lapack_win32.lib to Linker Settings,
  4. Uncomment `#define ARMA_USE_LAPACK' in [Armadillo PATH]/include/armadillo_bits/config.hpp
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!