mirror of https://github.com/milvus-io/milvus.git
Fix some compatibility issues on ArchLinux (#4198)
* use nlohmann.json 3.9.1 Signed-off-by: fluorinedog <fluorinedog@gmail.com> * use support dynamic system libs Signed-off-by: fluorinedog <fluorinedog@gmail.com> * use dynamic libs Signed-off-by: fluorinedog <fluorinedog@gmail.com>pull/4203/head
parent
19cc848791
commit
2a6ddc3b8e
|
@ -66,8 +66,8 @@ target_include_directories( milvus_engine
|
|||
# **************************** Libraries to be linked with target Engine ****************************
|
||||
set( ENGINE_LIBS pthread
|
||||
libstdc++fs.a
|
||||
libgomp.a
|
||||
libgfortran.a
|
||||
libgomp.so
|
||||
libgfortran.so
|
||||
)
|
||||
|
||||
set( GRPC_LIB libprotobuf
|
||||
|
@ -116,7 +116,7 @@ if ( MILVS_WITH_AWS )
|
|||
endif ()
|
||||
|
||||
if ( NOT ${CMAKE_SYSTEM_PROCESSOR} MATCHES "aarch64" )
|
||||
list( APPEND THIRD_PARTY_LIBS libquadmath.a )
|
||||
list( APPEND THIRD_PARTY_LIBS libquadmath.so )
|
||||
endif ()
|
||||
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue