Skip to content

Commit 48f2d5f

Browse files
ahuber21rfsaliev
authored andcommitted
update SVS_URL
1 parent d1a5155 commit 48f2d5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bindings/cpp/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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(

0 commit comments

Comments
 (0)