File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -104,14 +104,14 @@ if (SVS_RUNTIME_ENABLE_LVQ_LEANVEC)
104104 else ()
105105 # Links to LTO-enabled static library, requires GCC/G++ 11.2
106106 if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU" AND CMAKE_CXX_COMPILER_VERSION VERSION_GREATER_EQUAL "11.2" AND CMAKE_CXX_COMPILER_VERSION VERSION_LESS "11.3" )
107- set (SVS_URL "https://github.com/intel/ScalableVectorSearch/releases/download/v1.0.0-dev/svs-shared-library-1.0.0-NIGHTLY-20251107-773 .tar.gz"
107+ set (SVS_URL "https://github.com/intel/ScalableVectorSearch/releases/download/v1.0.0-dev/svs-shared-library-1.0.0-dev- NIGHTLY-20251119 .tar.gz"
108108 CACHE STRING "URL to download SVS shared library" )
109109 else ()
110110 message (WARNING
111111 "Pre-built LVQ/LeanVec SVS library requires GCC/G++ v.11.2 to apply LTO optimizations."
112112 "Current compiler: ${CMAKE_CXX_COMPILER_ID} ${CMAKE_CXX_COMPILER_VERSION} "
113113 )
114- 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" )
114+ set (SVS_URL "https://github.com/intel/ScalableVectorSearch/releases/download/v1.0.0-dev/svs-shared-library-1.0.0-dev- NIGHTLY-20251119 .tar.gz" )
115115 endif ()
116116 include (FetchContent)
117117 FetchContent_Declare(
You can’t perform that action at this time.
0 commit comments