From 7121755f757d48aca19b3816a3b6c3c5a87dad44 Mon Sep 17 00:00:00 2001 From: Griffin Bassman Date: Fri, 23 Aug 2024 06:18:30 -0400 Subject: [PATCH] [vowpal-wabbit] Update to 9.10 (#40235) --- .../cmake_remove_bin_targets.patch | 17 +++++++---------- ports/vowpal-wabbit/portfile.cmake | 2 +- ports/vowpal-wabbit/vcpkg.json | 3 +-- versions/baseline.json | 4 ++-- versions/v-/vowpal-wabbit.json | 6 +++--- 5 files changed, 14 insertions(+), 18 deletions(-) diff --git a/ports/vowpal-wabbit/cmake_remove_bin_targets.patch b/ports/vowpal-wabbit/cmake_remove_bin_targets.patch index 594dd0a8d4629c..444ccb7cd076ee 100644 --- a/ports/vowpal-wabbit/cmake_remove_bin_targets.patch +++ b/ports/vowpal-wabbit/cmake_remove_bin_targets.patch @@ -1,25 +1,22 @@ diff --git a/vowpalwabbit/CMakeLists.txt b/vowpalwabbit/CMakeLists.txt -index 6d41aa4a8..378e5084c 100644 +index cd3f6cd92..d5f41a11e 100644 --- a/vowpalwabbit/CMakeLists.txt +++ b/vowpalwabbit/CMakeLists.txt -@@ -1,9 +1,9 @@ +@@ -1,9 +1,7 @@ -add_subdirectory(active_interactor) -+#add_subdirectory(active_interactor) add_subdirectory(allreduce) if(VW_BUILD_VW_C_WRAPPER) add_subdirectory(c_wrapper) endif() -add_subdirectory(cli) -+#add_subdirectory(cli) add_subdirectory(cache_parser) add_subdirectory(common) add_subdirectory(config) -@@ -16,7 +16,7 @@ add_subdirectory(io) - add_subdirectory(json_parser) +@@ -17,7 +15,6 @@ add_subdirectory(json_parser) add_subdirectory(model_merger) add_subdirectory(slim) --add_subdirectory(spanning_tree_bin) -+#add_subdirectory(spanning_tree_bin) - add_subdirectory(spanning_tree) + if(VW_FEAT_NETWORKING) +- add_subdirectory(spanning_tree_bin) + add_subdirectory(spanning_tree) + endif() add_subdirectory(text_parser) - if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME AND BUILD_TESTING) diff --git a/ports/vowpal-wabbit/portfile.cmake b/ports/vowpal-wabbit/portfile.cmake index 21ec2fd89fe67f..01f1bb2c59efe5 100644 --- a/ports/vowpal-wabbit/portfile.cmake +++ b/ports/vowpal-wabbit/portfile.cmake @@ -4,7 +4,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO VowpalWabbit/vowpal_wabbit REF "${VERSION}" - SHA512 37c4401e5304c20a7a4c2ffa6102bfa82085c4bbc787c796da295e789996f09472ac4b3e732b0a44016eab6579c2648085b1e67b1df2658257d52f7e46a1b683 + SHA512 f87229caf65c6c32fb863fa426a39592d41990a43ce4d79f0a076323e47cd3d1a8bd02884afceb662527c87d290e68c51df6263d6a97f3a044f3f7254a38f86a HEAD_REF master PATCHES cmake_remove_bin_targets.patch diff --git a/ports/vowpal-wabbit/vcpkg.json b/ports/vowpal-wabbit/vcpkg.json index 6e2e21eda1c9a7..6213380e9ec674 100644 --- a/ports/vowpal-wabbit/vcpkg.json +++ b/ports/vowpal-wabbit/vcpkg.json @@ -1,7 +1,6 @@ { "name": "vowpal-wabbit", - "version": "9.8.0", - "port-version": 3, + "version": "9.10.0", "description": "Reduction based online learning framework with a focus on contextual bandits and reinforcement learning.", "homepage": "https://github.com/vowpalwabbit/vowpal_wabbit", "license": "BSD-3-Clause", diff --git a/versions/baseline.json b/versions/baseline.json index d0459045a7518b..62f9bfefdd5481 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -9345,8 +9345,8 @@ "port-version": 0 }, "vowpal-wabbit": { - "baseline": "9.8.0", - "port-version": 3 + "baseline": "9.10.0", + "port-version": 0 }, "vs-yasm": { "baseline": "0.5.0", diff --git a/versions/v-/vowpal-wabbit.json b/versions/v-/vowpal-wabbit.json index c8a7df92c7f160..8f485e3d009dbc 100644 --- a/versions/v-/vowpal-wabbit.json +++ b/versions/v-/vowpal-wabbit.json @@ -1,9 +1,9 @@ { "versions": [ { - "git-tree": "2ffdf8c2be56925eb70832739a411c935d8f8796", - "version": "9.8.0", - "port-version": 3 + "git-tree": "4d38379dd56ce81943770adad88ca2b35814791f", + "version": "9.10.0", + "port-version": 0 }, { "git-tree": "67f9b52b83a34f59c3dd20cff11d2c968149bbfc",