提交 397d9516 编写于 作者: Z zhiru

change BUILD_FAISS_WITH_MKL to default off


Former-commit-id: 2d61d5e7e25732ed8632d295992ac16378181c37
上级 f10d8e1b
......@@ -8,7 +8,7 @@ MAKE_CLEAN="OFF"
BUILD_COVERAGE="OFF"
DB_PATH="/opt/milvus"
PROFILING="OFF"
BUILD_FAISS_WITH_MKL="ON"
BUILD_FAISS_WITH_MKL="OFF"
while getopts "p:d:t:uhlrcgm" arg
do
......
......@@ -700,7 +700,7 @@ endmacro()
# FAISS
if(NOT DEFINED BUILD_FAISS_WITH_MKL)
set(BUILD_FAISS_WITH_MKL ON)
set(BUILD_FAISS_WITH_MKL OFF)
endif()
if(EXISTS "/proc/cpuinfo")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册