We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71a3f83 commit 3f95babCopy full SHA for 3f95bab
bindings/cpp/CMakeLists.txt
@@ -95,7 +95,8 @@ if ((SVS_RUNTIME_ENABLE_LVQ OR SVS_RUNTIME_ENABLE_LEANVEC))
95
svs_x86_options_base
96
)
97
else()
98
- set(SVS_URL "https://github.com/intel/ScalableVectorSearch/releases/download/v1.0.0-dev/svs-shared-library-1.0.0-NIGHTLY-20251017-faiss.tar.gz"
+ # Links to LTO-enabled static library, requires GCC/G++ 11.2
99
+ set(SVS_URL "https://github.com/intel/ScalableVectorSearch/releases/download/v1.0.0-dev/svs-shared-library-1.0.0-NIGHTLY-20251030-737-bindings.tar.gz"
100
CACHE STRING "URL to download SVS shared library")
101
include(FetchContent)
102
FetchContent_Declare(
0 commit comments