From f03a7153f213ff91428759e0b7e7a02c60cbf244 Mon Sep 17 00:00:00 2001 From: yuejiaointel Date: Tue, 21 Jul 2026 12:05:18 -0700 Subject: [PATCH] Update SVS_URL to nightly with get_memory_breakdown Bumps the pinned LTO prebuilt SVS library from the 2026-05-21 nightly to 2026-07-21, which includes get_memory_usage()/get_memory_breakdown() (#345). Fixes the "with static library, ON" runtime-bindings CI job, which linked the runtime bindings against a prebuilt lib predating those methods: no member named 'get_memory_breakdown' in 'svs::DynamicVamana' --- bindings/cpp/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/cpp/CMakeLists.txt b/bindings/cpp/CMakeLists.txt index 14aa58b5..832f1a67 100644 --- a/bindings/cpp/CMakeLists.txt +++ b/bindings/cpp/CMakeLists.txt @@ -138,7 +138,7 @@ if (SVS_RUNTIME_ENABLE_LVQ_LEANVEC) else() # Links to LTO-enabled static library, requires GCC/G++ 11.2 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") - set(SVS_URL "https://github.com/intel/ScalableVectorSearch/releases/download/nightly/svs-shared-library-lto-nightly-2026-05-21-1429.tar.gz" + set(SVS_URL "https://github.com/intel/ScalableVectorSearch/releases/download/nightly/svs-shared-library-lto-nightly-2026-07-21-127.tar.gz" CACHE STRING "URL to download SVS shared library") else() message(WARNING