提交 ce0d32fb 编写于 作者: Z ZhifengZhang-CN

fix mkl library path error

上级 af68a2f4
......@@ -714,7 +714,7 @@ macro(build_faiss)
if (BUILD_FAISS_WITH_MKL)
find_library(MKL_LIB_PATH
find_path(MKL_LIB_PATH
NAMES "libmkl_intel_ilp64.a" "libmkl_gnu_thread.a" "libmkl_core.a"
PATH_SUFFIXES "intel/compilers_and_libraries_${MKL_VERSION}/linux/mkl/lib/intel64/")
if (${MKL_LIB_PATH} STREQUAL "MKL_LIB_PATH-NOTFOUND")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册