我有一个带有Makefile的软件,并且显示错误:
-- Could NOT find LAPACK (missing: LAPACK_LIBRARIES)
-- Could NOT find MKL (missing: MKL_Core_LINK_LIBRARY)
-- Could NOT find Boost
我尝试使用Conda安装它们,安装正常。
但是错误仍然存在。
我尝试过:
export LAPACK_LIBRARIES="/home/me/anaconda2/lib"
export LAPACK_LIBRARIES="/home/me/anaconda2/lib"
但是在运行cmake时错误仍然存在。
如何解决该错误?