mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Exclude risc-v (gives compile errors in FP16)
This commit is contained in:
parent
409dbbe7a4
commit
f0fe3e1046
2
contrib/CMakeLists.txt
vendored
2
contrib/CMakeLists.txt
vendored
@ -198,7 +198,7 @@ endif()
|
||||
add_contrib (annoy-cmake annoy)
|
||||
|
||||
option(ENABLE_USEARCH "Enable USearch (Approximate Neighborhood Search, HNSW) support" ${ENABLE_LIBRARIES})
|
||||
if (ENABLE_USEARCH)
|
||||
if (ENABLE_USEARCH AND NOT ARCH_RISCV64)
|
||||
add_contrib (FP16-cmake FP16)
|
||||
add_contrib (robin-map-cmake robin-map)
|
||||
add_contrib (SimSIMD-cmake SimSIMD)
|
||||
|
Loading…
Reference in New Issue
Block a user