mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-30 19:08:30 +08:00
Merge branch 'branch-0.3.1' into 'branch-0.3.1'
MS-261: change BUILD_FAISS_WITH_MKL to default off and fix metrics See merge request megasearch/milvus!266 Former-commit-id: 5052b90739bb3215f2f8deae1a3f905d49565d8d
This commit is contained in:
commit
1364deb6ac
@ -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")
|
||||
|
@ -155,6 +155,7 @@ endif ()
|
||||
|
||||
set(metrics_lib
|
||||
easyloggingpp
|
||||
yaml-cpp
|
||||
prometheus-cpp-push
|
||||
prometheus-cpp-pull
|
||||
prometheus-cpp-core
|
||||
|
Loading…
Reference in New Issue
Block a user